-- phpMyAdmin SQL Dump
-- version 3.4.11.1
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 05-10-2012 a las 15:57:10
-- Versión del servidor: 5.1.65
-- Versión de PHP: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Base de datos: `carey584_wordpress`
--

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_calendar`
--

CREATE TABLE IF NOT EXISTS `wp_calendar` (
  `event_id` int(11) NOT NULL AUTO_INCREMENT,
  `event_begin` date NOT NULL,
  `event_end` date NOT NULL,
  `event_title` varchar(30) NOT NULL,
  `event_desc` text NOT NULL,
  `event_time` time DEFAULT NULL,
  `event_recur` char(1) DEFAULT NULL,
  `event_repeats` int(3) DEFAULT NULL,
  `event_author` bigint(20) unsigned DEFAULT NULL,
  `event_category` bigint(20) unsigned NOT NULL DEFAULT '1',
  `event_link` text,
  PRIMARY KEY (`event_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Volcado de datos para la tabla `wp_calendar`
--

INSERT INTO `wp_calendar` (`event_id`, `event_begin`, `event_end`, `event_title`, `event_desc`, `event_time`, `event_recur`, `event_repeats`, `event_author`, `event_category`, `event_link`) VALUES
(1, '2011-12-14', '2011-12-24', 'Evento 1', '', '00:00:00', 'S', 0, 1, 2, ''),
(2, '2011-12-14', '2011-12-29', 'Event 2', '', '06:05:00', 'S', 0, 1, 2, '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_calendar_categories`
--

CREATE TABLE IF NOT EXISTS `wp_calendar_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(30) NOT NULL,
  `category_colour` varchar(30) NOT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Volcado de datos para la tabla `wp_calendar_categories`
--

INSERT INTO `wp_calendar_categories` (`category_id`, `category_name`, `category_colour`) VALUES
(1, 'General', '#F6F79B'),
(2, 'Lifestyle Event Shedule', ''),
(3, 'Polo Event Shedule', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_calendar_config`
--

CREATE TABLE IF NOT EXISTS `wp_calendar_config` (
  `config_item` varchar(30) NOT NULL,
  `config_value` text NOT NULL,
  PRIMARY KEY (`config_item`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `wp_calendar_config`
--

INSERT INTO `wp_calendar_config` (`config_item`, `config_value`) VALUES
('can_manage_events', 'edit_posts'),
('calendar_style', '    .calnk a:hover {\n        background-position:0 0;\n        text-decoration:none;  \n        color:#000000;\n        border-bottom:1px dotted #000000;\n     }\n    .calnk a:visited {\n        text-decoration:none;\n        color:#000000;\n        border-bottom:1px dotted #000000;\n    }\n    .calnk a {\n        text-decoration:none; \n        color:#000000; \n        border-bottom:1px dotted #000000;\n    }\n    .calnk a span { \n        display:none; \n    }\n    .calnk a:hover span {\n        color:#333333; \n        background:#F6F79B; \n        display:block;\n        position:absolute; \n        margin-top:1px; \n        padding:5px; \n        width:150px; \n        z-index:100;\n        line-height:1.2em;\n    }\n    .calendar-table {\n        border:0 !important;\n        width:100% !important;\n        border-collapse:separate !important;\n        border-spacing:2px !important;\n    }\n    .calendar-heading {\n        height:25px;\n        text-align:center;\n        border:1px solid #D6DED5;\n        background-color:#E4EBE3;\n    }\n    .calendar-next {\n        width:25%;\n        text-align:center;\n    }\n    .calendar-prev {\n        width:25%;\n        text-align:center;\n    }\n    .calendar-month {\n        width:50%;\n        text-align:center;\n        font-weight:bold;\n    }\n    .normal-day-heading {\n        text-align:center;\n        width:25px;\n        height:25px;\n        font-size:0.8em;\n        border:1px solid #DFE6DE;\n        background-color:#EBF2EA;\n    }\n    .weekend-heading {\n        text-align:center;\n        width:25px;\n        height:25px;\n        font-size:0.8em;\n        border:1px solid #DFE6DE;\n        background-color:#EBF2EA;\n        color:#FF0000;\n    }\n    .day-with-date {\n        vertical-align:text-top;\n        text-align:left;\n        width:60px;\n        height:60px;\n        border:1px solid #DFE6DE;\n    }\n    .no-events {\n\n    }\n    .day-without-date {\n        width:60px;\n        height:60px;\n        border:1px solid #E9F0E8;\n    }\n    span.weekend {\n        color:#FF0000;\n    }\n    .current-day {\n        vertical-align:text-top;\n        text-align:left;\n        width:60px;\n        height:60px;\n        border:1px solid #BFBFBF;\n        background-color:#E4EBE3;\n    }\n    span.event {\n        font-size:0.75em;\n    }\n    .kjo-link {\n        font-size:0.75em;\n        text-align:center;\n    }\n    .calendar-date-switcher {\n        height:25px;\n        text-align:center;\n        border:1px solid #D6DED5;\n        background-color:#E4EBE3;\n    }\n    .calendar-date-switcher form {\n        margin:2px;\n    }\n    .calendar-date-switcher input {\n        border:1px #D6DED5 solid;\n        margin:0;\n    }\n    .calendar-date-switcher select {\n        border:1px #D6DED5 solid;\n        margin:0;\n    }\n    .calnk a:hover span span.event-title {\n        padding:0;\n        text-align:center;\n        font-weight:bold;\n        font-size:1.2em;\n        margin-left:0px;\n    }\n    .calnk a:hover span span.event-title-break {\n        width:96%;\n        text-align:center;\n        height:1px;\n        margin-top:5px;\n        margin-right:2%;\n        padding:0;\n        background-color:#000000;\n        margin-left:0px;\n    }\n    .calnk a:hover span span.event-content-break {\n        width:96%;\n        text-align:center;\n        height:1px;\n        margin-top:5px;\n        margin-right:2%;\n        padding:0;\n        background-color:#000000;\n        margin-left:0px;\n    }\n    .page-upcoming-events {\n        font-size:80%;\n    }\n    .page-todays-events {\n        font-size:80%;\n    }\n    .calendar-table table,tbody,tr,td {\n        margin:0 !important;\n        padding:0 !important;\n    }\n    table.calendar-table {\n        margin-bottom:5px !important;\n    }\n    .cat-key {\n        width:100%;\n        margin-top:30px;\n        padding:5px;\n        border:0 !important;\n    }\n    .cal-separate {\n       border:0 !important;\n       margin-top:10px;\n    }\n    table.cat-key {\n       margin-top:5px !important;\n       border:1px solid #DFE6DE !important;\n       border-collapse:separate !important;\n       border-spacing:4px !important;\n       margin-left:2px !important;\n       width:99.5% !important;\n       margin-bottom:5px !important;\n    }\n    .cat-key td {\n       border:0 !important;\n    }'),
('display_author', 'false'),
('display_jump', 'false'),
('display_todays', 'true'),
('display_upcoming', 'true'),
('display_upcoming_days', '7'),
('calendar_version', '1.2'),
('enable_categories', 'false');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_commentmeta`
--

CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_comments`
--

CREATE TABLE IF NOT EXISTS `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=19 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_compare_tables`
--

CREATE TABLE IF NOT EXISTS `wp_compare_tables` (
  `tab_id` int(11) NOT NULL AUTO_INCREMENT,
  `tab_name` varchar(255) NOT NULL,
  `tab_button_text` varchar(255) NOT NULL,
  `tab_button_html` varchar(255) NOT NULL,
  PRIMARY KEY (`tab_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `wp_compare_tables`
--

INSERT INTO `wp_compare_tables` (`tab_id`, `tab_name`, `tab_button_text`, `tab_button_html`) VALUES
(1, 'press covers', 'PDF', 'target="_blank"');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_compare_tables_columns`
--

CREATE TABLE IF NOT EXISTS `wp_compare_tables_columns` (
  `col_id` int(11) NOT NULL AUTO_INCREMENT,
  `col_table` int(11) NOT NULL,
  `col_type` varchar(255) NOT NULL,
  `col_name` varchar(255) NOT NULL,
  `col_order` int(11) NOT NULL,
  `col_html` text NOT NULL,
  PRIMARY KEY (`col_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Volcado de datos para la tabla `wp_compare_tables_columns`
--

INSERT INTO `wp_compare_tables_columns` (`col_id`, `col_table`, `col_type`, `col_name`, `col_order`, `col_html`) VALUES
(1, 1, 'logo', 'Magazine', 1, ''),
(2, 1, 'readmore', 'Download', 2, '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_compare_tables_rows`
--

CREATE TABLE IF NOT EXISTS `wp_compare_tables_rows` (
  `row_id` int(11) NOT NULL AUTO_INCREMENT,
  `row_table` int(11) NOT NULL,
  `row_order` int(11) NOT NULL,
  PRIMARY KEY (`row_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `wp_compare_tables_rows`
--

INSERT INTO `wp_compare_tables_rows` (`row_id`, `row_table`, `row_order`) VALUES
(1, 1, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_compare_tables_values`
--

CREATE TABLE IF NOT EXISTS `wp_compare_tables_values` (
  `val_id` int(11) NOT NULL AUTO_INCREMENT,
  `val_table` int(11) NOT NULL,
  `val_row` int(11) NOT NULL,
  `val_col` int(11) NOT NULL,
  `val_value` longtext NOT NULL,
  PRIMARY KEY (`val_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Volcado de datos para la tabla `wp_compare_tables_values`
--

INSERT INTO `wp_compare_tables_values` (`val_id`, `val_table`, `val_row`, `val_col`, `val_value`) VALUES
(1, 1, 1, 1, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg'),
(2, 1, 1, 2, 'http://');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_frm_fields`
--

CREATE TABLE IF NOT EXISTS `wp_frm_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `field_key` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text,
  `type` text,
  `default_value` longtext,
  `options` longtext,
  `field_order` int(11) DEFAULT '0',
  `required` int(1) DEFAULT NULL,
  `field_options` longtext,
  `form_id` int(11) DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `field_key` (`field_key`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Volcado de datos para la tabla `wp_frm_fields`
--

INSERT INTO `wp_frm_fields` (`id`, `field_key`, `name`, `description`, `type`, `default_value`, `options`, `field_order`, `required`, `field_options`, `form_id`, `created_at`) VALUES
(1, 'i36dx5', 'Name', 'First', 'text', '', '', 1, 1, 'a:7:{s:4:"size";i:22;s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:384:"<div id="frm_field_[id]_container" class="form-field [required_class] [error_class]" style="float:left;margin-right:10px;">\n<label class="frm_primary_label">[field_name] <span class="frm_required">[required_label]</span>\n</label>\n[input]\n[if description]<div class="frm_description">[description]</div>[/if description]\n[if error]<div class="frm_error">[error]</div>[/if error]\n</div>";s:13:"default_blank";i:0;}', 1, '2011-12-08 23:08:52'),
(2, 'bo7wrn', 'Last', 'Last', 'text', '', '', 2, 1, 'a:7:{s:4:"size";i:22;s:3:"max";s:0:"";s:5:"label";s:6:"hidden";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:397:"<div id="frm_field_[id]_container" class="form-field [required_class] [error_class]" style="float:left;">\n<label class="frm_primary_label">[field_name] <span class="frm_required">[required_label]</span>\n</label>\n[input]\n[if description]<div class="frm_description">[description]</div>[/if description]\n[if error]<div class="frm_error">[error]</div>[/if error]\n</div>\n<div style="clear:both"></div>";s:13:"default_blank";i:0;}', 1, '2011-12-08 23:08:52'),
(3, 'zu42lu', 'Email', '', 'email', '', '', 3, 1, 'a:8:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"<div id="frm_field_[id]_container" class="form-field [required_class][error_class]">\n    <label class="frm_primary_label">[field_name]\n        <span class="frm_required">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class="frm_description">[description]</div>[/if description]\n    [if error]<div class="frm_error">[error]</div>[/if error]\n</div>";s:13:"default_blank";i:0;s:7:"invalid";s:34:"Please enter a valid email address";}', 1, '2011-12-08 23:08:52'),
(4, 'elnq6o', 'Website', '', 'url', '', '', 4, 0, 'a:8:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"<div id="frm_field_[id]_container" class="form-field [required_class][error_class]">\n    <label class="frm_primary_label">[field_name]\n        <span class="frm_required">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class="frm_description">[description]</div>[/if description]\n    [if error]<div class="frm_error">[error]</div>[/if error]\n</div>";s:13:"default_blank";i:0;s:7:"invalid";s:28:"Please enter a valid website";}', 1, '2011-12-08 23:08:52'),
(5, 'fz2p1p', 'Subject', '', 'text', '', '', 5, 1, 'a:7:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"<div id="frm_field_[id]_container" class="form-field [required_class][error_class]">\n    <label class="frm_primary_label">[field_name]\n        <span class="frm_required">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class="frm_description">[description]</div>[/if description]\n    [if error]<div class="frm_error">[error]</div>[/if error]\n</div>";s:13:"default_blank";i:0;}', 1, '2011-12-08 23:08:52'),
(6, 'jakbwa', 'Message', '', 'textarea', '', '', 6, 1, 'a:7:{s:4:"size";s:0:"";s:3:"max";s:1:"5";s:5:"label";s:3:"top";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"<div id="frm_field_[id]_container" class="form-field [required_class][error_class]">\n    <label class="frm_primary_label">[field_name]\n        <span class="frm_required">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class="frm_description">[description]</div>[/if description]\n    [if error]<div class="frm_error">[error]</div>[/if error]\n</div>";s:13:"default_blank";i:0;}', 1, '2011-12-08 23:08:52'),
(7, 'dtw95n', 'Captcha', '', 'captcha', '', '', 7, 0, 'a:7:{s:4:"size";s:0:"";s:3:"max";s:0:"";s:5:"label";s:4:"none";s:18:"required_indicator";s:1:"*";s:14:"clear_on_focus";i:0;s:11:"custom_html";s:373:"<div id="frm_field_[id]_container" class="form-field [required_class][error_class]">\n    <label class="frm_primary_label">[field_name]\n        <span class="frm_required">[required_label]</span>\n    </label>\n    [input]\n    [if description]<div class="frm_description">[description]</div>[/if description]\n    [if error]<div class="frm_error">[error]</div>[/if error]\n</div>";s:13:"default_blank";i:0;}', 1, '2011-12-08 23:08:52');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_frm_forms`
--

CREATE TABLE IF NOT EXISTS `wp_frm_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_key` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text,
  `logged_in` tinyint(1) DEFAULT NULL,
  `editable` tinyint(1) DEFAULT NULL,
  `is_template` tinyint(1) DEFAULT '0',
  `default_template` tinyint(1) DEFAULT '0',
  `status` varchar(255) DEFAULT NULL,
  `prli_link_id` int(11) DEFAULT NULL,
  `options` longtext,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_key` (`form_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `wp_frm_forms`
--

INSERT INTO `wp_frm_forms` (`id`, `form_key`, `name`, `description`, `logged_in`, `editable`, `is_template`, `default_template`, `status`, `prli_link_id`, `options`, `created_at`) VALUES
(1, 'contact', 'Contact Us', 'We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.', NULL, 0, 1, 1, 'published', 0, 'a:8:{s:8:"email_to";s:0:"";s:12:"submit_value";s:6:"Submit";s:14:"success_action";s:7:"message";s:11:"success_msg";s:54:"Your responses were successfully submitted. Thank you!";s:9:"show_form";i:0;s:7:"akismet";i:0;s:11:"before_html";s:146:"[if form_name]<h3>[form_name]</h3>[/if form_name]\n[if form_description]<div class="frm_description">[form_description]</div>[/if form_description]";s:10:"after_html";s:0:"";}', '2011-12-08 23:08:52');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_frm_items`
--

CREATE TABLE IF NOT EXISTS `wp_frm_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `item_key` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `description` text,
  `ip` text,
  `form_id` int(11) DEFAULT NULL,
  `post_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `item_key` (`item_key`),
  KEY `form_id` (`form_id`),
  KEY `post_id` (`post_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_frm_item_metas`
--

CREATE TABLE IF NOT EXISTS `wp_frm_item_metas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `meta_value` longtext,
  `field_id` int(11) NOT NULL,
  `item_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `field_id` (`field_id`),
  KEY `item_id` (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_fsevents`
--

CREATE TABLE IF NOT EXISTS `wp_fsevents` (
  `eventid` int(11) NOT NULL AUTO_INCREMENT,
  `subject` varchar(255) NOT NULL,
  `tsfrom` int(11) NOT NULL,
  `tsto` int(11) NOT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT '0',
  `description` text,
  `location` varchar(255) DEFAULT NULL,
  `author` bigint(20) NOT NULL,
  `createdate` int(11) NOT NULL,
  `publishauthor` bigint(20) NOT NULL,
  `publishdate` int(11) NOT NULL,
  `state` varchar(10) NOT NULL,
  `recurring` tinyint(1) NOT NULL DEFAULT '0',
  `rec_main_id` int(11) DEFAULT NULL,
  `postid` bigint(20) DEFAULT NULL,
  `updatedbypost` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`eventid`),
  KEY `postid` (`postid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_fsevents_cats`
--

CREATE TABLE IF NOT EXISTS `wp_fsevents_cats` (
  `eventid` int(11) NOT NULL,
  `catid` bigint(20) NOT NULL,
  PRIMARY KEY (`eventid`,`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_galleries`
--

CREATE TABLE IF NOT EXISTS `wp_galleries` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL,
  `shortinfo` varchar(200) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_imagegallery`
--

CREATE TABLE IF NOT EXISTS `wp_imagegallery` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `imgdesc` varchar(200) NOT NULL,
  `imgpath` varchar(200) NOT NULL,
  `imggallery` mediumint(9) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_links`
--

CREATE TABLE IF NOT EXISTS `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;

--
-- Volcado de datos para la tabla `wp_links`
--

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(8, 'https://www.facebook.com/CostaCareyes', 'facebook site', 'http://www.careyes.com.mx/web/social/face.png', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', 'me', '', ''),
(9, 'https://twitter.com/#!/Ccareyes', 'TWITTER', 'http://www.careyes.com.mx/web/social/twitt.png', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', 'me', '', ''),
(10, 'http://www.youtube.com/costacareyes', 'YOUTUBE', 'http://www.careyes.com.mx/web/social/youtube.png', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', 'me', '', ''),
(11, 'http://www.careyes.com.mx/themagicofcareyes/', 'THE MAGIC OF CAREYES', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(12, 'http://www.google.com.mx/search?source=ig&#038;hl=es&#038;rlz=&#038;q=wordpress+contenido+site-generator&#038;btnG=Buscar+con+Google#pq=css+background+transparent&#038;hl=es&#038;sugexp=ppwl&#038;cp=10&#038;gs_id=9a&#038;xhr=t&#038;q=costa+careyes&#038;pf', 'FIND US IN GOOGLE', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(13, 'mailto:info@careyes.com.mx', 'NEED MORE INFO?', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(14, 'mailto:info@careyes.com.mx', 'KM 53 CARR. BARRA DE NAVIDAD-PUERTO VALLARTA COSTALEGRE, JALISCO 48980 MEXICO + 52 (315) 3510 320 INFO@CAREYES.COM.MX', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(15, 'http://www.expansion.com/2011/11/10/empresas/digitech/1320912733.html', 'ADOBE LEAVES FLASH', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(16, 'http://artecareyes.com/', 'CAREYES IS PRESENT IN 2012', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(17, 'http://www.hmonthly.com/2009/09/09/magic-el-careyes/', 'A POINT OF VIEW', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(18, 'http://www.careyes.com.mx/?page_id=906', 'Join our mailing list / Únase a nuestra lista de correo', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(19, 'http://www.careyes.com.mx/?page_id=914', 'Privacy Policy / Aviso de privacidad', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_my_calendar`
--

CREATE TABLE IF NOT EXISTS `wp_my_calendar` (
  `event_id` int(11) NOT NULL AUTO_INCREMENT,
  `event_begin` date NOT NULL,
  `event_end` date NOT NULL,
  `event_title` varchar(255) NOT NULL,
  `event_desc` text NOT NULL,
  `event_short` text NOT NULL,
  `event_open` int(3) DEFAULT '2',
  `event_time` time DEFAULT NULL,
  `event_endtime` time DEFAULT NULL,
  `event_recur` char(1) DEFAULT NULL,
  `event_repeats` int(3) DEFAULT NULL,
  `event_status` int(1) NOT NULL DEFAULT '1',
  `event_author` bigint(20) unsigned DEFAULT NULL,
  `event_host` bigint(20) unsigned DEFAULT NULL,
  `event_category` bigint(20) unsigned NOT NULL DEFAULT '1',
  `event_link` text,
  `event_link_expires` tinyint(1) NOT NULL,
  `event_label` varchar(60) NOT NULL,
  `event_street` varchar(60) NOT NULL,
  `event_street2` varchar(60) NOT NULL,
  `event_city` varchar(60) NOT NULL,
  `event_state` varchar(60) NOT NULL,
  `event_postcode` varchar(10) NOT NULL,
  `event_region` varchar(255) NOT NULL,
  `event_country` varchar(60) NOT NULL,
  `event_url` text,
  `event_longitude` float(10,6) NOT NULL DEFAULT '0.000000',
  `event_latitude` float(10,6) NOT NULL DEFAULT '0.000000',
  `event_zoom` int(2) NOT NULL DEFAULT '14',
  `event_group` int(1) NOT NULL DEFAULT '0',
  `event_group_id` int(11) NOT NULL DEFAULT '0',
  `event_approved` int(1) NOT NULL DEFAULT '1',
  `event_flagged` int(1) NOT NULL DEFAULT '0',
  `event_holiday` int(1) NOT NULL DEFAULT '0',
  `event_fifth_week` int(1) NOT NULL DEFAULT '0',
  `event_image` text,
  `event_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`event_id`),
  KEY `event_recur` (`event_recur`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=63 ;

--
-- Volcado de datos para la tabla `wp_my_calendar`
--

INSERT INTO `wp_my_calendar` (`event_id`, `event_begin`, `event_end`, `event_title`, `event_desc`, `event_short`, `event_open`, `event_time`, `event_endtime`, `event_recur`, `event_repeats`, `event_status`, `event_author`, `event_host`, `event_category`, `event_link`, `event_link_expires`, `event_label`, `event_street`, `event_street2`, `event_city`, `event_state`, `event_postcode`, `event_region`, `event_country`, `event_url`, `event_longitude`, `event_latitude`, `event_zoom`, `event_group`, `event_group_id`, `event_approved`, `event_flagged`, `event_holiday`, `event_fifth_week`, `event_image`, `event_added`) VALUES
(45, '2012-08-15', '2012-08-15', 'Bazaar in the Plaza & Ferragosto, Plaza Caballeros del Sol', '', '', 2, '08:58:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:59:23'),
(44, '2012-08-14', '2012-08-14', 'Paddle & Kayak Contest Chamela Islands', '', '', 2, '08:58:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:58:53'),
(43, '2012-08-12', '2012-08-12', 'Give Life to Nature Contest', '', '', 2, '08:57:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:58:23'),
(42, '2012-08-11', '2012-08-12', 'Surf Contest at Arroyo Seco', '', '', 2, '08:57:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:57:56'),
(41, '2012-08-10', '2012-08-10', 'A night with the Turtles in Teopa', '', '', 2, '08:56:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:57:29'),
(40, '2012-08-06', '2012-08-19', 'Kids Camp', '', '', 2, '08:55:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:56:50'),
(62, '2013-04-13', '2013-04-15', 'Season end - Tournament', '', '', 2, '09:15:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:15:57'),
(61, '2013-04-03', '2013-04-06', 'Costalegre Open and Grand Prix  Show Jumping', '', '', 2, '09:14:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:15:14'),
(60, '2013-03-23', '2013-03-30', '14th. Agua Alta / 8 – 10 goals', '', '', 2, '09:13:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:14:33'),
(59, '2013-03-10', '2013-03-17', 'Canadian Invitational – Toronto, Calgary, Grande Prairie and Kelowna Polo Clubs and 2nd Annual Copa Careyitos', '', '', 2, '09:13:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:13:57'),
(58, '2013-02-27', '2013-03-03', 'Film Festival Tournament', '', '', 2, '09:12:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:13:13'),
(57, '2013-02-19', '2013-02-24', 'Polo Clinic with Fergus Gould', '', '', 2, '09:11:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:12:35'),
(56, '2013-02-12', '2013-02-17', 'Texas Polo Week', '', '', 2, '09:11:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:11:53'),
(55, '2013-02-08', '2013-02-10', 'CHINESE NEW YEAR – Year of the Snake and Polo Tournament', '', '', 2, '09:10:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:11:23'),
(54, '2013-02-02', '2013-02-04', 'Copa de la Constitución', '', '', 2, '09:09:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:10:52'),
(53, '2012-12-27', '2013-01-05', 'Copa Careyes Tournament', '', '', 2, '09:09:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:09:59'),
(52, '2012-12-12', '2012-12-15', 'Ladies Week and Jr. Polo Tournament', '', '', 2, '09:08:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:09:16'),
(51, '2012-12-01', '2012-12-15', 'Polo clinic with Fergus Gould', '', '', 2, '09:08:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:08:49'),
(50, '2012-11-22', '2012-11-24', 'Thanksgiving Tournament', '', '', 2, '09:07:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:08:23'),
(49, '2012-11-15', '2012-11-15', 'Fields open and practice', '', '', 2, '09:03:00', '00:00:00', 'S', 0, 1, 1, 1, 3, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:07:55'),
(46, '2012-08-16', '2012-08-16', 'A night with the Turtles in Teopa', '', '', 2, '08:59:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 08:59:50'),
(47, '2012-08-17', '2012-08-17', 'Fishing Contest', '', '', 2, '08:59:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:00:26'),
(48, '2013-02-10', '2013-02-10', 'Chinese New Year of the Snake', '', '', 2, '09:00:00', '00:00:00', 'S', 0, 1, 1, 1, 2, '', 0, '', '', '', '', '', '', '', '', '', 0.000000, 0.000000, 16, 0, 0, 1, 0, 0, 1, '', '2012-05-22 09:01:01');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_my_calendar_categories`
--

CREATE TABLE IF NOT EXISTS `wp_my_calendar_categories` (
  `category_id` int(11) NOT NULL AUTO_INCREMENT,
  `category_name` varchar(255) NOT NULL,
  `category_color` varchar(7) NOT NULL,
  `category_icon` varchar(128) NOT NULL,
  PRIMARY KEY (`category_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Volcado de datos para la tabla `wp_my_calendar_categories`
--

INSERT INTO `wp_my_calendar_categories` (`category_id`, `category_name`, `category_color`, `category_icon`) VALUES
(1, 'General', '#ffffff', 'event.png'),
(2, 'Lifestyle Event Shedule', '#', 'event.png'),
(3, 'Polo Event Shedule', '#', 'event.png'),
(4, 'Art Event Shedule', '#', 'event.png'),
(5, 'Polo Event Shedule Ingles', '#', 'event.png');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_my_calendar_locations`
--

CREATE TABLE IF NOT EXISTS `wp_my_calendar_locations` (
  `location_id` int(11) NOT NULL AUTO_INCREMENT,
  `location_label` varchar(60) NOT NULL,
  `location_street` varchar(60) NOT NULL,
  `location_street2` varchar(60) NOT NULL,
  `location_city` varchar(60) NOT NULL,
  `location_state` varchar(60) NOT NULL,
  `location_postcode` varchar(10) NOT NULL,
  `location_region` varchar(255) NOT NULL,
  `location_url` text,
  `location_country` varchar(60) NOT NULL,
  `location_longitude` float(10,6) NOT NULL DEFAULT '0.000000',
  `location_latitude` float(10,6) NOT NULL DEFAULT '0.000000',
  `location_zoom` int(2) NOT NULL DEFAULT '14',
  PRIMARY KEY (`location_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_ngg_album`
--

CREATE TABLE IF NOT EXISTS `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `albumdesc` mediumtext,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_ngg_gallery`
--

CREATE TABLE IF NOT EXISTS `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext,
  `title` mediumtext,
  `galdesc` mediumtext,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `author` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=53 ;

--
-- Volcado de datos para la tabla `wp_ngg_gallery`
--

INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`) VALUES
(1, 'sol-de-occidente', 'sol-de-occidente', 'wp-content/gallery/sol-de-occidente', 'Sol de Occidente', '', 2, 1, 1),
(2, 'sol-de-oriente', 'sol-de-oriente', 'wp-content/gallery/sol-de-oriente', 'Sol de Oriente', '', 0, 0, 1),
(3, 'constelacion', 'prueba-constelacion', '/creargalerias/constelacion', 'PRUEBA constelacion', '', 0, 12, 1),
(4, '05a-occidente', '', '/creargalerias/05a-occidente', '05a-occidente', NULL, 0, 25, 1),
(5, '06b-huerta', 'home-principal', '/creargalerias/06b-huerta', 'HOME PRINCIPAL', '', 0, 459, 1),
(6, 'arte', 'arte', '/creargalerias/ARTE', 'arte', '', 0, 55, 1),
(7, 'bienesraices_casitas', 'bienesraices_casitas', '/creargalerias/BIENESRAICES_CASITAS', 'bienesraices_casitas', '', 0, 70, 1),
(8, 'bienesraices_casitas_condominiosenhotel', 'bienesraices_casitas_condominiosenhotel', '/creargalerias/BIENESRAICES_CASITAS_CONDOMINIOSENHOTEL', 'bienesraices_casitas_condominiosenhotel', '', 0, 71, 1),
(9, 'bienesraices_casitas_tucan', 'bienesraices_casitas_tucan', '/creargalerias/BIENESRAICES_CASITAS_TUCAN', 'bienesraices_casitas_tucan', '', 0, 76, 1),
(10, 'bienesraices_masterplan', 'bienesraices_masterplan', '/creargalerias/BIENESRAICES_MASTERPLAN', 'bienesraices_masterplan', '', 0, 78, 1),
(11, 'bienesraices_terrenos', 'bienesraices_terrenos', '/creargalerias/BIENESRAICES_TERRENOS', 'bienesraices_terrenos', '', 0, 80, 1),
(12, 'bienesraices_villas_altiplano', 'bienesraices_villas_altiplano', '/creargalerias/BIENESRAICES_VILLAS_Altiplano', 'bienesraices_villas_altiplano', '', 0, 91, 1),
(13, 'bienesraices_villas_candelabros', 'bienesraices_villas_candelabros', '/creargalerias/BIENESRAICES_VILLAS_Candelabros', 'bienesraices_villas_candelabros', '', 0, 99, 1),
(14, 'bienesraices_villas_casanautilus', 'bienesraices_villas_casanautilus', '/creargalerias/BIENESRAICES_VILLAS_CASANAUTILUS', 'bienesraices_villas_casanautilus', '', 0, 102, 1),
(15, 'bienesraices_villas_constelacion', 'bienesraices_villas_constelacion', '/creargalerias/BIENESRAICES_VILLAS_CONSTELACION', 'bienesraices_villas_constelacion', '', 0, 121, 1),
(16, 'bienesraices_villas_dosestrellas', 'bienesraices_villas_dosestrellas', '/creargalerias/BIENESRAICES_VILLAS_DOSESTRELLAS', 'bienesraices_villas_dosestrellas', '', 0, 126, 1),
(17, 'bienesraices_villas_lahuerta', 'bienesraices_villas_lahuerta', '/creargalerias/BIENESRAICES_VILLAS_LaHuerta', 'bienesraices_villas_lahuerta', '', 0, 136, 1),
(18, 'bienesraices_villas_mantarraya', 'bienesraices_villas_mantarraya', '/creargalerias/BIENESRAICES_VILLAS_Mantarraya', 'bienesraices_villas_mantarraya', '', 0, 149, 1),
(19, 'bienesraices_villas_nidodeamor', 'bienesraices_villas_nidodeamor', '/creargalerias/BIENESRAICES_VILLAS_NIDODEAMOR', 'bienesraices_villas_nidodeamor', '', 0, 164, 1),
(20, 'bienesraices_villas_torredelcielo', 'bienesraices_villas_torredelcielo', '/creargalerias/BIENESRAICES_VILLAS_TORREDELCIELO', 'bienesraices_villas_torredelcielo', '', 0, 175, 1),
(21, 'lifestyle_actividades_eventos', 'lifestyle_actividades_eventos', '/creargalerias/LIFESTYLE_ACTIVIDADES_EVENTOS', 'lifestyle_actividades_eventos', '', 0, 192, 1),
(22, 'lifestyle_actividades_mar', 'lifestyle_actividades_mar', '/creargalerias/LIFESTYLE_ACTIVIDADES_MAR', 'lifestyle_actividades_mar', '', 0, 194, 1),
(23, 'lifestyle_actividades_naturaleza', 'lifestyle_actividades_naturaleza', '/creargalerias/LIFESTYLE_ACTIVIDADES_NATURALEZA', 'lifestyle_actividades_naturaleza', '', 0, 198, 1),
(24, 'lifestyle_actividades_tierra', 'lifestyle_actividades_tierra', '/creargalerias/LIFESTYLE_ACTIVIDADES_TIERRA', 'lifestyle_actividades_tierra', '', 0, 202, 1),
(25, 'lifestyle_restaurantes', 'lifestyle_restaurantes', '/creargalerias/LIFESTYLE_RESTAURANTES', 'lifestyle_restaurantes', '', 0, 219, 1),
(26, 'polo', 'polo', '/creargalerias/POLO', 'polo', '', 0, 240, 1),
(27, 'rentas_bungalows', 'rentas_bungalows', '/creargalerias/RENTAS_BUNGALOWS', 'rentas_bungalows', '', 0, 247, 1),
(28, 'rentas_casitas', 'rentas_casitas', '/creargalerias/RENTAS_CASITAS', 'rentas_casitas', '', 0, 264, 1),
(29, 'rentas_castillos_miojo', 'rentas_castillos_miojo', '/creargalerias/RENTAS_CASTILLOS_MIOJO', 'rentas_castillos_miojo', '', 0, 280, 1),
(30, 'rentas_castillos_soldeoccidente', 'rentas_castillos_soldeoccidente', '/creargalerias/RENTAS_CASTILLOS_SOLDEOCCIDENTE', 'rentas_castillos_soldeoccidente', '', 0, 304, 1),
(31, 'rentas_castillos_soldeoriente', 'rentas_castillos_soldeoriente', '/creargalerias/RENTAS_CASTILLOS_SOLDEORIENTE', 'rentas_castillos_soldeoriente', '', 0, 324, 1),
(32, 'rentas_villas_nidodeamor', 'rentas_villas_nidodeamor', '/creargalerias/RENTAS_VILLAS_NIDODEAMOR', 'rentas_villas_nidodeamor', '', 0, 339, 1),
(33, 'ubicacion_', 'ubicacion_', '/creargalerias/UBICACION_', 'ubicacion_', '', 0, 340, 1),
(34, 'ubicacion_comollegar', 'ubicacion_comollegar', '/creargalerias/UBICACION_COMOLLEGAR', 'ubicacion_comollegar', '', 0, 0, 1),
(35, 'ubicacion_mapas', 'ubicacion_mapas', '/creargalerias/UBICACION_MAPAS', 'ubicacion_mapas', '', 0, 0, 1),
(36, 'ubicacion_vuelos', 'ubicacion_vuelos', '/creargalerias/UBICACION_VUELOS', 'ubicacion_vuelos', '', 0, 343, 1),
(37, 'polo-recent-events', 'polo-recent-events', 'wp-content/gallery/polo-recent-events', 'Polo Recent Events', '', 0, 374, 1),
(38, 'cultural-plaza', 'cultural-plaza', 'wp-content/gallery/cultural-plaza', 'cultural plaza', '', 0, 383, 1),
(39, 'lifestyle', 'lifestyle', 'wp-content/gallery/lifestyle', 'lifestyle', '', 0, 411, 1),
(40, 'polo-2', 'polo-2', 'wp-content/gallery/polo', 'polo', '', 0, 421, 1),
(41, 'surf', 'surf', 'wp-content/gallery/surf', 'Surf', '', 0, 449, 1),
(42, 'home-principal-espanol', 'home-principal-espanol', 'wp-content/gallery/home-principal-espanol', 'HOME PRINCIPAL ESPAÑOL', '', 0, 457, 1),
(43, 'intro_ingles', 'intro_ingles', 'wp-content/gallery/intro_ingles', 'intro_ingles', '', 0, 465, 1),
(44, 'intro_espa', 'intro_espa', 'wp-content/gallery/intro_espa', 'intro_espa', '', 0, 471, 1),
(45, 'home-mayo-2012', 'home-mayo-2012', 'wp-content/gallery/home-mayo-2012', 'HOME MAYO 2012', '', 0, 4769, 1),
(46, 'art_careyes_2012', 'art_careyes_2012', 'wp-content/gallery/art_careyes_2012', 'art_careyes_2012', '', 0, 4736, 1),
(47, 'copa-de-salto-scappino-2012', 'copa-de-salto-scappino-2012', 'wp-content/gallery/copa-de-salto-scappino-2012', 'Copa de Salto Scappino 2012', '', 0, 4746, 1),
(48, 'castillos_inicio', 'castillos_inicio', 'wp-content/gallery/castillos_inicio', 'castillos_inicio', '', 0, 4749, 1),
(49, 'home-mayo-2012-esp', 'home-mayo-2012-esp', 'wp-content/gallery/home-mayo-2012-esp', 'HOME MAYO 2012 ESP', '', 0, 4761, 1),
(50, 'constelacion4', 'constelacion4', 'wp-content/gallery/constelacion4', 'Constelacion4', '', 0, 4781, 1),
(51, 'filmarts-pdf', 'filmarts-pdf', 'wp-content/gallery/filmarts-pdf', 'film+arts-PDF', '', 0, 4784, 1),
(52, 'gallerywebsite', 'gallerywebsite', 'wp-content/gallery/gallerywebsite', 'GalleryWebsite', '', 0, 4803, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_ngg_pictures`
--

CREATE TABLE IF NOT EXISTS `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT '0',
  `galleryid` bigint(20) NOT NULL DEFAULT '0',
  `filename` varchar(255) NOT NULL,
  `description` mediumtext,
  `alttext` mediumtext,
  `urlink` mediumtext,
  `elorden` varchar(11) NOT NULL DEFAULT '',
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT '0',
  `sortorder` bigint(20) NOT NULL DEFAULT '0',
  `meta_data` longtext,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4808 ;

--
-- Volcado de datos para la tabla `wp_ngg_pictures`
--

INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `urlink`, `elorden`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES
(1, 'image-7', 0, 1, 'blue.jpg', '', '', NULL, '0', '2011-11-11 08:37:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(2, 'image-8', 0, 1, 'costa_careyes.jpg', '', '', NULL, '0', '2011-11-11 08:37:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(3, 'image-9', 0, 1, 'flechamarillo_2.jpg', '', '', NULL, '0', '2011-11-11 08:37:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:550;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4, 'image-10', 0, 1, 'guestroom.jpg', '', '', NULL, '0', '2011-11-11 08:37:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(5, 'image-11', 0, 1, 'master-pergola.jpg', '', '', NULL, '0', '2011-11-11 08:37:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(6, 'image-12', 0, 1, 'open-plan.jpg', '', '', NULL, '0', '2011-11-11 08:37:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(7, 'title-1', 0, 3, 'blue.jpg', 'Desc 1 xxxxx', 'Title 1', '?p=86', '0', '2011-11-11 22:03:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(8, 'title-2', 0, 3, 'costa_careyes.jpg', 'Desc 2 ', 'Title 2', '?p=86', '0', '2011-11-11 22:03:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(9, 'title-3', 0, 3, 'flechamarillo_2.jpg', 'Desc 3', 'Title 3', '?p=86', '0', '2011-11-11 22:03:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:550;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(10, 'title-4', 0, 3, 'guestroom.jpg', 'Desc 4', 'Title 4', '?p=86', '0', '2011-11-11 22:03:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(11, 'title-5', 0, 3, 'master-pergola.jpg', 'Desc 5', 'Title 5', '?p=86', '0', '2011-11-11 22:03:43', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(12, 'title-5-2', 0, 3, 'open-plan.jpg', 'Desc 5', 'Title 5', '?p=86', '0', '2011-11-11 22:03:23', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(13, 'img_0', 0, 4, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-18 23:09:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(14, 'img_1', 0, 4, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-18 23:09:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(15, 'img_10', 0, 4, 'IMG_10.jpg', '', 'IMG_10', NULL, '0', '2011-11-18 23:09:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(16, 'img_11', 0, 4, 'IMG_11.jpg', '', 'IMG_11', NULL, '0', '2011-11-18 23:09:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(17, 'img_12', 0, 4, 'IMG_12.jpg', '', 'IMG_12', NULL, '0', '2011-11-18 23:09:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(18, 'img_2', 0, 4, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-18 23:09:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(19, 'img_3', 0, 4, 'IMG_3.jpg', '', 'IMG_3', NULL, '0', '2011-11-18 23:09:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(20, 'img_4', 0, 4, 'IMG_4.jpg', '', 'IMG_4', NULL, '0', '2011-11-18 23:09:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(21, 'img_5', 0, 4, 'IMG_5.jpg', '', 'IMG_5', NULL, '0', '2011-11-18 23:09:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(22, 'img_6', 0, 4, 'IMG_6.jpg', '', 'IMG_6', NULL, '0', '2011-11-18 23:09:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:334;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(23, 'img_7', 0, 4, 'IMG_7.jpg', '', 'IMG_7', NULL, '0', '2011-11-18 23:09:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(24, 'img_8', 0, 4, 'IMG_8.jpg', '', 'IMG_8', NULL, '0', '2011-11-18 23:09:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(25, 'img_9', 0, 4, 'IMG_9.jpg', '', 'IMG_9', NULL, '0', '2011-11-18 23:09:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(459, 'costa-careyes-in-the-robb-report', 0, 5, '3_press.jpg', 'Magazine Holiday Issue edition', 'Costa Careyes in the Robb Report', 'index.php?page_id=753', '3', '2011-12-17 02:46:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(458, 'photographers', 0, 5, '2_jovazoom.jpg', 'for the Jova Relief Fund', 'Photographers', 'index.php?cat=65', '2', '2011-12-17 02:46:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(454, 'las-casas-mas-impresionantes', 0, 42, '1_rentals.jpg', 'en el Pacífico mexicano', 'Las casas más impresionantes', 'index.php?page_id=1005', '1', '2011-12-17 00:22:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(455, 'fotografos', 0, 42, '2_jovazoom.jpg', 'para el Fondo de Ayuda Jova', 'Fotógrafos ', 'index.php?cat=65', '2', '2011-12-17 00:22:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(35, 'asf_0008', 0, 6, 'ASF_0008.jpg', '', 'ASF_0008', NULL, '0', '2011-11-30 06:06:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(36, 'asf_0023', 0, 6, 'ASF_0023.jpg', '', 'ASF_0023', NULL, '0', '2011-11-30 06:06:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(37, 'asf_0063', 0, 6, 'ASF_0063.jpg', '', 'ASF_0063', NULL, '0', '2011-11-30 06:06:23', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(38, 'asf_0104', 0, 6, 'ASF_0104.jpg', '', 'ASF_0104', NULL, '0', '2011-11-30 06:06:24', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(39, 'asf_0123', 0, 6, 'ASF_0123.jpg', '', 'ASF_0123', NULL, '0', '2011-11-30 06:06:24', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:502;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(40, 'asf_0126', 0, 6, 'ASF_0126.jpg', '', 'ASF_0126', NULL, '0', '2011-11-30 06:06:24', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:502;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(41, 'asf_0349', 0, 6, 'ASF_0349.jpg', '', 'ASF_0349', NULL, '0', '2011-11-30 06:06:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(42, 'asf_0358', 0, 6, 'ASF_0358.jpg', '', 'ASF_0358', NULL, '0', '2011-11-30 06:06:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(43, 'asf_0367', 0, 6, 'ASF_0367.jpg', '', 'ASF_0367', NULL, '0', '2011-11-30 06:06:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(44, 'asf_0388', 0, 6, 'ASF_0388.jpg', '', 'ASF_0388', NULL, '0', '2011-11-30 06:06:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(45, 'asf_0543', 0, 6, 'ASF_0543.jpg', '', 'ASF_0543', NULL, '0', '2011-11-30 06:06:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(46, 'asf_0544', 0, 6, 'ASF_0544.jpg', '', 'ASF_0544', NULL, '0', '2011-11-30 06:06:28', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(47, 'asf_0551', 0, 6, 'ASF_0551.jpg', '', 'ASF_0551', NULL, '0', '2011-11-30 06:06:28', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:502;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(48, 'asf_0567', 0, 6, 'ASF_0567.jpg', '', 'ASF_0567', NULL, '0', '2011-11-30 06:06:29', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(49, 'galeriadearte', 0, 6, 'GaleriadeArte.jpg', '', 'GaleriadeArte', NULL, '0', '2011-11-30 06:06:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:502;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(50, 'img_0-3', 0, 6, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:06:30', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(51, 'img_1-3', 0, 6, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:06:30', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(52, 'img_2-3', 0, 6, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:06:30', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(53, 'img_5-3', 0, 6, 'IMG_5.jpg', '', 'IMG_5', NULL, '0', '2011-11-30 06:06:31', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(54, 'img_6-3', 0, 6, 'IMG_6.jpg', '', 'IMG_6', NULL, '0', '2011-11-30 06:06:31', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(55, 'plazafiesta', 0, 6, 'PlazaFiesta.jpg', '', 'PlazaFiesta', NULL, '0', '2011-11-30 06:06:32', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(56, 'camastros_twilight', 0, 7, 'camastros_twilight.jpg', '', 'camastros_twilight', NULL, '0', '2011-11-30 06:06:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(57, 'casita_classica_2', 0, 7, 'casita_classica_2.jpg', '', 'casita_classica_2', NULL, '0', '2011-11-30 06:06:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(58, 'casitas', 0, 7, 'casitas.jpg', '', 'casitas', NULL, '0', '2011-11-30 06:06:49', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(59, 'casitas_playa', 0, 7, 'casitas_playa.jpg', '', 'casitas_playa', NULL, '0', '2011-11-30 06:06:48', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(60, 'casitasteps', 0, 7, 'casitasteps.jpg', '', 'casitasteps', NULL, '0', '2011-11-30 06:06:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(61, 'castillito', 0, 7, 'castillito.jpg', '', 'castillito', NULL, '0', '2011-11-30 06:06:55', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(62, 'la_clasica', 0, 7, 'la_clasica.jpg', '', 'la_clasica', NULL, '0', '2011-11-30 06:07:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(63, 'lounge', 0, 7, 'lounge.jpg', '', 'lounge', NULL, '0', '2011-11-30 06:07:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(64, 'lounge_dining_kitchen', 0, 7, 'lounge_dining_kitchen.jpg', '', 'lounge_dining_kitchen', NULL, '0', '2011-11-30 06:07:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(65, 'mesa_vista', 0, 7, 'mesa_vista.jpg', '', 'mesa_vista', NULL, '0', '2011-11-30 06:07:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(66, 'nightstairs', 0, 7, 'nightstairs.jpg', '', 'nightstairs', NULL, '0', '2011-11-30 06:07:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(67, 'sala_cocina', 0, 7, 'sala_cocina.jpg', '', 'sala_cocina', NULL, '0', '2011-11-30 06:07:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(68, 'sillas', 0, 7, 'sillas.jpg', '', 'sillas', NULL, '0', '2011-11-30 06:07:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(69, 'thru_vu', 0, 7, 'thru_vu.jpg', '', 'thru_vu', NULL, '0', '2011-11-30 06:07:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(70, 'ventana_sunset', 0, 7, 'ventana_sunset.jpg', '', 'ventana_sunset', NULL, '0', '2011-11-30 06:07:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(71, 'image-3', 0, 9, 'casitas_playa.jpg', '', 'casitas_playa', NULL, '0', '2011-11-30 06:07:32', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(72, 'img_0-4', 0, 9, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:07:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(74, 'img_1-4', 0, 9, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:07:33', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4751, 'retna-time-traveler', 0, 45, 'solo_cuadro.jpg', 'en Arte Careyes Gallery', 'RETNA: Time Traveler ', 'index.php?p=1252', '5', '2012-05-12 18:23:29', 0, 5, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:313;s:6:"height";i:469;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4777, '08_const4', 0, 50, '08_const4.jpg', '', '08_const4', NULL, '08', '2012-05-22 04:52:06', 0, 8, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(77, 'img_0-5', 0, 10, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:07:35', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(78, 'frontage', 0, 10, 'frontage.jpg', '', 'frontage', NULL, '0', '2011-11-30 06:07:39', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(79, 'img_0-6', 0, 11, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:07:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(80, 'vista_careyes', 0, 11, 'vista_careyes.jpg', '', 'vista_careyes', NULL, '0', '2011-11-30 06:07:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(81, 'altiplano_eve', 0, 12, 'altiplano_eve.jpg', '', 'altiplano_eve', NULL, '0', '2011-11-30 06:07:48', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(82, 'bench', 0, 12, 'bench.jpg', '', 'bench', NULL, '0', '2011-11-30 06:07:49', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(83, 'chorro', 0, 12, 'chorro.jpg', '', 'chorro', NULL, '0', '2011-11-30 06:07:53', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(84, 'comedor-sala', 0, 12, 'comedor-sala.jpg', '', 'comedor-sala', NULL, '0', '2011-11-30 06:07:55', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(85, 'dining_twilight_1', 0, 12, 'dining_twilight_1.jpg', '', 'dining_twilight_1', NULL, '0', '2011-11-30 06:08:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(86, 'hamacas', 0, 12, 'hamacas.jpg', '', 'hamacas', NULL, '0', '2011-11-30 06:08:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(87, 'recamera_maestra', 0, 12, 'recamera_maestra.jpg', '', 'recamera_maestra', NULL, '0', '2011-11-30 06:08:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(88, 'torre_twilight', 0, 12, 'torre_twilight.jpg', '', 'torre_twilight', NULL, '0', '2011-11-30 06:08:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(89, 'vistagrande', 0, 12, 'vistagrande.jpg', '', 'vistagrande', NULL, '0', '2011-11-30 06:08:09', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(90, 'weswtwing', 0, 12, 'weswtwing.jpg', '', 'weswtwing', NULL, '0', '2011-11-30 06:08:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(91, 'widelux', 0, 12, 'widelux.jpg', '', 'widelux', NULL, '0', '2011-11-30 06:08:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(92, 'azoteo_oro', 0, 13, 'azoteo_oro.jpg', '', 'azoteo_oro', NULL, '0', '2011-11-30 06:08:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(93, 'candelabros', 0, 13, 'candelabros.jpg', '', 'candelabros', NULL, '0', '2011-11-30 06:08:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(94, 'chorro-2', 0, 13, 'chorro.jpg', '', 'chorro', NULL, '0', '2011-11-30 06:08:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(95, 'comedor-sala-2', 0, 13, 'comedor-sala.jpg', '', 'comedor-sala', NULL, '0', '2011-11-30 06:08:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(96, 'dining_dawn', 0, 13, 'dining_dawn.jpg', '', 'dining_dawn', NULL, '0', '2011-11-30 06:08:28', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(97, 'goldtrim', 0, 13, 'goldtrim.jpg', '', 'goldtrim', NULL, '0', '2011-11-30 06:08:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(98, 'overview', 0, 13, 'overview.jpg', '', 'overview', NULL, '0', '2011-11-30 06:08:33', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(99, 'palapa', 0, 13, 'palapa.jpg', '', 'palapa', NULL, '0', '2011-11-30 06:08:32', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(100, 'img_0-7', 0, 14, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:08:34', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(101, 'img_1-5', 0, 14, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:08:34', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(102, 'img_2-5', 0, 14, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:08:34', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(103, 'blue', 0, 15, 'blue.jpg', '', 'blue', NULL, '0', '2011-11-30 06:08:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(104, 'costa_careyes', 0, 15, 'costa_careyes.jpg', '', 'costa_careyes', NULL, '0', '2011-11-30 06:08:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(105, 'dining-detail', 0, 15, 'dining-detail.jpg', '', 'dining-detail', NULL, '0', '2011-11-30 06:08:43', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(106, 'double', 0, 15, 'double.jpg', '', 'double', NULL, '0', '2011-11-30 06:08:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(107, 'escaleras', 0, 15, 'escaleras.jpg', '', 'escaleras', NULL, '0', '2011-11-30 06:08:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(108, 'fernwalk', 0, 15, 'fernwalk.jpg', '', 'fernwalk', NULL, '0', '2011-11-30 06:08:50', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(109, 'frontage-2', 0, 15, 'frontage.jpg', '', 'frontage', NULL, '0', '2011-11-30 06:08:53', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(110, 'guestroom', 0, 15, 'guestroom.jpg', '', 'guestroom', NULL, '0', '2011-11-30 06:08:56', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(111, 'isla', 0, 15, 'isla.jpg', '', 'isla', NULL, '0', '2011-11-30 06:08:59', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `urlink`, `elorden`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES
(112, 'la-vista', 0, 15, 'la-vista.jpg', '', 'la-vista', NULL, '0', '2011-11-30 06:09:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(113, 'master-pergola', 0, 15, 'master-pergola.jpg', '', 'master-pergola', NULL, '0', '2011-11-30 06:09:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(114, 'masterbed', 0, 15, 'masterbed.jpg', '', 'masterbed', NULL, '0', '2011-11-30 06:09:08', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(115, 'mastereve', 0, 15, 'mastereve.jpg', '', 'mastereve', NULL, '0', '2011-11-30 06:09:09', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(116, 'mediaroom_2', 0, 15, 'mediaroom_2.jpg', '', 'mediaroom_2', NULL, '0', '2011-11-30 06:09:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(117, 'morning', 0, 15, 'morning.jpg', '', 'morning', NULL, '0', '2011-11-30 06:09:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(118, 'sala', 0, 15, 'sala.jpg', '', 'sala', NULL, '0', '2011-11-30 06:09:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(119, 'sunshine-lounge', 0, 15, 'sunshine-lounge.jpg', '', 'sunshine-lounge', NULL, '0', '2011-11-30 06:09:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(120, 'twin-master', 0, 15, 'twin-master.jpg', '', 'twin-master', NULL, '0', '2011-11-30 06:09:23', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(121, 'ventana_out', 0, 15, 'ventana_out.jpg', '', 'ventana_out', NULL, '0', '2011-11-30 06:09:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(122, 'img_0-8', 0, 16, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:09:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(123, 'img_1-6', 0, 16, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:09:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(124, 'img_2-6', 0, 16, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:09:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(125, 'img_3-3', 0, 16, 'IMG_3.jpg', '', 'IMG_3', NULL, '0', '2011-11-30 06:09:28', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(126, 'img_4-4', 0, 16, 'IMG_4.jpg', '', 'IMG_4', NULL, '0', '2011-11-30 06:09:28', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(127, '014', 0, 17, '014.JPG', '', '014', NULL, '0', '2011-11-30 06:09:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:23:"25 agosto, 2006 8:37 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(128, '015', 0, 17, '015.JPG', '', '015', NULL, '0', '2011-11-30 06:09:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:23:"26 agosto, 2006 9:19 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(129, '016', 0, 17, '016.JPG', '', '016', NULL, '0', '2011-11-30 06:09:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:27:"5 septiembre, 2006 11:59 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:514;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(130, '017', 0, 17, '017.JPG', '', '017', NULL, '0', '2011-11-30 06:09:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:23:"26 agosto, 2006 7:52 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(131, '018', 0, 17, '018.JPG', '', '018', NULL, '0', '2011-11-30 06:09:46', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:23:"26 agosto, 2006 7:48 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:500;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(132, '020', 0, 17, '020.JPG', '', '020', NULL, '0', '2011-11-30 06:09:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:23:"26 agosto, 2006 7:00 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(133, '042', 0, 17, '042.JPG', '', '042', NULL, '0', '2011-11-30 06:09:49', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:27:"5 septiembre, 2006 10:56 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:468;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(134, '046', 0, 17, '046.JPG', '', '046', NULL, '0', '2011-11-30 06:09:50', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:27:"5 septiembre, 2006 11:03 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:500;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(135, '047', 0, 17, '047.JPG', '', '047', NULL, '0', '2011-11-30 06:09:56', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:26:"5 septiembre, 2006 7:46 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(136, '055', 0, 17, '055.JPG', '', '055', NULL, '0', '2011-11-30 06:09:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";s:26:"5 septiembre, 2006 7:33 PM";s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(137, 'atardecer', 0, 18, 'atardecer.jpg', '', 'atardecer', NULL, '0', '2011-11-30 06:10:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(138, 'big_picturecrop', 0, 18, 'big_picture(crop).jpg', '', 'big_picture(crop)', NULL, '0', '2011-11-30 06:10:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(139, 'cojines', 0, 18, 'cojines.jpg', '', 'cojines', NULL, '0', '2011-11-30 06:10:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(140, 'esquina', 0, 18, 'esquina.jpg', '', 'esquina', NULL, '0', '2011-11-30 06:10:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(141, 'evening', 0, 18, 'evening.jpg', '', 'evening', NULL, '0', '2011-11-30 06:10:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(142, 'goldenlight_wide', 0, 18, 'goldenlight_wide.jpg', '', 'goldenlight_wide', NULL, '0', '2011-11-30 06:10:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(143, 'inkyblu', 0, 18, 'inkyblu.jpg', '', 'inkyblu', NULL, '0', '2011-11-30 06:10:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(144, 'masterbed-2', 0, 18, 'masterbed.jpg', '', 'masterbed', NULL, '0', '2011-11-30 06:10:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(145, 'pool', 0, 18, 'pool.jpg', '', 'pool', NULL, '0', '2011-11-30 06:10:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(146, 'salapalapa', 0, 18, 'salapalapa.jpg', '', 'salapalapa', NULL, '0', '2011-11-30 06:10:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(147, 'sillas_sierra', 0, 18, 'sillas_sierra.jpg', '', 'sillas_sierra', NULL, '0', '2011-11-30 06:10:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(148, 'spotlight', 0, 18, 'spotlight.jpg', '', 'spotlight', NULL, '0', '2011-11-30 06:10:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(149, 'toallas', 0, 18, 'toallas.jpg', '', 'toallas', NULL, '0', '2011-11-30 06:10:30', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(150, 'bluesteps', 0, 19, 'bluesteps.jpg', '', 'bluesteps', NULL, '0', '2011-11-30 06:10:33', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(151, 'daybed', 0, 19, 'daybed.jpg', '', 'daybed', NULL, '0', '2011-11-30 06:10:36', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(152, 'desde_el_mar', 0, 19, 'desde_el_mar.jpg', '', 'desde_el_mar', NULL, '0', '2011-11-30 06:10:41', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(153, 'dining_table', 0, 19, 'dining_table.jpg', '', 'dining_table', NULL, '0', '2011-11-30 06:10:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(154, 'entrance', 0, 19, 'entrance.jpg', '', 'entrance', NULL, '0', '2011-11-30 06:10:48', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(155, 'guestbed_1', 0, 19, 'guestbed_1.jpg', '', 'guestbed_1', NULL, '0', '2011-11-30 06:10:50', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(156, 'guestbed_pool', 0, 19, 'guestbed_pool.jpg', '', 'guestbed_pool', NULL, '0', '2011-11-30 06:10:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(157, 'lounge_dining_palapa', 0, 19, 'lounge_dining_palapa.jpg', '', 'lounge_dining_palapa', NULL, '0', '2011-11-30 06:10:56', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(158, 'masterbed-3', 0, 19, 'masterbed.jpg', '', 'masterbed', NULL, '0', '2011-11-30 06:10:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(159, 'nido', 0, 19, 'nido.jpg', '', 'nido', NULL, '0', '2011-11-30 06:11:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(160, 'pool_ocean', 0, 19, 'pool_ocean.jpg', '', 'pool_ocean', NULL, '0', '2011-11-30 06:11:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(161, 'pool_profile', 0, 19, 'pool_profile.jpg', '', 'pool_profile', NULL, '0', '2011-11-30 06:11:06', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(162, 'pool_up_eve', 0, 19, 'pool_up_eve.jpg', '', 'pool_up_eve', NULL, '0', '2011-11-30 06:11:08', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(163, 'profile_eve', 0, 19, 'profile_eve.jpg', '', 'profile_eve', NULL, '0', '2011-11-30 06:11:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(164, 'seaside_cleft', 0, 19, 'seaside_cleft.jpg', '', 'seaside_cleft', NULL, '0', '2011-11-30 06:11:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(165, 'img_0-9', 0, 20, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:11:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(166, 'img_1-7', 0, 20, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:11:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(167, 'img_10-2', 0, 20, 'IMG_10.jpg', '', 'IMG_10', NULL, '0', '2011-11-30 06:11:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(168, 'img_2-7', 0, 20, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:11:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(169, 'img_3-4', 0, 20, 'IMG_3.jpg', '', 'IMG_3', NULL, '0', '2011-11-30 06:11:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(170, 'img_4-5', 0, 20, 'IMG_4.jpg', '', 'IMG_4', NULL, '0', '2011-11-30 06:11:17', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:300;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(171, 'img_5-4', 0, 20, 'IMG_5.jpg', '', 'IMG_5', NULL, '0', '2011-11-30 06:11:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:300;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(172, 'img_6-4', 0, 20, 'IMG_6.jpg', '', 'IMG_6', NULL, '0', '2011-11-30 06:11:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(173, 'img_7-3', 0, 20, 'IMG_7.jpg', '', 'IMG_7', NULL, '0', '2011-11-30 06:11:18', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:350;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(174, 'img_8-3', 0, 20, 'IMG_8.jpg', '', 'IMG_8', NULL, '0', '2011-11-30 06:11:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:350;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(175, 'img_9-2', 0, 20, 'IMG_9.jpg', '', 'IMG_9', NULL, '0', '2011-11-30 06:11:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(176, 'banquetealberca', 0, 21, 'BanqueteAlberca.jpg', '', 'BanqueteAlberca', NULL, '0', '2011-11-30 06:11:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(177, 'dscn1358', 0, 21, 'DSCN1358.jpg', '', 'DSCN1358', NULL, '0', '2011-11-30 06:11:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(178, 'dscn1381', 0, 21, 'DSCN1381.jpg', '', 'DSCN1381', NULL, '0', '2011-11-30 06:11:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(179, 'dscn2175', 0, 21, 'DSCN2175.JPG', '', 'DSCN2175', NULL, '0', '2011-11-30 06:11:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(180, 'dscn2215', 0, 21, 'DSCN2215.JPG', '', 'DSCN2215', NULL, '0', '2011-11-30 06:11:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(181, 'dscn2223', 0, 21, 'DSCN2223.JPG', '', 'DSCN2223', NULL, '0', '2011-11-30 06:11:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(182, 'img_0-10', 0, 21, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:11:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(183, 'img_1-8', 0, 21, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:11:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(184, 'img_2-8', 0, 21, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:11:41', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(185, 'rux_0455', 0, 21, 'RUX_0455.JPG', '', 'RUX_0455', NULL, '0', '2011-11-30 06:11:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(186, 'rux_0900', 0, 21, 'RUX_0900.JPG', '', 'RUX_0900', NULL, '0', '2011-11-30 06:11:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(187, 'rux_0992', 0, 21, 'RUX_0992.JPG', '', 'RUX_0992', NULL, '0', '2011-11-30 06:11:43', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(188, 'rux_1044', 0, 21, 'RUX_1044.JPG', '', 'RUX_1044', NULL, '0', '2011-11-30 06:11:43', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(189, 'rux_1069', 0, 21, 'RUX_1069.JPG', '', 'RUX_1069', NULL, '0', '2011-11-30 06:11:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(190, 'rux_1074', 0, 21, 'RUX_1074.JPG', '', 'RUX_1074', NULL, '0', '2011-11-30 06:11:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(191, 'rux_1178', 0, 21, 'RUX_1178.JPG', '', 'RUX_1178', NULL, '0', '2011-11-30 06:11:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(192, 'rux_2947', 0, 21, 'RUX_2947.JPG', '', 'RUX_2947', NULL, '0', '2011-11-30 06:11:45', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(193, 'img_0-11', 0, 22, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:11:46', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(194, '_mdc9480', 0, 22, '_MDC9480.jpg', '', '_MDC9480', NULL, '0', '2011-11-30 06:11:46', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:700;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(195, 'img_0-12', 0, 23, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:11:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(196, 'img_1-9', 0, 23, 'IMG_1.jpg', '', 'IMG_1', NULL, '0', '2011-11-30 06:11:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(197, 'img_2-9', 0, 23, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:11:48', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(198, 'img_3-5', 0, 23, 'IMG_3.jpg', '', 'IMG_3', NULL, '0', '2011-11-30 06:11:48', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(199, 'img_0-13', 0, 24, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:11:49', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(200, 'rux_1824', 0, 24, 'RUX_1824.jpg', '', 'RUX_1824', NULL, '0', '2011-11-30 06:11:50', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:700;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(201, 'rux_1852', 0, 24, 'RUX_1852.jpg', '', 'RUX_1852', NULL, '0', '2011-11-30 06:11:51', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:700;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(202, 'rux_2205', 0, 24, 'RUX_2205.jpg', '', 'RUX_2205', NULL, '0', '2011-11-30 06:11:52', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:700;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(203, 'cocodriloazul1', 0, 25, 'CocodriloAzul1.jpg', '', 'CocodriloAzul1', NULL, '0', '2011-11-30 06:11:57', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(204, 'cocodrilosunset', 0, 25, 'CocodriloSunset.jpg', '', 'CocodriloSunset', NULL, '0', '2011-11-30 06:11:56', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:559;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(205, 'cocodrilovista', 0, 25, 'Cocodrilovista.jpg', '', 'Cocodrilovista', NULL, '0', '2011-11-30 06:11:57', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:500;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(206, 'dscn3303', 0, 25, 'DSCN3303.JPG', '', 'DSCN3303', NULL, '0', '2011-11-30 06:11:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(207, 'dscn3318', 0, 25, 'DSCN3318.JPG', '', 'DSCN3318', NULL, '0', '2011-11-30 06:11:59', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(208, 'fiestaplayarosa', 0, 25, 'FiestaPlayaRosa.jpg', '', 'FiestaPlayaRosa', NULL, '0', '2011-11-30 06:12:00', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(209, 'mesavistaplayarosa', 0, 25, 'MesavistaPlayaRosa.jpg', '', 'MesavistaPlayaRosa', NULL, '0', '2011-11-30 06:12:00', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(210, 'playarosa', 0, 25, 'PlayaRosa.jpg', '', 'PlayaRosa', NULL, '0', '2011-11-30 06:12:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(211, 'playarosamesasboda', 0, 25, 'PlayaRosaMesasBoda.jpg', '', 'PlayaRosaMesasBoda', NULL, '0', '2011-11-30 06:12:06', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(212, 'playarosaterrazaymesas', 0, 25, 'PlayaRosaTerrazayMesas.jpg', '', 'PlayaRosaTerrazayMesas', NULL, '0', '2011-11-30 06:12:08', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(213, 'playarosacaminoplaya', 0, 25, 'PlayaRosacaminoplaya.jpg', '', 'PlayaRosacaminoplaya', NULL, '0', '2011-11-30 06:12:03', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(214, 'playarosadetalle1', 0, 25, 'PlayaRosadetalle1.jpg', '', 'PlayaRosadetalle1', NULL, '0', '2011-11-30 06:12:03', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(215, 'playarosadetalle2', 0, 25, 'PlayaRosadetalle2.jpg', '', 'PlayaRosadetalle2', NULL, '0', '2011-11-30 06:12:04', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(216, 'playarosalucesyvelas', 0, 25, 'PlayaRosalucesyvelas.jpg', '', 'PlayaRosalucesyvelas', NULL, '0', '2011-11-30 06:12:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(217, 'playarosapistabaile', 0, 25, 'PlayaRosapistabaile.jpg', '', 'PlayaRosapistabaile', NULL, '0', '2011-11-30 06:12:06', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `urlink`, `elorden`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES
(218, 'puntocomobar', 0, 25, 'PuntoComoBar.jpg', '', 'PuntoComoBar', NULL, '0', '2011-11-30 06:12:08', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(219, '_mdc9480-2', 0, 25, '_MDC9480.JPG', '', '_MDC9480', NULL, '0', '2011-11-30 06:11:54', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1127;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(220, '115', 0, 26, '115.JPG', '', '115', NULL, '0', '2011-11-30 06:12:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(221, '170', 0, 26, '170.JPG', '', '170', NULL, '0', '2011-11-30 06:12:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1217;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(222, '196', 0, 26, '196.JPG', '', '196', NULL, '0', '2011-11-30 06:12:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(223, '3115', 0, 26, '31(15).JPG', '', '31(15)', NULL, '0', '2011-11-30 06:12:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1132;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(224, '3116', 0, 26, '31(16).JPG', '', '31(16)', NULL, '0', '2011-11-30 06:12:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:846;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(225, '51', 0, 26, '51.JPG', '', '51', NULL, '0', '2011-11-30 06:12:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(226, '53', 0, 26, '53.JPG', '', '53', NULL, '0', '2011-11-30 06:12:36', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:876;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(227, '54', 0, 26, '54.JPG', '', '54', NULL, '0', '2011-11-30 06:12:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:671;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(228, '58', 0, 26, '58.JPG', '', '58', NULL, '0', '2011-11-30 06:12:43', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(229, '69', 0, 26, '69.JPG', '', '69', NULL, '0', '2011-11-30 06:12:45', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1285;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(230, '83', 0, 26, '83.JPG', '', '83', NULL, '0', '2011-11-30 06:12:51', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(231, '84', 0, 26, '84.JPG', '', '84', NULL, '0', '2011-11-30 06:12:52', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:995;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(232, '91', 0, 26, '91.JPG', '', '91', NULL, '0', '2011-11-30 06:12:57', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1207;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(233, '96', 0, 26, '96.JPG', '', '96', NULL, '0', '2011-11-30 06:12:57', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1020;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(234, 'equipopoloscappino', 0, 26, 'EquipoPoloScappino.jpg', '', 'EquipoPoloScappino', NULL, '0', '2011-11-30 06:12:59', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(235, 'img_0-14', 0, 26, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:12:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(236, 'img_2-10', 0, 26, 'IMG_2.jpg', '', 'IMG_2', NULL, '0', '2011-11-30 06:12:59', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(237, 'img_3-6', 0, 26, 'IMG_3.jpg', '', 'IMG_3', NULL, '0', '2011-11-30 06:13:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(238, 'img_4-6', 0, 26, 'IMG_4.jpg', '', 'IMG_4', NULL, '0', '2011-11-30 06:13:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(239, 'img_5-5', 0, 26, 'IMG_5.jpg', '', 'IMG_5', NULL, '0', '2011-11-30 06:13:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(240, 'polo', 0, 26, 'Polo.jpg', '', 'Polo', NULL, '0', '2011-11-30 06:13:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(241, 'img_0-15', 0, 27, 'IMG_0.jpg', '', 'IMG_0', NULL, '03', '2011-11-30 06:13:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(242, 'img_1-10', 0, 27, 'IMG_1.jpg', '', 'IMG_1', NULL, '04', '2011-11-30 06:13:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(243, 'img_2-11', 0, 27, 'IMG_2.jpg', '', 'IMG_2', NULL, '05', '2011-11-30 06:13:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(244, 'img_3-7', 0, 27, 'IMG_3.jpg', '', 'IMG_3', NULL, '06', '2011-11-30 06:13:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(245, 'img_4-7', 0, 27, 'IMG_4.jpg', '', 'IMG_4', NULL, '07', '2011-11-30 06:13:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(246, 'img_5-6', 0, 27, 'IMG_5.jpg', '', 'IMG_5', NULL, '02', '2011-11-30 06:13:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(247, 'img_6-5', 0, 27, 'IMG_6.jpg', '', 'IMG_6', NULL, '01', '2011-11-30 06:13:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(248, 'camastros_twilight-2', 0, 28, 'camastros_twilight.jpg', '', 'camastros_twilight', NULL, '04', '2011-11-30 06:13:11', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(249, 'casita_classica_2-2', 0, 28, 'casita_classica_2.jpg', '', 'casita_classica_2', NULL, '060', '2011-11-30 06:13:09', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(250, 'casita_colours', 0, 28, 'casita_colours.jpg', '', 'casita_colours', NULL, '071', '2011-11-30 06:13:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(251, 'casitas-2', 0, 28, 'casitas.jpg', '', 'casitas', NULL, '01', '2011-11-30 06:13:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(252, 'casitas_playa-3', 0, 28, 'casitas_playa.jpg', '', 'casitas_playa', NULL, '02', '2011-11-30 06:13:23', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(253, 'casitasteps-2', 0, 28, 'casitasteps.jpg', '', 'casitasteps', NULL, '08', '2011-11-30 06:13:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(254, 'castillito-2', 0, 28, 'castillito.jpg', '', 'castillito', NULL, '10', '2011-11-30 06:13:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(255, 'la_clasica-2', 0, 28, 'la_clasica.jpg', '', 'la_clasica', NULL, '05', '2011-11-30 06:13:35', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(256, 'lounge-2', 0, 28, 'lounge.jpg', '', 'lounge', NULL, '11', '2011-11-30 06:13:34', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(257, 'lounge_dining_kitchen-2', 0, 28, 'lounge_dining_kitchen.jpg', '', 'lounge_dining_kitchen', NULL, '12', '2011-11-30 06:13:41', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(258, 'mesa_vista-2', 0, 28, 'mesa_vista.jpg', '', 'mesa_vista', NULL, '061', '2011-11-30 06:13:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(259, 'nightstairs-2', 0, 28, 'nightstairs.jpg', '', 'nightstairs', NULL, '09', '2011-11-30 06:13:45', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(260, 'sala_cocina-2', 0, 28, 'sala_cocina.jpg', '', 'sala_cocina', NULL, '13', '2011-11-30 06:13:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(261, 'sillas-2', 0, 28, 'sillas.jpg', '', 'sillas', NULL, '03', '2011-11-30 06:13:52', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(262, 'split', 0, 28, 'split.jpg', '', 'split', NULL, '070', '2011-11-30 06:13:53', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(263, 'thru_vu-2', 0, 28, 'thru_vu.jpg', '', 'thru_vu', NULL, '14', '2011-11-30 06:13:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(264, 'ventana_sunset-2', 0, 28, 'ventana_sunset.jpg', '', 'ventana_sunset', NULL, '15', '2011-11-30 06:13:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(265, 'blucat_1', 0, 29, 'blucat_1.jpg', '', 'blucat_1', NULL, '07', '2011-11-30 06:14:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(266, 'guestbed_1-2', 0, 29, 'guestbed_1.jpg', '', 'guestbed_1', NULL, '11', '2011-11-30 06:14:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(267, 'guestbed_2b', 0, 29, 'guestbed_2b.jpg', '', 'guestbed_2b', NULL, '13', '2011-11-30 06:14:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(268, 'keyhole', 0, 29, 'keyhole.jpg', '', 'keyhole', NULL, '10', '2011-11-30 06:14:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(269, 'masterbed_1', 0, 29, 'masterbed_1.jpg', '', 'masterbed_1', NULL, '14', '2011-11-30 06:14:11', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(270, 'masterbed_3', 0, 29, 'masterbed_3.jpg', '', 'masterbed_3', NULL, '15', '2011-11-30 06:14:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(271, 'masterbed_5', 0, 29, 'masterbed_5.jpg', '', 'masterbed_5', NULL, '16', '2011-11-30 06:14:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(272, 'masterstudy', 0, 29, 'masterstudy.jpg', '', 'masterstudy', NULL, '09', '2011-11-30 06:14:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(273, 'mi_ojo_5', 0, 29, 'mi_ojo_5.jpg', '', 'mi_ojo_5', NULL, '01', '2011-11-30 06:14:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(274, 'palapa_grande', 0, 29, 'palapa_grande.jpg', '', 'palapa_grande', NULL, '05', '2011-11-30 06:14:24', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(275, 'pool_palapa_v', 0, 29, 'pool_palapa_V.jpg', '', 'pool_palapa_V', NULL, '03', '2011-11-30 06:14:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(276, 'rooftop_guestbed', 0, 29, 'rooftop_guestbed.jpg', '', 'rooftop_guestbed', NULL, '12', '2011-11-30 06:14:30', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(277, 'rooftop_terraza', 0, 29, 'rooftop_terraza.jpg', '', 'rooftop_terraza', NULL, '06', '2011-11-30 06:14:30', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(278, 'sombrillas', 0, 29, 'sombrillas.jpg', '', 'sombrillas', NULL, '04', '2011-11-30 06:14:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(279, 'spiralus_h', 0, 29, 'spiralus_H.jpg', '', 'spiralus_H', NULL, '08', '2011-11-30 06:14:36', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(280, 'zigzag_pool', 0, 29, 'zigzag_pool.jpg', '', 'zigzag_pool', NULL, '02', '2011-11-30 06:14:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4790, 'detalle', 0, 52, 'detalle.jpg', '', 'detalle', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";s:17:"Maco Careyes 2011";s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4791, 'dsc_8752', 0, 52, 'dsc_8752.jpg', '', 'dsc_8752', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4789, 'arena-mexico-7', 0, 52, 'arena-mexico-7.jpg', '', 'arena-mexico-7', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";s:17:"Maco Careyes 2011";s:5:"width";i:502;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(284, 'v-jet_h', 0, 30, 'V-jet_H.jpg', '', 'V-jet_H', NULL, '03', '2011-11-30 06:15:25', 0, 1, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(285, 'aerial_occidente_1', 0, 30, 'aerial_occidente_1.jpg', '', 'aerial_occidente_1', NULL, '01', '2011-11-30 06:14:42', 0, 2, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(286, 'atrium_eve', 0, 30, 'atrium_eve.jpg', '', 'atrium_eve', NULL, '10', '2011-11-30 06:14:48', 0, 3, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(287, 'casa_flota', 0, 30, 'casa_flota.jpg', '', 'casa_flota', NULL, '05', '2011-11-30 06:14:48', 0, 4, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(288, 'casita_recamara_1', 0, 30, 'casita_recamara_1.jpg', '', 'casita_recamara_1', NULL, '19', '2011-11-30 06:14:52', 0, 5, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(290, 'guest_bath', 0, 30, 'guest_bath.jpg', '', 'guest_bath', NULL, '20', '2011-11-30 06:14:55', 0, 8, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(291, 'masterbed_loungecrop_2', 0, 30, 'masterbed_lounge(crop_2).jpg', '', 'masterbed_lounge(crop_2)', NULL, '15', '2011-11-30 06:14:58', 0, 9, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4806, 'home-theater', 0, 30, 'home-theater.jpg', '', 'home-theater', NULL, '15.5', '2012-10-05 02:19:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4807, 'master-bedroom', 0, 30, 'master-bedroom.jpg', '', 'master-bedroom', NULL, '14', '2012-10-05 02:19:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(294, 'pool_twilight', 0, 30, 'pool_twilight.jpg', '', 'pool_twilight', NULL, '09', '2011-11-30 06:15:05', 0, 12, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(295, 'sillasunset', 0, 30, 'sillasunset.jpg', '', 'sillasunset', NULL, '12', '2011-11-30 06:15:05', 0, 13, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(296, 'solstairs', 0, 30, 'solstairs.jpg', '', 'solstairs', NULL, '11', '2011-11-30 06:15:11', 0, 14, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(297, 'stardom', 0, 30, 'stardom.jpg', '', 'stardom', NULL, '13', '2011-11-30 06:15:12', 0, 15, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(298, 'torre_bath', 0, 30, 'torre_bath.jpg', '', 'torre_bath', NULL, '21', '2011-11-30 06:15:15', 0, 16, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(299, 'torre_daybed_h', 0, 30, 'torre_daybed_H.jpg', '', 'torre_daybed_H', NULL, '16', '2011-11-30 06:15:17', 0, 17, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(300, 'torre_recamera', 0, 30, 'torre_recamera.jpg', '', 'torre_recamera', NULL, '18', '2011-11-30 06:15:19', 0, 18, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(303, 'wedgeworx', 0, 30, 'wedgeworx.jpg', '', 'wedgeworx', NULL, '08', '2011-11-30 06:15:29', 0, 21, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(304, 'zig_zag', 0, 30, 'zig_zag.jpg', '', 'zig_zag', NULL, '04', '2011-11-30 06:15:28', 0, 22, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(305, 'bungalow_bedbath', 0, 31, 'bungalow_bedbath.jpg', '', 'bungalow_bedbath', NULL, '19', '2011-11-30 06:15:33', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(306, 'callananphoto_oriente_1', 0, 31, 'callananphoto_oriente_1.jpg', '', 'callananphoto_oriente_1', NULL, '01', '2011-11-30 06:15:33', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(307, 'careyes_classic', 0, 31, 'careyes_classic.jpg', '', 'careyes_classic', NULL, '10', '2011-11-30 06:15:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(308, 'careyes_torre_2', 0, 31, 'careyes_torre_2.jpg', '', 'careyes_torre_2', NULL, '15', '2011-11-30 06:15:36', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(309, 'clifftop', 0, 31, 'clifftop.jpg', '', 'clifftop', NULL, '02', '2011-11-30 06:15:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(310, 'floralounge', 0, 31, 'floralounge.jpg', '', 'floralounge', NULL, '11', '2011-11-30 06:15:45', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(311, 'guestbed_in_out', 0, 31, 'guestbed_in_out.jpg', '', 'guestbed_in_out', NULL, '16', '2011-11-30 06:15:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(312, 'guestbed_out_in_2', 0, 31, 'guestbed_out_in_2.jpg', '', 'guestbed_out_in_2', NULL, '20', '2011-11-30 06:15:46', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(313, 'gusher', 0, 31, 'gusher.jpg', '', 'gusher', NULL, '04', '2011-11-30 06:15:51', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(314, 'masterbed_lounge', 0, 31, 'masterbed_lounge.jpg', '', 'masterbed_lounge', NULL, '17', '2011-11-30 06:15:52', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(315, 'masterbed_upper', 0, 31, 'masterbed_upper.jpg', '', 'masterbed_upper', NULL, '18', '2011-11-30 06:15:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4788, 'arena-mexico-1', 0, 52, 'arena-mexico-1.jpg', '', 'arena-mexico-1', NULL, '0', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";s:17:"Maco Careyes 2011";s:5:"width";i:502;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(317, 'nightpool', 0, 31, 'nightpool.jpg', '', 'nightpool', NULL, '08', '2011-11-30 06:16:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(318, 'oriente_1', 0, 31, 'oriente_1.jpg', '', 'oriente_1', NULL, '03', '2011-11-30 06:16:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(319, 'oro_oriente_1', 0, 31, 'oro_oriente_1.jpg', '', 'oro_oriente_1', NULL, '07', '2011-11-30 06:16:07', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(320, 'palapa_twilight_2', 0, 31, 'palapa_twilight_2.jpg', '', 'palapa_twilight_2', NULL, '13', '2011-11-30 06:16:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(321, 'palapa_twilight_3', 0, 31, 'palapa_twilight_3.jpg', '', 'palapa_twilight_3', NULL, '06', '2011-11-30 06:16:14', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(322, 'palapalounge', 0, 31, 'palapalounge.jpg', '', 'palapalounge', NULL, '14', '2011-11-30 06:16:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(323, 'pebbleswirl_1', 0, 31, 'pebbleswirl_1.jpg', '', 'pebbleswirl_1', NULL, '09', '2011-11-30 06:16:19', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(324, 'pool_profile_1', 0, 31, 'pool_profile_1.jpg', '', 'pool_profile_1', NULL, '05', '2011-11-30 06:16:24', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(325, 'bluesteps-2', 0, 32, 'bluesteps.jpg', '', 'bluesteps', NULL, '08', '2011-11-30 06:16:25', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(326, 'daybed-2', 0, 32, 'daybed.jpg', '', 'daybed', NULL, '12', '2011-11-30 06:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `urlink`, `elorden`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES
(327, 'desde_el_mar-2', 0, 32, 'desde_el_mar.jpg', '', 'desde_el_mar', NULL, '02', '2011-11-30 06:16:32', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(328, 'dining_table-2', 0, 32, 'dining_table.jpg', '', 'dining_table', NULL, '10', '2011-11-30 06:16:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(329, 'entrance-2', 0, 32, 'entrance.jpg', '', 'entrance', NULL, '07', '2011-11-30 06:16:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(330, 'guestbed_1-3', 0, 32, 'guestbed_1.jpg', '', 'guestbed_1', NULL, '13', '2011-11-30 06:16:42', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(331, 'guestbed_pool-2', 0, 32, 'guestbed_pool.jpg', '', 'guestbed_pool', NULL, '14', '2011-11-30 06:16:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(332, 'lounge_dining_palapa-2', 0, 32, 'lounge_dining_palapa.jpg', '', 'lounge_dining_palapa', NULL, '11', '2011-11-30 06:16:49', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(333, 'masterbed-4', 0, 32, 'masterbed.jpg', '', 'masterbed', NULL, '15', '2011-11-30 06:16:49', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(334, 'nido-2', 0, 32, 'nido.jpg', '', 'nido', NULL, '09', '2011-11-30 06:16:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(335, 'pool_ocean-2', 0, 32, 'pool_ocean.jpg', '', 'pool_ocean', NULL, '04', '2011-11-30 06:16:55', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(336, 'pool_profile-2', 0, 32, 'pool_profile.jpg', '', 'pool_profile', NULL, '05', '2011-11-30 06:16:58', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(337, 'pool_up_eve-2', 0, 32, 'pool_up_eve.jpg', '', 'pool_up_eve', NULL, '06', '2011-11-30 06:16:59', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(338, 'profile_eve-2', 0, 32, 'profile_eve.jpg', '', 'profile_eve', NULL, '03', '2011-11-30 06:17:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(339, 'seaside_cleft-2', 0, 32, 'seaside_cleft.jpg', '', 'seaside_cleft', NULL, '01', '2011-11-30 06:17:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(340, 'img_0-16', 0, 33, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:17:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(341, 'casas07', 0, 34, 'Casas07.jpg', 'B8`', 'Casas07', NULL, '0', '2011-11-30 06:17:08', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:4:" B8`";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(342, 'img_0-17', 0, 35, 'IMG_0.jpg', '', 'IMG_0', NULL, '0', '2011-11-30 06:17:07', 1, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(343, 'casas04', 0, 36, 'Casas04.jpg', 'D‘0', 'Casas04', NULL, '0', '2011-11-30 06:17:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" D‘0";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:586;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(344, 'img_0-18', 0, 8, 'img_0.jpg', '', 'img_0', NULL, '0', '2011-12-01 01:54:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(345, 'img_1-11', 0, 8, 'img_1.jpg', '', 'img_1', NULL, '0', '2011-12-01 01:54:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(346, 'img_2-12', 0, 8, 'img_2.jpg', '', 'img_2', NULL, '0', '2011-12-01 01:54:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(347, 'img_0newmapa', 0, 35, 'img_0newmapa.jpg', 'OLYMPUS DIGITAL CAMERA', 'img_0newmapa', NULL, '0', '2011-12-01 06:49:54', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:31:"OLYMPUS DIGITAL CAMERA         ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(348, 'gettinghere_img_0', 0, 34, 'gettinghere_img_0.jpg', '', 'gettinghere_img_0', NULL, '0', '2011-12-01 06:59:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(349, 'gettinghere_img_1', 0, 34, 'gettinghere_img_1.jpg', '', 'gettinghere_img_1', NULL, '0', '2011-12-01 06:59:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(350, 'gettinghere_img_2', 0, 34, 'gettinghere_img_2.jpg', '', 'gettinghere_img_2', NULL, '0', '2011-12-01 06:59:44', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4787, 'alaska-airlines-flight-9', 0, 36, 'alaska-airlines-flight-9.jpg', '', 'alaska-airlines-flight-9', NULL, '', '2012-05-22 06:34:15', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1600;s:6:"height";i:1120;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(457, 'descubre-la-magia-de-careyes-2', 0, 42, '4_magic.jpg', 'en la edición digital del libro', 'Descubre la Magia de Careyes', 'index.php?page_id=1090', '4', '2011-12-17 00:22:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(456, 'costa-careyes-en-la-revista-robb-report', 0, 42, '3_press.jpg', 'en la edición de vacaciones navideñas', 'Costa Careyes en la revista Robb Report  ', 'index.php?page_id=753', '3', '2011-12-17 00:22:13', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(352, 'img_0-19', 0, 37, 'img_0.jpg', '', 'img_0', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(353, 'img_1-12', 0, 37, 'img_1.jpg', '', 'img_1', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(354, 'img_2-13', 0, 37, 'img_2.jpg', '', 'img_2', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(355, 'img_3-8', 0, 37, 'img_3.jpg', '', 'img_3', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(356, 'img_4-8', 0, 37, 'img_4.jpg', '', 'img_4', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(357, 'img_5-7', 0, 37, 'img_5.jpg', '', 'img_5', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(358, 'img_6-6', 0, 37, 'img_6.jpg', '', 'img_6', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(359, 'img_7-4', 0, 37, 'img_7.jpg', '', 'img_7', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(360, 'img_8-4', 0, 37, 'img_8.jpg', '', 'img_8', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(361, 'img_9-3', 0, 37, 'img_9.jpg', '', 'img_9', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(362, 'img_10-3', 0, 37, 'img_10.jpg', '', 'img_10', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(363, 'img_11-2', 0, 37, 'img_11.jpg', '', 'img_11', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(364, 'img_12-2', 0, 37, 'img_12.jpg', '', 'img_12', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(365, 'img_13', 0, 37, 'img_13.jpg', '', 'img_13', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(366, 'img_14', 0, 37, 'img_14.jpg', '', 'img_14', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(367, 'img_15', 0, 37, 'img_15.jpg', '', 'img_15', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(368, 'img_16', 0, 37, 'img_16.jpg', '', 'img_16', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(369, 'img_17', 0, 37, 'img_17.jpg', '', 'img_17', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(370, 'img_18', 0, 37, 'img_18.jpg', '', 'img_18', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(371, 'img_19', 0, 37, 'img_19.jpg', '', 'img_19', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(372, 'img_20', 0, 37, 'img_20.jpg', '', 'img_20', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(373, 'img_21', 0, 37, 'img_21.jpg', '', 'img_21', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(374, 'img_22', 0, 37, 'img_22.jpg', '', 'img_22', NULL, '0', '2011-12-15 01:36:26', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(375, 'asf_0063-2', 0, 38, 'asf_0063.jpg', '', 'asf_0063', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(376, 'asf_0104-2', 0, 38, 'asf_0104.jpg', '', 'asf_0104', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(377, 'asf_0567-2', 0, 38, 'asf_0567.jpg', '', 'asf_0567', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(378, 'img_0-20', 0, 38, 'img_0.jpg', '', 'img_0', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(379, 'img_1-13', 0, 38, 'img_1.jpg', '', 'img_1', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(380, 'img_2-14', 0, 38, 'img_2.jpg', '', 'img_2', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(381, 'img_5-8', 0, 38, 'img_5.jpg', '', 'img_5', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(382, 'img_6-7', 0, 38, 'img_6.jpg', '', 'img_6', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(383, 'plazafiesta-2', 0, 38, 'plazafiesta.jpg', '', 'plazafiesta', NULL, '0', '2011-12-15 02:26:37', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4792, 'dsc_8755', 0, 52, 'dsc_8755.jpg', '', 'dsc_8755', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(385, 'mz-airport2', 0, 36, 'mz-airport2.jpg', '', 'mz-airport2', NULL, '0', '2011-12-15 04:58:45', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:255;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(386, 'img_5751', 0, 39, 'img_5751.jpg', '', 'img_5751', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(387, 'img_5752', 0, 39, 'img_5752.jpg', '', 'img_5752', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(388, 'img_5753', 0, 39, 'img_5753.jpg', '', 'img_5753', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(389, 'img_5754', 0, 39, 'img_5754.jpg', '', 'img_5754', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(390, 'img_5755', 0, 39, 'img_5755.jpg', '', 'img_5755', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(391, 'img_5756', 0, 39, 'img_5756.jpg', '', 'img_5756', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(392, 'img_5757', 0, 39, 'img_5757.jpg', '', 'img_5757', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(393, 'img_5758', 0, 39, 'img_5758.jpg', '', 'img_5758', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(394, 'img_5759', 0, 39, 'img_5759.jpg', '', 'img_5759', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(395, 'img_5760', 0, 39, 'img_5760.jpg', '', 'img_5760', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(396, 'img_5761', 0, 39, 'img_5761.jpg', '', 'img_5761', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(397, 'img_5762', 0, 39, 'img_5762.jpg', '', 'img_5762', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(398, 'img_5763', 0, 39, 'img_5763.jpg', '', 'img_5763', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(399, 'img_5764', 0, 39, 'img_5764.jpg', '', 'img_5764', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(400, 'img_5765', 0, 39, 'img_5765.jpg', '', 'img_5765', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(401, 'img_5740', 0, 39, 'img_5740.jpg', '', 'img_5740', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(402, 'img_5741', 0, 39, 'img_5741.jpg', '', 'img_5741', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(403, 'img_5742', 0, 39, 'img_5742.jpg', '', 'img_5742', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(404, 'img_5743', 0, 39, 'img_5743.jpg', '', 'img_5743', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(405, 'img_5744', 0, 39, 'img_5744.jpg', '', 'img_5744', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(406, 'img_5745', 0, 39, 'img_5745.jpg', '', 'img_5745', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(407, 'img_5746', 0, 39, 'img_5746.jpg', '', 'img_5746', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(408, 'img_5747', 0, 39, 'img_5747.jpg', '', 'img_5747', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(409, 'img_5748', 0, 39, 'img_5748.jpg', '', 'img_5748', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(410, 'img_5749', 0, 39, 'img_5749.jpg', '', 'img_5749', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(411, 'img_5750', 0, 39, 'img_5750.jpg', '', 'img_5750', NULL, '0', '2011-12-15 20:07:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(412, 'img_0-21', 0, 40, 'img_0.jpg', '', 'img_0', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(413, 'img_1-14', 0, 40, 'img_1.jpg', '', 'img_1', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(414, 'img_2-15', 0, 40, 'img_2.jpg', '', 'img_2', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(415, 'img_3-9', 0, 40, 'img_3.jpg', '', 'img_3', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(416, 'img_4-9', 0, 40, 'img_4.jpg', '', 'img_4', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(417, 'img_5-9', 0, 40, 'img_5.jpg', '', 'img_5', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(418, 'img_6-8', 0, 40, 'img_6.jpg', '', 'img_6', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(419, 'img_7-5', 0, 40, 'img_7.jpg', '', 'img_7', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(420, 'img_8-5', 0, 40, 'img_8.jpg', '', 'img_8', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(421, 'img_9-4', 0, 40, 'img_9.jpg', '', 'img_9', NULL, '0', '2011-12-15 20:25:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(422, '0_aerial1', 0, 10, '0_aerial1.jpg', 'õNà', '0_aerial1', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:"õNà";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:953;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(423, 'aereas04', 0, 10, 'aereas04.jpg', 'r£ ', 'aereas04', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" r£ ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:581;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(424, 'aerial1', 0, 10, 'aerial1.jpg', 'Fù°', 'aerial1', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" Fù°";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:589;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(425, 'aerial3', 0, 10, 'aerial3.jpg', '÷L ', 'aerial3', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:"÷L ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:603;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(426, 'aerial2', 0, 10, 'aerial2.jpg', '‡“', 'aerial2', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:7:"‡“ ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:595;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(427, 'aerial5', 0, 10, 'aerial5.jpg', '÷Nð', 'aerial5', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:"÷Nð";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:587;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(428, 'casas01', 0, 10, 'casas01.jpg', '•Ð', 'casas01', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:"•Ð";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:599;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(429, 'casas02', 0, 10, 'casas02.jpg', 'yÚ0', 'casas02', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:" yÚ0";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:951;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(430, 'casas03', 0, 10, 'casas03.jpg', '+', 'casas03', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:" + ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:941;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(431, 'casas04-2', 0, 10, 'casas04.jpg', 'D‘0', 'casas04', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" D‘0";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:586;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `urlink`, `elorden`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES
(432, 'casas05', 0, 10, 'casas05.jpg', 'b°à', 'casas05', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" b°à";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:597;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(433, 'casas06', 0, 10, 'casas06.jpg', ',çÐ', 'casas06', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" ,çÐ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:596;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(434, 'casas07-2', 0, 10, 'casas07.jpg', 'B8`', 'casas07', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:4:" B8`";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:947;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(435, 'casas08', 0, 10, 'casas08.jpg', 'üéÀ', 'casas08', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:"üéÀ";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:595;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(436, 'casas09', 0, 10, 'casas09.jpg', 'À', 'casas09', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:4:"À";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:941;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(437, 'cjpr', 0, 10, 'cjpr.jpg', '', 'cjpr', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:946;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(438, 'ojo22', 0, 10, 'ojo22.jpg', '', 'ojo22', NULL, '0', '2011-12-15 21:03:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:945;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(439, 'dsc09685', 0, 22, 'dsc09685.jpg', '', 'dsc09685', NULL, '0', '2011-12-15 22:31:20', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(440, 'dsc09813', 0, 22, 'dsc09813.jpg', '', 'dsc09813', NULL, '0', '2011-12-15 22:31:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(441, 'dsc09914', 0, 22, 'dsc09914.jpg', '', 'dsc09914', NULL, '0', '2011-12-15 22:31:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(442, 'bienes_raices_construccion_img00479-20111211-1250', 0, 10, 'bienes_raices_construccion_img00479-20111211-1250.jpg', '', 'bienes_raices_construccion_img00479-20111211-1250', NULL, '0', '2011-12-15 22:34:27', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(443, 'casas05-2', 0, 11, 'casas05.jpg', 'b°à', 'casas05', NULL, '0', '2011-12-15 23:07:21', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:6:" b°à";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:597;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4805, 'atardecer-en-occidente', 0, 30, 'atardecer-en-occidente.jpg', '', 'atardecer-en-occidente', NULL, '21', '2012-10-05 02:19:39', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(445, 'arroyo_seco', 0, 41, 'arroyo_seco.jpg', '', 'arroyo_seco', NULL, '04', '2011-12-15 23:40:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:666;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(446, 'diego-surfing-arroyo-seco', 0, 41, 'diego-surfing-arroyo-seco.jpg', '', 'diego-surfing-arroyo-seco', NULL, '01', '2011-12-15 23:40:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:665;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(447, 'jehan-de-maille-at-arroyo-seco', 0, 41, 'jehan-de-maille-at-arroyo-seco.jpg', '', 'jehan-de-maille-at-arroyo-seco', NULL, '02', '2011-12-15 23:40:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:703;s:6:"height";i:458;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(448, 'juan-de-rivera-arroyo-seco', 0, 41, 'juan-de-rivera-arroyo-seco.jpg', '', 'juan-de-rivera-arroyo-seco', NULL, '03', '2011-12-15 23:40:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:667;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(449, 'surf-sunset', 0, 41, 'surf-sunset.jpg', '', 'surf-sunset', NULL, '05', '2011-12-15 23:40:01', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(450, 'the-most-stunning-homes', 0, 5, '1_rentals.jpg', 'in the Mexican pacific', 'The most stunning homes', 'index.php?page_id=1005', '1', '2011-12-16 00:12:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(453, 'discover-the-magic-of-careyes', 0, 5, '4_magic.jpg', 'in the digital book edition', 'Discover The Magic of Careyes', 'index.php?page_id=1090', '4', '2011-12-16 00:12:40', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(460, 'birthplace-of-the-careyes-style', 0, 43, 'intro1.jpg', '', 'Birthplace of the Careyes Style', NULL, '', '2012-01-12 06:46:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:"õNà";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(461, 'paradise-on-the-mexican-pacific', 0, 43, 'intro2.jpg', '', 'Paradise on the Mexican Pacific', NULL, '', '2012-01-12 06:46:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(462, 'beyond-five-stars', 0, 43, 'intro3.jpg', '', 'Beyond Five Stars...', NULL, '', '2012-01-12 06:46:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(463, 'an-entire-constellation', 0, 43, 'intro4.jpg', '', 'An Entire Constellation', NULL, '', '2012-01-12 06:46:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(464, 'image', 0, 43, 'intro5.jpg', '', '', NULL, '', '2012-01-12 06:46:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(465, 'image-2', 0, 43, 'intro6.jpg', '', '', NULL, '', '2012-01-12 06:46:38', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(466, 'intro1-2', 0, 44, 'intro1.jpg', 'õNà', 'intro1', NULL, '', '2012-01-12 06:48:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:5:"õNà";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(467, 'intro2-2', 0, 44, 'intro2.jpg', '', 'intro2', NULL, '', '2012-01-12 06:48:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(468, 'intro3-2', 0, 44, 'intro3.jpg', '', 'intro3', NULL, '', '2012-01-12 06:48:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(469, 'intro4-2', 0, 44, 'intro4.jpg', '', 'intro4', NULL, '', '2012-01-12 06:48:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(470, 'intro5-2', 0, 44, 'intro5.jpg', '', 'intro5', NULL, '', '2012-01-12 06:48:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(471, 'intro6-2', 0, 44, 'intro6.jpg', '', 'intro6', NULL, '', '2012-01-12 06:48:00', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:500;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4731, 'img_0050-2', 0, 46, 'img_0050.jpg', '', 'img_0050', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:640;s:6:"height";i:426;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4729, 'copa-de-polo', 0, 45, '02_copa_salto.jpg', 'Agua Alta Scappino 2012', 'Copa de Polo', 'index.php?p=1263', '6', '2012-05-03 04:58:50', 0, 6, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4730, 'img_0045-2', 0, 46, 'img_0045.jpg', '', 'img_0045', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:640;s:6:"height";i:426;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4774, '05_const4', 0, 50, '05_const4.jpg', '', '05_const4', NULL, '05', '2012-05-22 04:52:06', 0, 5, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4775, '06_const4', 0, 50, '06_const4.jpg', '', '06_const4', NULL, '06', '2012-05-22 04:52:06', 0, 6, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4732, 'img_0065-2', 0, 46, 'img_0065.jpg', '', 'img_0065', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:640;s:6:"height";i:426;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4733, 'img_0096-2', 0, 46, 'img_0096.jpg', '', 'img_0096', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:640;s:6:"height";i:426;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4734, 'img_0481-2', 0, 46, 'img_0481.jpg', '', 'img_0481', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:426;s:6:"height";i:640;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4735, 'img_9949-2', 0, 46, 'img_9949.jpg', '', 'img_9949', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:640;s:6:"height";i:426;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4736, 'img_9984-2', 0, 46, 'img_9984.jpg', '', 'img_9984', NULL, '', '2012-05-03 05:19:22', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:640;s:6:"height";i:426;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4737, 'campo', 0, 47, 'campo.jpg', '', 'campo', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4738, 'ceremonia-de-premiaci%c3%b3n', 0, 47, 'ceremonia-de-premiacion.jpg', '', 'ceremonia-de-premiaci%c3%b3n', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4739, 'fiesta-de-premiaci%c3%b3n', 0, 47, 'fiesta-de-premiacion.jpg', '', 'fiesta-de-premiaci%c3%b3n', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1125;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4740, 'ganadores', 0, 47, 'ganadores.jpg', '', 'ganadores', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1127;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4741, 'juego-2', 0, 47, 'juego-2.jpg', '', 'juego-2', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4742, 'juego-3', 0, 47, 'juego-3.jpg', '', 'juego-3', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:499;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4743, 'juego', 0, 47, 'juego.jpg', '', 'juego', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1127;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4744, 'picnic-y-subasta', 0, 47, 'picnic-y-subasta.jpg', '', 'picnic-y-subasta', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1127;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4745, 'publico', 0, 47, 'publico.jpg', '', 'publico', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1127;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4746, 'trofeos', 0, 47, 'trofeos.jpg', '', 'trofeos', NULL, '', '2012-05-03 05:25:29', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1127;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4747, 'mi_ojo_sombrillas', 0, 48, 'mi_ojo_sombrillas.jpg', '', 'mi_ojo_sombrillas', NULL, '', '2012-05-11 22:42:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4748, 'sol_occidente_v-jet_h', 0, 48, 'sol_occidente_v-jet_h.jpg', '', 'sol_occidente_v-jet_h', NULL, '', '2012-05-11 22:42:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4749, 'sol_oriente_gusher', 0, 48, 'sol_oriente_gusher.jpg', '', 'sol_oriente_gusher', NULL, '', '2012-05-11 22:42:02', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4776, '07_const4', 0, 50, '07_const4.jpg', '', '07_const4', NULL, '07', '2012-05-22 04:52:06', 0, 7, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4771, '02_const4', 0, 50, '02_const4.jpg', '', '02_const4', NULL, '02', '2012-05-22 04:52:06', 0, 2, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4772, '03_const4', 0, 50, '03_const4.jpg', '', '03_const4', NULL, '03', '2012-05-22 04:52:06', 0, 3, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4773, '04_const4', 0, 50, '04_const4.jpg', '', '04_const4', NULL, '04', '2012-05-22 04:52:06', 0, 4, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4760, 'retna-time-traveler-2', 0, 49, 'home05.jpg', 'en Arte Careyes Gallery', 'RETNA: Time Traveler ', 'index.php?p=1252', '5', '2012-05-22 03:00:21', 0, 5, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:313;s:6:"height";i:469;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4761, 'copa-de-polo-2', 0, 49, 'home06.jpg', 'Agua Alta Scappino 2012', 'Copa de Polo', 'index.php?p=1263', '6', '2012-05-22 03:00:21', 0, 6, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4770, '01_const4', 0, 50, '01_const4.jpg', '', '01_const4', NULL, '01', '2012-05-22 04:52:06', 0, 1, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4762, 'origen-del-2', 0, 49, 'home01_0.jpg', 'Estilo Careyes', 'Origen del', 'index.php?page_id=1005&lang=es', '1', '2012-05-22 03:11:10', 0, 1, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4763, 'paraiso-del-2', 0, 49, 'home02_0.jpg', 'Pacífico Mexicano', 'Paraíso del', 'index.php?p=372&lang=es', '2', '2012-05-22 03:11:10', 0, 2, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4764, 'mas-de-2', 0, 49, 'home03_0.jpg', 'cinco estrellas...', 'Más de ', 'index.php?page_id=317&lang=es', '3', '2012-05-22 03:11:10', 0, 3, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4765, 'una-constelacion-2', 0, 49, 'home04_0.jpg', 'Entera', 'Una Constelación ', 'index.php?cat=64&lang=es', '4', '2012-05-22 03:11:10', 0, 4, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4766, 'birthplace-of-the', 0, 45, 'home01_0.jpg', 'Careyes Style', 'Birthplace of the', 'index.php?page_id=1005', '1', '2012-05-22 03:11:45', 0, 1, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4767, 'paradise-on-the', 0, 45, 'home02_0.jpg', 'Mexican Pacific', 'Paradise on the ', 'index.php?p=372', '2', '2012-05-22 03:11:45', 0, 2, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4768, 'beyond', 0, 45, 'home03_0.jpg', 'Five Stars...', 'Beyond', 'index.php?page_id=317', '3', '2012-05-22 03:11:45', 0, 3, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4769, 'an-entire', 0, 45, 'home04_0.jpg', 'Constellation', 'An Entire', 'index.php?cat=64', '4', '2012-05-22 03:11:45', 0, 4, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4778, '09_const4', 0, 50, '09_const4.jpg', '', '09_const4', NULL, '09', '2012-05-22 04:52:06', 0, 9, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:498;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4779, '10_const4', 0, 50, '10_const4.jpg', '', '10_const4', NULL, '10', '2012-05-22 04:52:06', 0, 10, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4780, '11_const4', 0, 50, '11_const4.jpg', '', '11_const4', NULL, '11', '2012-05-22 04:52:06', 0, 11, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4781, '12_const4', 0, 50, '12_const4.jpg', '', '12_const4', NULL, '12', '2012-05-22 04:52:06', 0, 12, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";s:18:"LACEYWINTERTON.COM";s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4782, 'anuncio_ficm22', 0, 51, 'anuncio_ficm22.jpg', '', 'anuncio_ficm22', 'pdffilm/Anuncio_ficm2[2].pdf', '', '2012-05-22 06:02:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4784, 'artecareyes20121-1', 0, 51, 'artecareyes20121-1.jpg', '', 'artecareyes20121-1', 'pdffilm/ArteCareyes2012[1].pdf', '', '2012-05-22 06:02:47', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4786, 'img_airport2012', 0, 34, 'img_airport2012.jpg', '', 'img_airport2012', NULL, '', '2012-05-22 06:31:16', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4785, 'art-careyes-documentacion-de-prensa', 0, 51, 'art-careyes-documentacion-de-prensa.jpg', '', 'art-careyes-documentacion-de-prensa', 'pdffilm/Art-Careyes-Documentacion-de-Prensa.pdf', '', '2012-05-22 06:12:10', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4793, 'dsc_8757', 0, 52, 'dsc_8757.jpg', '', 'dsc_8757', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4794, 'dsc_8767', 0, 52, 'dsc_8767.jpg', '', 'dsc_8767', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4795, 'dsc_8774', 0, 52, 'dsc_8774.jpg', '', 'dsc_8774', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:497;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4796, 'live-learn-love', 0, 52, 'live-learn-love.jpg', '', 'live-learn-love', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4797, 'retna-kids', 0, 52, 'retna-kids.jpg', '', 'retna-kids', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4798, 'social-0', 0, 52, 'social-0.jpg', '', 'social-0', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:563;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4799, 'social-00', 0, 52, 'social-00.jpg', '', 'social-00', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:503;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4800, 'social-1', 0, 52, 'social-1.jpg', '', 'social-1', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:500;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4801, 'social-2', 0, 52, 'social-2.jpg', '', 'social-2', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:500;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4802, 'social-3', 0, 52, 'social-3.jpg', '', 'social-3', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4803, 'social-4', 0, 52, 'social-4.jpg', '', 'social-4', NULL, '1', '2012-05-22 23:16:31', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:1000;s:6:"height";i:750;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4804, 'image-4', 0, 30, 'escaleras-lobby.jpg', '', 'escaleras-lobby', NULL, '02', '2012-10-05 02:00:39', 0, 6, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:600;s:6:"height";i:450;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_options`
--

CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL DEFAULT '0',
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5464 ;

--
-- Volcado de datos para la tabla `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://www.careyes.com.mx/', 'yes'),
(2, 0, 'blogname', 'Costa Careyes', 'yes'),
(3, 0, 'blogdescription', 'Official Website', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'pablogeminis@hotmail.com', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '1', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '0', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'closed', 'yes'),
(19, 0, 'default_ping_status', 'closed', 'yes'),
(20, 0, 'default_pingback_flag', '1', 'yes'),
(21, 0, 'default_post_edit_rows', '20', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'j F, Y', 'yes'),
(24, 0, 'time_format', 'g:i A', 'yes'),
(25, 0, 'links_updated_date_format', 'j F, Y G:i', 'yes'),
(26, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '1', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '/%postid%', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:22:{i:0;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:1;s:21:"bookings/bookings.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:41:"convert-post-types/convert-post-types.php";i:4;s:31:"custom-tables/custom-tables.php";i:5;s:25:"formidable/formidable.php";i:6;s:54:"interconnect-it-weather-widget/icit-weather-widget.php";i:7;s:45:"link-to-your-content/link_to_your_content.php";i:8;s:39:"mce-table-buttons/mce_table_buttons.php";i:9;s:27:"my-calendar/my-calendar.php";i:10;s:29:"nextgen-gallery/nggallery.php";i:11;s:33:"nggGalleryview/nggGalleryview.php";i:12;s:55:"ninja-page-categories-and-tags/ninja_page_cats_tags.php";i:13;s:31:"page-links-to/page-links-to.php";i:14;s:41:"post-type-switcher/post-type-switcher.php";i:15;s:25:"qtranslate/qtranslate.php";i:16;s:21:"sociable/sociable.php";i:17;s:55:"ultimate-tag-cloud-widget/ultimate-tag-cloud-widget.php";i:18;s:39:"wp-compare-tables/wp-compare-tables.php";i:19;s:28:"wp-photo-album-plus/wppa.php";i:20;s:33:"wp-reservation/wp-reservation.php";i:21;s:39:"wp-table-reloaded/wp-table-reloaded.php";}', 'yes'),
(37, 0, 'home', 'http://www.careyes.com.mx/', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '1', 'yes'),
(42, 0, 'gmt_offset', '0', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:5:{i:0;s:71:"/home/carey584/public_html/web/wp-content/plugins/sociable/sociable.php";i:2;s:66:"/home/carey584/public_html/web/wp-content/plugins/clima/readme.txt";i:3;s:65:"/home/carey584/public_html/web/wp-content/plugins/clima/clima.php";i:4;s:75:"/home/carey584/public_html/web/wp-content/plugins/qtranslate/qtranslate.php";i:5;s:91:"/home/carey584/public_html/web/wp-content/plugins/interconnect-it-weather-widget/readme.txt";}', 'no'),
(45, 0, 'template', 'twentyeleven', 'yes'),
(46, 0, 'stylesheet', 'twentyeleven', 'yes'),
(47, 0, 'comment_whitelist', '', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '1', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '18226', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '', 'yes'),
(57, 0, 'blog_public', '1', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'page', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '1', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '300', 'yes'),
(68, 0, 'medium_size_h', '300', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '', 'yes'),
(71, 0, 'enable_xmlrpc', '1', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', 'file', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '1', 'yes'),
(78, 0, 'close_comments_days_old', '1', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:3:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}i:3;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:5:{i:3;a:3:{s:5:"title";s:0:"";s:4:"text";s:161:"<iframe src="http://player.vimeo.com/video/40628513" width="100%" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";s:6:"filter";b:0;}i:7;a:3:{s:5:"title";s:0:"";s:4:"text";s:105:"<iframe src="http://www.careyes.com.mx/slide.php" frameborder="0" scrolling="no"  id="anuncios"></iframe>";s:6:"filter";b:0;}i:8;a:3:{s:5:"title";s:0:"";s:4:"text";s:31:"[imagebrowser2 id=43 info=true]";s:6:"filter";b:0;}i:9;a:3:{s:5:"title";s:0:"";s:4:"text";s:690:"<div class="diagonales" style="width:100%!important;"></div>\r\n<div id="social">\r\n<ul class="xoxo blogroll">\r\n<li>\r\n<a target="_blank" rel="me" href="https://www.facebook.com/CostaCareyes">\r\n<img alt="facebook site" src="http://www.careyes.com.mx/web/social/face2.png">\r\n</a>\r\n</li>\r\n<li>\r\n<a target="_blank" rel="me" href="https://twitter.com/#!/Ccareyes">\r\n<img alt="TWITTER" src="http://www.careyes.com.mx/web/social/twitt2.png">\r\n</a>\r\n</li>\r\n<li>\r\n<a target="_blank" rel="me" href="http://www.youtube.com/costacareyes">\r\n<img alt="YOUTUBE" src="http://www.careyes.com.mx/web/social/youtube2.png">\r\n</a>\r\n</li>\r\n</ul>\r\n</div>\r\n<div class="diagonales" style="width:100%!important;"></div>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', '', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '0', 'yes'),
(94, 0, 'page_on_front', '99', 'yes'),
(95, 0, 'default_post_format', '0', 'yes'),
(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:83:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:8:"exec_php";b:1;s:15:"edit_others_php";b:1;s:12:"oQeySettings";b:1;s:13:"oQeyGalleries";b:1;s:9:"oQeyVideo";b:1;s:9:"oQeySkins";b:1;s:9:"oQeyMusic";b:1;s:9:"oQeyTrash";b:1;s:9:"oQeyRoles";b:1;s:24:"NextGEN Gallery overview";b:1;s:19:"NextGEN Use TinyMCE";b:1;s:21:"NextGEN Upload images";b:1;s:22:"NextGEN Manage gallery";b:1;s:19:"NextGEN Manage tags";b:1;s:29:"NextGEN Manage others gallery";b:1;s:18:"NextGEN Edit album";b:1;s:20:"NextGEN Change style";b:1;s:22:"NextGEN Change options";b:1;s:10:"wppa_admin";b:1;s:11:"wppa_upload";b:1;s:18:"wppa_sidebar_admin";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(102, 0, 'sidebars_widgets', 'a:9:{s:19:"wp_inactive_widgets";a:27:{i:0;s:21:"icit_weather_widget-2";i:1;s:15:"frm_show_form-2";i:2;s:26:"my_calendar_today_widget-2";i:3;s:29:"my_calendar_upcoming_widget-2";i:4;s:25:"my_calendar_mini_widget-2";i:5;s:13:"wppa_widget-2";i:6;s:20:"wppa_search_photos-2";i:7;s:20:"wppa_topten_widget-2";i:8;s:18:"slideshow_widget-2";i:9;s:16:"wppa_gp_widget-2";i:10;s:11:"ngg-mrssw-2";i:11;s:11:"slideshow-2";i:12;s:12:"ngg-images-2";i:13;s:12:"qtranslate-2";i:14;s:30:"widget_twentyeleven_ephemera-2";i:15;s:7:"pages-2";i:16;s:10:"calendar-2";i:17;s:7:"links-2";i:18;s:5:"rss-2";i:19;s:11:"tag_cloud-2";i:20;s:10:"nav_menu-2";i:21;s:8:"search-2";i:22;s:14:"recent-posts-2";i:23;s:17:"recent-comments-2";i:24;s:10:"archives-2";i:25;s:12:"categories-2";i:26;s:6:"meta-2";}s:9:"sidebar-1";a:4:{i:0;s:6:"text-7";i:1;s:6:"text-3";i:2;s:6:"text-9";i:3;s:6:"utcw-2";}s:9:"sidebar-2";a:1:{i:0;s:12:"categories-3";}s:9:"sidebar-3";a:1:{i:0;s:7:"links-6";}s:9:"sidebar-4";a:1:{i:0;s:7:"links-4";}s:9:"sidebar-5";a:1:{i:0;s:7:"links-5";}s:10:"sidebar-jp";a:1:{i:0;s:12:"qtranslate-3";}s:15:"galeriaslide-jp";a:1:{i:0;s:6:"text-8";}s:13:"array_version";i:3;}', 'yes'),
(103, 0, 'cron', 'a:4:{i:1349473069;a:1:{s:12:"qs_cron_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1349501087;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1349544295;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(104, 0, '_transient_doing_cron', '1349469496', 'yes'),
(105, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:7:"upgrade";s:8:"download";s:40:"http://wordpress.org/wordpress-3.4.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.4.2.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.4.2-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.4.2-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.4.2";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1349457888;s:15:"version_checked";s:5:"3.2.1";}', 'yes'),
(593, 0, '_transient_plugins_delete_result_1', '1', 'yes'),
(564, 0, 'widget_smartslideshowwidget', 'a:3:{i:2;a:0:{}i:3;a:12:{s:5:"title";s:0:"";s:10:"img_folder";s:0:"";s:7:"img_url";s:39:"http://www.careyes.com.mx/web/anuncios/";s:4:"mode";s:1:"1";s:5:"delay";s:0:"";s:5:"speed";s:0:"";s:5:"order";s:1:"0";s:5:"style";s:0:"";s:4:"link";s:0:"";s:9:"link_dest";N;s:7:"buttons";N;s:10:"notautorun";N;}s:12:"_multiwidget";i:1;}', 'yes'),
(5430, 0, '_site_transient_timeout_theme_roots', '1349476500', 'yes'),
(5431, 0, '_site_transient_theme_roots', 'a:3:{s:7:"toolbox";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(336, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1349469300;s:7:"checked";a:3:{s:7:"toolbox";s:3:"1.3";s:12:"twentyeleven";s:3:"1.2";s:9:"twentyten";s:3:"1.2";}s:8:"response";a:3:{s:7:"toolbox";a:3:{s:11:"new_version";s:3:"1.4";s:3:"url";s:42:"http://wordpress.org/extend/themes/toolbox";s:7:"package";s:59:"http://wordpress.org/extend/themes/download/toolbox.1.4.zip";}s:12:"twentyeleven";a:3:{s:11:"new_version";s:3:"1.4";s:3:"url";s:47:"http://wordpress.org/extend/themes/twentyeleven";s:7:"package";s:64:"http://wordpress.org/extend/themes/download/twentyeleven.1.4.zip";}s:9:"twentyten";a:3:{s:11:"new_version";s:3:"1.4";s:3:"url";s:44:"http://wordpress.org/extend/themes/twentyten";s:7:"package";s:61:"http://wordpress.org/extend/themes/download/twentyten.1.4.zip";}}}', 'yes'),
(110, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_links', 'a:5:{i:2;a:0:{}i:4;a:5:{s:6:"images";i:0;s:4:"name";i:1;s:11:"description";i:0;s:6:"rating";i:0;s:8:"category";i:163;}i:5;a:5:{s:6:"images";i:0;s:4:"name";i:1;s:11:"description";i:0;s:6:"rating";i:0;s:8:"category";i:27;}i:6;a:5:{s:6:"images";i:0;s:4:"name";i:1;s:11:"description";i:0;s:6:"rating";i:0;s:8:"category";i:161;}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'widget_widget_twentyeleven_ephemera', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1551, 0, 'current_theme', 'Twenty Eleven', 'yes'),
(510, 0, '_site_transient_timeout_browser_e466c375db9e866393b752dec60fee1e', '1321315886', 'yes'),
(511, 0, '_site_transient_browser_e466c375db9e866393b752dec60fee1e', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"7.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"6";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(121, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:25:"http://www.careyes.com.mx";s:4:"link";s:101:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.careyes.com.mx/";s:3:"url";s:138:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.careyes.com.mx/web/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:22:"Blog oficial WordPress";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:30:"Otras noticias sobre WordPress";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(4911, 0, '_site_transient_timeout_browser_c641ca620d19646545182b868b6e8fdd', '1346275734', 'yes'),
(4912, 0, '_site_transient_browser_c641ca620d19646545182b868b6e8fdd', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"14.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(5434, 0, '_transient_timeout_feed_mod_dd7e4e148a2969aa353c2061c75dc4b2', '1349512502', 'no'),
(5435, 0, '_transient_feed_mod_dd7e4e148a2969aa353c2061c75dc4b2', '1349469302', 'no'),
(5436, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1349512502', 'no'),
(5437, 0, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p>This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n', 'no'),
(5432, 0, '_transient_timeout_feed_dd7e4e148a2969aa353c2061c75dc4b2', '1349512502', 'no'),
(5433, 0, '_transient_feed_dd7e4e148a2969aa353c2061c75dc4b2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n  \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n    \n    \n    \n    \n    \n    \n  ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"link:http://www.careyes.com.mx/web/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://www.google.com/search?ie=utf-8&q=link:http://www.careyes.com.mx/web/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:87:"Your search - <b>link:http://www.careyes.com.mx/web/</b> - did not match any documents.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Fri, 05 Oct 2012 20:35:02 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=7d33c23ea0469733:FF=0:TM=1349469302:LM=1349469302:S=pBa8fSsmVJwcuheI; expires=Sun, 05-Oct-2014 20:35:02 GMT; path=/; domain=.google.com";i:1;s:212:"NID=64=DnJG497sb-Bf4QxQF1l0kqG-L_wkq4KpNQtwq0I6e-J7xBPxjIp2ys0RmtewfHXJjBnkqmhIOIQrV0dybZ_-4UwRCNN2VjES6HpkznYtGkYAgxX7MKIpf5CpS5jymSYf; expires=Sat, 06-Apr-2013 20:35:02 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no'),
(1295, 0, '_site_transient_timeout_browser_59bb0c58745423572beea3407b685d1c', '1322702493', 'yes'),
(1296, 0, '_site_transient_browser_59bb0c58745423572beea3407b685d1c', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"8.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"6";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4313, 0, '_site_transient_timeout_browser_eeba827200728e190c1aadf70a27d07e', '1340241298', 'yes'),
(4314, 0, '_site_transient_browser_eeba827200728e190c1aadf70a27d07e', 'a:9:{s:8:"platform";s:4:"iPad";s:4:"name";s:4:"iPad";s:7:"version";s:3:"5.1";s:10:"update_url";s:0:"";s:7:"img_src";s:0:"";s:11:"img_src_ssl";s:0:"";s:15:"current_version";s:0:"";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4435, 0, '_site_transient_timeout_browser_c594d32a375e6eda3000d6f4c61bfe52', '1341871839', 'yes'),
(4436, 0, '_site_transient_browser_c594d32a375e6eda3000d6f4c61bfe52', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"20.0.1132.47";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4231, 0, '_site_transient_timeout_browser_923db92ebac1245b95937323c57f1452', '1340050593', 'yes'),
(4232, 0, '_site_transient_browser_923db92ebac1245b95937323c57f1452', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"13.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(134, 0, 'can_compress_scripts', '1', 'yes'),
(4271, 0, '_site_transient_timeout_browser_300190862a78b6b16911d241196761d6', '1340126675', 'yes'),
(4272, 0, '_site_transient_browser_300190862a78b6b16911d241196761d6', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.56";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(5454, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1349512503', 'no'),
(5455, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 20:05:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"muluBox";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/mulubox/#post-43867";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 00:13:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43867@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"muluBox allows you to easily share your mulu.me collections.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mulu.me";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Random Posts with Thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/random-posts-with-thumbnails/#post-43865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 22:12:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43865@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"Puts a list of clickable random posts with their featured image in your sidebar as a widget, this list is customizable.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wondermill";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Post Meta Inspector";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/post-meta-inspector/#post-43920";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 05:17:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43920@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:26:"Peer inside your post meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Daniel Bachhuber";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"WP safely disable directory browsing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/wp-safely-disable-directory-browsing/#post-43913";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 20:50:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43913@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:91:"This essential .htaccess rules plugin allow you to improve security of your wordpress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Pearson john";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Stein Mobile Switcher";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/stein-mobile-switcher/#post-43847";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 12:25:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43847@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:121:"The Stein Mobile Switcher detects which device (e.g. Smartphone) your visitor is using and enables a theme you specified.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"steinm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"MyPuzzle Word Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/mypuzzle-word-search/#post-43807";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 30 Sep 2012 10:25:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43807@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:65:"Fast and easy integration of word search puzzles into your blogs.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Thomas Seidel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Optimus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/optimus/#post-43946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 16:54:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43946@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Effektive Komprimierung der Bilder während des Upload-Vorgangs. Automatisch und ohne Qualitätsverlust.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Sergej Müller";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Gutscheinaffe Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/gutscheinaffe-widget/#post-43609";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Sep 2012 10:05:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43609@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:63:"Die Widgets zeigen aktuelle Gutscheine von gutscheinaffe.de an.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Gutscheinaffe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WP SEF Urls";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/wp-sef-urls/#post-43928";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 11:30:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43928@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:41:"Search Engine Friendly urls for Wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"santiaga";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Polls";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/cool-poll/#post-43871";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 08:30:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43871@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:74:"Cool Poll adds polling functionality to your website.Very easy to be used.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Serapofs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Category Post Info Control plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/extend/plugins/category-post-info-control/#post-43833";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 07:25:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43833@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:141:"Allows the user to specify whether post info, aka byline or Post meta (author and date etc), from posts in each category is displayed or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"HusbandHunterDad";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Estimated Post Reading Time";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/estimated-post-reading-time/#post-43960";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 08:56:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43960@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:63:"Calculates an average required time to complete reading a post.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:23:"Konstantinos Kouratoras";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"MailPlus Forms";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/mailplus-forms/#post-43563";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Sep 2012 08:57:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43563@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:143:"With the MailPlus Forms Plugin you can easily integrate web forms or surveys created in MailPlus (www.mailplus.nl) without technical knowledge.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"MailPlus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"500px Image Showcase Lite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/500px-image-showcase-lite/#post-43561";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Sep 2012 08:36:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43561@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:48:"Image showcase from 500px photography community.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"inceptive";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"In Real-Time : An Instagram Plug-in";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/in-real-time/#post-43852";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 15:15:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43852@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"In Real-Time is a different kind of Instagram plug-in. Using the Instagram Real-time API, this plug-in is developed for users that want posts created";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"chuck heckman";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 05 Oct 2012 20:35:03 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Fri, 05 Oct 2012 20:40:17 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 05 Oct 2012 20:05:17 +0000";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(5456, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1349512503', 'no'),
(4703, 0, '_site_transient_timeout_browser_dab24c01b5672dca6d25b554c07f767e', '1344277533', 'yes'),
(4704, 0, '_site_transient_browser_dab24c01b5672dca6d25b554c07f767e', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"14.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4167, 0, '_site_transient_timeout_browser_0eed82ad93bac4d062aa2310663a6218', '1339604381', 'yes'),
(4168, 0, '_site_transient_browser_0eed82ad93bac4d062aa2310663a6218', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.54";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(2080, 0, 'frm_db_version', '7', 'yes'),
(2081, 0, 'widget_frm_show_form', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2094, 0, 'wp_table_reloaded_options', 'a:22:{s:17:"installed_version";s:5:"1.9.2";s:15:"plugin_language";s:4:"auto";s:27:"uninstall_upon_deactivation";b:0;s:17:"show_exit_warning";b:1;s:17:"growing_textareas";b:1;s:28:"use_datatables_on_table_list";b:1;s:25:"add_target_blank_to_links";b:0;s:18:"enable_tablesorter";b:1;s:18:"tablesorter_script";s:10:"datatables";s:15:"use_default_css";b:1;s:14:"use_custom_css";b:1;s:10:"custom_css";s:0:"";s:13:"enable_search";b:1;s:22:"admin_menu_parent_page";s:9:"tools.php";s:18:"user_access_plugin";s:6:"author";s:26:"user_access_plugin_options";s:6:"author";s:24:"frontend_edit_table_link";b:1;s:12:"install_time";i:1323396134;s:15:"show_donate_nag";b:1;s:20:"show_welcome_message";i:1;s:14:"update_message";a:1:{s:5:"1.9.3";s:104:"This upgrade includes several bugfixes and a few enhancements, and is a recommended maintenance release.";}s:7:"last_id";i:0;}', 'yes'),
(2095, 0, 'wp_table_reloaded_tables', 'a:0:{}', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(2099, 0, 'wp_compare_tables', '1.4', 'yes'),
(2100, 0, 'wp-compare-tables-designtype', 'default', 'yes'),
(2101, 0, 'wp_compare_tables_uninstall', '', 'yes'),
(3592, 0, '_transient_timeout_ngg_request_b3ba86fd0f2ae10ebb35517da90952a7', '1335460742', 'no'),
(3593, 0, '_transient_ngg_request_b3ba86fd0f2ae10ebb35517da90952a7', 's:42025:"a:1122:{s:13:"Mike DAmbrose";s:27:"http://www.videovisions.com";s:11:"Ideablogger";s:27:"http://www.ablogofideas.net";s:11:"Chuck Coury";s:0:"";s:6:"Kelter";s:21:"http://www.badcat.com";s:11:"Martin Bahr";s:25:"http://www.law-vodcast.de";s:13:"Marcel Kneuer";s:0:"";s:8:"Alakhnor";s:24:"http://www.alakhnor.info";s:3:"Rod";s:23:"http://www.le-hiboo.com";s:6:"Ttancm";s:21:"http://www.ttancm.com";s:19:"Francoise Pescatore";s:0:"";s:19:"Andreas (die-andis)";s:26:"http://www.rummel-platz.de";s:7:"Andreas";s:28:"http://blog.friedlandreas.de";s:17:"Joern Kretzschmar";s:25:"http://diekretzschmars.de";s:4:"Mike";s:27:"http://www.mikemuscroft.com";s:17:"Sabine (Haselina)";s:22:"http://www.haselina.de";s:8:"Milemann";s:0:"";s:13:"Kees de Bruin";s:32:"http://www.kdbruin.net/fotoalbum";s:9:"Helene D.";s:47:"http://supernatural.hellioness.com/imagegallery";s:12:"Ghettomaster";s:25:"http://www.ghettoworld.de";s:10:"Joe Pharis";s:36:"http://www.southernstylecruisers.com";s:20:"Charlie (Jump Media)";s:0:"";s:15:"Simon Paarlberg";s:23:"http://www.paarlberg.dk";s:12:"Clive Loseby";s:30:"http://www.access-bydesign.com";s:13:"Tonny Kluften";s:35:"http://www.tinnitus-behandling.info";s:12:"Andreas Oeye";s:25:"http://www.andreasoye.com";s:12:"Laurent Momy";s:0:"";s:17:"Patrick Hennessey";s:33:"http://www.digitalvagabonding.com";s:12:"Hans Kiesouw";s:33:"http://www.digitalvagabonding.com";s:14:"Thomas Bradley";s:33:"http://www.tobeon.co.uk/wordpress";s:17:"Frederic Deghetto";s:0:"";s:19:"Christopher Weddell";s:0:"";s:13:"Martin Scholz";s:0:"";s:8:"Non Eric";s:21:"http://www.lunatec.de";s:12:"Ronen Hirsch";s:28:"http://www.stillcreation.com";s:14:"Michael Erhart";s:0:"";s:14:"Luc Saint-Elie";s:25:"http://luc.saint-elie.com";s:14:"Matthew Barker";s:0:"";s:13:"Emanuel Kluge";s:0:"";s:19:"Alba Bentos Pereira";s:0:"";s:12:"Bill Babcock";s:18:"http://www.bnj.com";s:19:"Jesper Haug Karsrud";s:28:"http://www.beyond-sanity.com";s:16:"Marco van de Ven";s:20:"http://www.mvdven.nl";s:15:"Peter Krabshuis";s:23:"http://www.dragoneye.nl";s:9:"Teresa Lo";s:30:"http://www.invivoanalytics.com";s:12:"Jes Carlskov";s:0:"";s:12:"John Statler";s:27:"http://www.systemsolver.com";s:15:"Joshua Katinger";s:29:"http://www.accessionmedia.com";s:19:"iSight Technologies";s:25:"http://www.isighttech.com";s:10:"Kay Germer";s:17:"http://highkay.de";s:19:"Ramon Cutanda Lopez";s:0:"";s:10:"Luc Dubois";s:21:"http://www.oriste.com";s:10:"Dixie Reid";s:25:"http://www.thereids.co.nz";s:14:"Gareth Bridger";s:0:"";s:19:"McGillveray Studios";s:28:"http://mcgillveraystudios.ca";s:11:"Paul Rogers";s:25:"http://www.swarfworks.com";s:15:"Modo Web Design";s:28:"http://www.modowebdesign.com";s:15:"Matthew Feldman";s:0:"";s:12:"Gideon Kiers";s:26:"http://www.gideonkiers.com";s:11:"Susan Bates";s:0:"";s:23:"ILISA International USA";s:20:"http://www.ilisa.com";s:13:"Mark Campbell";s:28:"http://www.layersofcolor.com";s:12:"Aaron Snyder";s:26:"http://www.aaronsnyder.net";s:14:"Patrick Pirker";s:0:"";s:16:"Christoph Wander";s:0:"";s:24:"Monterey Bay Singles LLC";s:0:"";s:13:"Elvina Flower";s:0:"";s:13:"Colossal Pups";s:0:"";s:14:"Florian Seuret";s:0:"";s:15:"Petri Teittinen";s:0:"";s:10:"Deval Shah";s:21:"http://www.LuvPix.net";s:27:"Simply Charlotte Mason, LLC";s:0:"";s:13:"John Williams";s:18:"http://jwlw.mv.com";s:19:"George Branchflower";s:0:"";s:16:"Douglas J Barnum";s:0:"";s:13:"Bradford Weir";s:20:"http://www.bweir.com";s:34:"Almost Anything Desktop Publishing";s:33:"http://www.almost-anything.com.au";s:12:"Aengus Moran";s:0:"";s:12:"Fias Co Farm";s:25:"http://www.fiascofarm.com";s:21:"Overdrive Design Labs";s:30:"http://www.overdrivedesign.biz";s:39:"Lincoln Hardwood and Tool Company, Inc.";s:22:"http://www.lhtcinc.com";s:13:"Kurt Perschke";s:29:"http://www.redballproject.com";s:15:"Christian Hoegl";s:24:"http://www.creativbox.at";s:11:"John Swartz";s:22:"http://www.jswartz.net";s:14:"Michael Kubala";s:0:"";s:11:"Kyle Meyers";s:0:"";s:9:"DF Design";s:0:"";s:10:"Olivia Loh";s:0:"";s:14:"Henner Guenter";s:21:"http://www.rvweser.de";s:11:"Fadli Fadli";s:0:"";s:20:"Philippe Vanhoolandt";s:21:"http://www.ramdam.com";s:12:"Gary Verhoff";s:0:"";s:13:"Detlev Danner";s:18:"http://www.mcdd.ch";s:23:"Laa&szlig; / Brembs GbR";s:22:"http://www.camoart.com";s:10:"Dean Cowan";s:27:"http://www.deanandlinda.com";s:13:"Ross Calloway";s:0:"";s:10:"Scott Kyle";s:0:"";s:18:"Allan Corfix Lykke";s:0:"";s:18:"Marieke van de Pol";s:0:"";s:11:"Tobias Kern";s:22:"http://www.tobikern.de";s:15:"Sander van Loon";s:0:"";s:23:"Daniel Oliver Habenicht";s:27:"http://www.audioschmiede.de";s:16:"Michael Sinclair";s:0:"";s:14:"Serira Designs";s:28:"http://www.seriradesigns.com";s:14:"Wang Qingsheng";s:0:"";s:22:"Maurice van der Linden";s:23:"http://www.vd-linden.nl";s:15:"Sandra Longmore";s:0:"";s:13:"Grupo Probeta";s:27:"http://www.grupoprobeta.com";s:13:"Aaron Simpson";s:0:"";s:10:"Dana Burns";s:0:"";s:14:"Craig Thompson";s:26:"http://www.globalwebhq.com";s:16:"Cynthia Spangler";s:26:"http://www.parkcityweb.com";s:8:"Guy Raif";s:0:"";s:13:"Stewart Evans";s:19:"http://www.scbs.org";s:16:"Richard Hartmann";s:0:"";s:16:"Robert Wetzlmayr";s:0:"";s:14:"Lesly St Louis";s:25:"http://www.lesstlouis.com";s:12:"Marko Toncic";s:0:"";s:13:"SlashGear.com";s:24:"http://www.slashgear.com";s:16:"Mustang Rock inc";s:0:"";s:10:"Jim Nelson";s:23:"http://www.tripawds.com";s:9:"Tim Bowen";s:28:"http://www.creativeslice.com";s:15:"Fabrizio Parodi";s:0:"";s:13:"Alex Vainberg";s:0:"";s:14:"Adam Nisenholz";s:0:"";s:13:"Alice Pechauf";s:0:"";s:11:"Hannah Gray";s:0:"";s:13:"CTFlatFee.com";s:20:"http://CTFlatFee.com";s:9:"Jawad Mir";s:0:"";s:12:"Enrico Deleo";s:0:"";s:11:"Stefan Baar";s:21:"http://stefan-baar.de";s:10:"Jack Scott";s:20:"http://jackscott.org";s:12:"Steven Erwin";s:0:"";s:13:"Stuart Hendry";s:0:"";s:15:"Creative Corner";s:0:"";s:12:"A Cemal Ekin";s:0:"";s:10:"Donna Belk";s:0:"";s:7:"Artical";s:0:"";s:15:"WebCart Service";s:0:"";s:9:"Lifegames";s:0:"";s:16:"Gianni Centorame";s:0:"";s:25:"Rainmaker Interactive LLC";s:31:"http://rainmakerinteractive.com";s:13:"Vincent Poppe";s:23:"http://vincentpoppe.com";s:15:"Anthony Damata ";s:0:"";s:31:"Ditto Design & Duplication Inc.";s:24:"http://dittoonhudson.com";s:10:"Olaf Hoyer";s:0:"";s:10:"Mathew Eis";s:17:"http://eisbox.net";s:10:"Technolene";s:21:"http://technolene.com";s:12:"Walther Bans";s:0:"";s:13:"Jo Anne Croff";s:0:"";s:14:"Jeremy Gilbert";s:0:"";s:20:"Frederic Stuhldreier";s:0:"";s:10:"Bert Spies";s:0:"";s:13:"Dietmar Bader";s:15:"http://dtoys.de";s:25:"Antoni Planas Vil&agrave;";s:0:"";s:13:"Patrick Lacho";s:0:"";s:33:"Elliot Michel Nu&ntilde;ez Jaimes";s:0:"";s:14:"Michael Fallon";s:0:"";s:12:"Alec Hartman";s:22:"http://alechartman.com";s:13:"Georg Adamsen";s:31:"http://www.stubkjaer-adamsen.dk";s:12:"Timothy Jack";s:0:"";s:15:"Michael Mertens";s:0:"";s:14:"Giuliano Cocco";s:0:"";s:13:"Andrew Basile";s:0:"";s:12:"Marco Quiner";s:0:"";s:17:"Tammo H C Boersma";s:0:"";s:13:"Norbert Andre";s:13:"http://na7.de";s:15:"Lawrence Wilcox";s:0:"";s:17:"James Baumgaertel";s:0:"";s:16:"David Shettleroe";s:0:"";s:16:"Frank Weichbrodt";s:0:"";s:17:"Geoffrey Gardella";s:0:"";s:16:"Giansanti Design";s:21:"http://wearobgear.com";s:14:"Hartmut Ulrich";s:0:"";s:10:"Lou Zucaro";s:16:"http://pause.com";s:14:"Diana Komaromi";s:0:"";s:15:"Jessica Schamma";s:27:"http://www.schattendings.de";s:15:"Deryck Shepherd";s:24:"http://www.dshepherd.com";s:10:"Ivan Perez";s:19:"http://www.igpf.com";s:13:"Lars Haendler";s:27:"http://www.larshaendler.com";s:13:"Joris Barault";s:0:"";s:15:"Leanne Chambers";s:0:"";s:12:"Law Choo Kok";s:0:"";s:15:"Roderick Bisset";s:24:"http://www.bisset.org.uk";s:12:"Kunal Mittal";s:0:"";s:10:"Achim Baur";s:0:"";s:13:"Zack Crowther";s:0:"";s:23:"Cynllunio Pentir Design";s:0:"";s:21:"Philip Van der Vossen";s:0:"";s:12:"Julien Bigot";s:0:"";s:19:"J&ouml;rg Gregorius";s:0:"";s:17:"Evelyn Kolczynski";s:0:"";s:15:"Carolin Schwank";s:0:"";s:21:"Tamara Tortosa Andreu";s:0:"";s:14:"Bruno Loeffler";s:28:"http://www.bruno-loeffler.de";s:16:"Gasper Znidarsic";s:0:"";s:20:"Jose Manuel Gonzalez";s:0:"";s:12:"Peter Kyburz";s:0:"";s:12:"Johann Heyne";s:0:"";s:14:"Declan Fleming";s:21:"http://www.declan.net";s:16:"Stefan Grossmann";s:0:"";s:15:"Michael C Leung";s:0:"";s:9:"emblem.cc";s:20:"http://www.emblem.cc";s:22:"Texoma Living Magazine";s:27:"http://www.texomaliving.com";s:14:"Dariusz Wypych";s:26:"http://foto-art-studio.net";s:22:"Frontier Digital Media";s:35:"http://www.frontierdigitalmedia.com";s:10:"Philip Qua";s:21:"http://www.scubaq.ca/";s:16:"Michael Lebowitz";s:0:"";s:16:"Michael Crowther";s:0:"";s:18:"Arnold Warhonowicz";s:27:"http://www.warhonowicz.com/";s:14:"Anthony Mattke";s:0:"";s:16:"Matthias Irrgang";s:24:"http://www.mindbreed.de/";s:19:"Patrick Szczypinski";s:21:"http://f3studios.com/";s:12:"Alin Popescu";s:20:"http://popescoo.net/";s:22:"FashionWindows Network";s:0:"";s:11:"Ari Salomon";s:0:"";s:15:"NetOptions, LLC";s:0:"";s:12:"Hans Dewaele";s:0:"";s:24:"Atamayka Romero Castillo";s:0:"";s:14:"Tobias Bartels";s:0:"";s:14:"Jutta Kemperle";s:20:"http://jukemedia.de/";s:20:"Cornell Gallery, Inc";s:0:"";s:16:"KH Net Webdesign";s:0:"";s:15:"Marvin McDonald";s:0:"";s:17:"Simon &Aring;berg";s:17:"http://sitron.se/";s:23:"Gr&eacute;goire Noyelle";s:0:"";s:14:"Walter Brandao";s:0:"";s:12:"Anja Kretzer";s:20:"http://pixelithe.de/";s:12:"Lisa Roberts";s:23:"http://lisaroberts.com/";s:12:"Neagu Dragos";s:0:"";s:12:"Lars Neumann";s:0:"";s:10:"Jon Powers";s:20:"http://pagelines.com";s:16:"Lionel Albertino";s:0:"";s:12:"Stephan Keys";s:0:"";s:13:"Sledd Studios";s:16:"http://sledd.com";s:14:"Joachim Donath";s:0:"";s:15:"Roberth Munthel";s:18:"http://munthel.com";s:16:"Motor City Kings";s:25:"http://motorcitykings.com";s:18:"Ulrike Wintergalen";s:30:"http://www.webwork-magazin.net";s:20:"Gabriele von der Ohe";s:16:"http://gvdohe.de";s:10:"Miss Vinyl";s:20:"http://missvinyl.com";s:22:"Hans-J&ouml;rg Billich";s:0:"";s:14:"Anthony Butler";s:0:"";s:16:"Matthew Claussen";s:0:"";s:13:"Sonja Eckmann";s:0:"";s:13:"Benjamin Hill";s:0:"";s:17:"Hendrik Jan Oskam";s:0:"";s:10:"Dirk Deckx";s:0:"";s:11:"Trevor Bain";s:0:"";s:11:"Ali Sadrieh";s:0:"";s:20:"Klaus Gr&uuml;ninger";s:0:"";s:14:"Sandro Daquino";s:23:"http://sandrodaquino.it";s:12:"Joe Luthiger";s:0:"";s:18:"Robert Rockefeller";s:25:"http://bobrockefeller.com";s:23:"Tevarra Creative Studio";s:18:"http://tevarra.net";s:12:"Paul Cremers";s:17:"http://pmcrem.com";s:12:"Joseph Wiley";s:18:"http://jmwiley.net";s:16:"Nicoletti Alvise";s:26:"http://alvisenicoletti.com";s:24:"Semiotic Web Development";s:0:"";s:10:"DJ Stevens";s:0:"";s:19:"Markus G&auml;rtner";s:0:"";s:16:"Christian Lorenz";s:0:"";s:17:"Stefan Pinczolits";s:0:"";s:12:"Thomas Zilch";s:0:"";s:9:"Peter Kes";s:0:"";s:40:"EarthLink e.V. - The People &amp; Nature";s:19:"http://earthlink.de";s:25:"Louis Dallara Photography";s:0:"";s:11:"HHaynes.com";s:18:"http://HHaynes.com";s:14:"Piotr Celinski";s:29:"http://www.piotrcelinski.info";s:15:"Henning Emmrich";s:0:"";s:32:"A Girl with a Camera Productions";s:0:"";s:12:"Marcus Penna";s:0:"";s:20:"Equine Online Design";s:0:"";s:8:"M J Hall";s:0:"";s:13:"Andreas Boell";s:19:"http://www.boell.tv";s:27:"Hemmati Consulting Services";s:0:"";s:16:"Vladmir Antonini";s:0:"";s:13:"Oliver Andres";s:0:"";s:16:"Charles Bogaerts";s:0:"";s:14:"Kevin McSherry";s:0:"";s:15:"Mathieu Triclot";s:0:"";s:17:"Stephanie Klemens";s:0:"";s:18:"Candace Glendening";s:25:"http://CandiedFabrics.com";s:11:"Joern Busch";s:0:"";s:15:"Izet Arnautovic";s:0:"";s:15:"Florian Slechta";s:0:"";s:17:"Artbiz Web Design";s:21:"http://artbizmail.com";s:14:"Moineau Design";s:0:"";s:10:"Roger Haun";s:0:"";s:22:"Patrick Holland-Moritz";s:25:"http://holland-moritz.eu/";s:11:"Ted Sikkink";s:0:"";s:18:"Sascha R&ouml;sner";s:28:"http://www.sascharoesner.de/";s:19:"Froling Enterprises";s:21:"http://froling.com.au";s:16:"Tips & Tricks HQ";s:31:"http://www.tipsandtricks-hq.com";s:14:"Caleb Galaraga";s:0:"";s:15:"Manuel Hittorff";s:0:"";s:14:"Rudolph Miller";s:0:"";s:12:"Paul Marques";s:0:"";s:14:"Yurii Tihoglaz";s:0:"";s:17:"Karlheinz Eichler";s:24:"http://www.eichler-ac.de";s:19:"Mark Penney Gallery";s:0:"";s:11:"INKland.com";s:0:"";s:11:"PKL Designs";s:21:"http://pkldesigns.com";s:18:"Klaus Dieter Weber";s:0:"";s:19:"Kyrre Havik Eriksen";s:0:"";s:11:"Jan Schicho";s:0:"";s:21:"Abigail Larsen Design";s:27:"http://www.cosmickitty.com/";s:12:"CreaVita ANS";s:23:"http://www.creavita.net";s:21:"Christian M&uuml;ller";s:0:"";s:16:"Davide Ardizzoia";s:0:"";s:11:"Ben Naumann";s:0:"";s:15:"Caspar Fairhall";s:25:"http://casparfairhall.com";s:12:"Florian Kall";s:0:"";s:12:"Greg Burgess";s:0:"";s:13:"Joern Kluess ";s:0:"";s:20:"Arthur van der Kooij";s:0:"";s:18:"Solitaire Freiburg";s:27:"http://www.teno-freiburg.de";s:17:"Marijke Vernimmen";s:0:"";s:18:"Catherina Centanni";s:0:"";s:18:"Kimya Hasira Hucks";s:0:"";s:18:"Taxhaven Companies";s:33:"http://www.taxhaven-companies.com";s:14:"Karl von Kries";s:24:"http://www.technomad.com";s:12:"Henry Bryant";s:0:"";s:12:"Carol Thomas";s:0:"";s:13:"Richard Otero";s:0:"";s:13:"Rebecca Evans";s:0:"";s:16:"Ignacio Leonardi";s:0:"";s:21:"Indemand Design, LLC.";s:0:"";s:9:"Prism Hue";s:0:"";s:15:"Walter Schaerer";s:0:"";s:15:"Michael Goitein";s:0:"";s:10:"David Howe";s:0:"";s:15:"Christian Pohle";s:0:"";s:12:"Steve Lieber";s:26:"http://www.stevelieber.com";s:10:"Gert Klaus";s:33:"http://www.panoramen-gertklaus.de";s:15:"Christian Frock";s:0:"";s:14:"Ingo Teichmann";s:24:"http://ruffs-hizzel.com/";s:10:"Craig John";s:27:"http://cjproductions.co.uk/";s:26:"Pedro Alberto Burgos Rosas";s:0:"";s:13:"Rolf Thiemann";s:0:"";s:26:"Giovan Giuseppe Ferrandino";s:0:"";s:13:"George Snyder";s:0:"";s:13:"Mikolaj Kmita";s:0:"";s:12:"Pavel Elagin";s:0:"";s:26:"1. Para-Ski-Club Saar e.V.";s:21:"http://www.paraski.de";s:10:"Abet Media";s:24:"http://www.abetdisc.com/";s:18:"Henner G&uuml;nter";s:0:"";s:14:"Jessica Ripley";s:0:"";s:25:"I&ntilde;igo Garcia Trigo";s:0:"";s:14:"Margaret Roach";s:0:"";s:15:"Valerie Schoman";s:21:"http://www.vhsart.com";s:17:"My Graphic Friend";s:26:"http://mygraphicfriend.com";s:21:"The Beer Soap Company";s:24:"http://thebeersoapco.com";s:13:"Ingrid Taylar";s:0:"";s:4:"TeNo";s:23:"http://www.teno-blog.de";s:10:"Ed Francis";s:0:"";s:11:"Jan Pozivil";s:25:"http://www.planxdesign.eu";s:20:"KAG Investments, LLC";s:0:"";s:13:"Peter Richter";s:0:"";s:11:"David Eagle";s:0:"";s:9:"Bruno Enz";s:0:"";s:19:"Michael D&ouml;rges";s:0:"";s:20:"Martin Bay Hebsgaard";s:0:"";s:15:"Jennifer Osborn";s:0:"";s:14:"Marco Kuhlkamp";s:0:"";s:14:"Matthias Blass";s:21:"http://www.mblass.biz";s:14:"Orestis Mammis";s:0:"";s:10:"Tom Martin";s:0:"";s:12:"Jeffrey Hill";s:0:"";s:12:"Alan Telford";s:0:"";s:11:"Jason Knapp";s:0:"";s:10:"Mark Beyer";s:20:"http://markbeyer.com";s:12:"Roger Moffat";s:0:"";s:17:"Alberto Varettoni";s:0:"";s:25:"Montgomery County Theatre";s:0:"";s:15:"Robert Lundberg";s:0:"";s:17:"Sebastian Bourges";s:0:"";s:17:"Vaclav Maletinsky";s:0:"";s:13:"Bliss Kitchen";s:24:"http://blisskitchen.com/";s:23:"Masterful Marketing LLC";s:30:"http://masterful-marketing.com";s:22:"Creative Web Ideas Ltd";s:26:"http://creativeideas.co.nz";s:22:"Adriano Iglesias Alaez";s:0:"";s:10:"Bonsana AG";s:17:"http://bonsana.ch";s:9:"Quan Tran";s:0:"";s:16:"Sabine Fischbach";s:0:"";s:13:"Mauro Baratti";s:0:"";s:16:"Andreas Karosser";s:0:"";s:21:"Jan Erik Mostr&ouml;m";s:0:"";s:12:"Thomas Gantz";s:22:"http://thomasgantz.com";s:18:"Art and Tech, Inc.";s:21:"http://artandtech.com";s:16:"Maximilian Beier";s:0:"";s:25:"Melbourne Hapkido Academy";s:21:"http://hapkido.org.au";s:21:"Sebastian M&uuml;ller";s:0:"";s:17:"Filip van Hoeckel";s:0:"";s:13:"Chris Buttery";s:0:"";s:15:"Kristian Botnen";s:0:"";s:12:"Eike Henning";s:0:"";s:14:"Morten Aaserod";s:0:"";s:20:"EMI Consulting Group";s:24:"http://emi-consulting.ch";s:12:"Inner Health";s:0:"";s:12:"Jeff Meadows";s:0:"";s:15:"Jane Blumenthal";s:0:"";s:12:"Janet Taylor";s:24:"http://orderchaosart.com";s:13:"Randall Hicks";s:21:"http://visualcoma.com";s:19:"W&auml;scherei Rein";s:25:"http://waescherei-rein.de";s:12:"Drinold Sema";s:0:"";s:13:"NailSoupMedia";s:24:"http://nailsoupmedia.com";s:11:"Jordan Lewy";s:0:"";s:13:"Jonas Seemann";s:0:"";s:15:"Jonathan Landau";s:0:"";s:31:"Gregorio D&aacute;vila de Tena ";s:0:"";s:11:"Gary Little";s:21:"http://garylittle.com";s:12:"Mark Friesen";s:0:"";s:13:"Benjamin Zapp";s:0:"";s:11:"Robert Roll";s:0:"";s:15:"Doron Orenstein";s:0:"";s:28:"Iain Fairweather Photography";s:24:"http://fairweather.co.uk";s:16:"Jonatan Kipowsky";s:0:"";s:16:"Andrew Nofsinger";s:0:"";s:13:"Boris Woltert";s:0:"";s:15:"Ufuk Y&uuml;cel";s:0:"";s:14:"Roberta Hastey";s:0:"";s:14:"Luca Boccianti";s:0:"";s:18:"Global Data Images";s:27:"http://globaldataimages.com";s:12:"ID Traveller";s:22:"http://idtraveller.com";s:14:"Martina Blazey";s:0:"";s:12:"Dario Salice";s:0:"";s:16:"Alfred Lindmoser";s:0:"";s:12:"Jose Ordinas";s:0:"";s:18:"Antonio Canichella";s:0:"";s:19:"Christopher Simmons";s:0:"";s:19:"Yondershore Studios";s:0:"";s:16:"Stephen Chachere";s:0:"";s:14:"Nicolas Santos";s:0:"";s:14:"Robert Johnsen";s:0:"";s:17:"Philippe Verhelle";s:31:"http://www.philippeverhelle.com";s:15:"Joris Hilckmann";s:0:"";s:11:"Vicki Potts";s:0:"";s:8:"Hqprints";s:19:"http://hqprints.net";s:15:"Angela Trenholm";s:0:"";s:14:"Jeannine Klein";s:0:"";s:12:"Gregory Lynn";s:0:"";s:17:"Jasmin Br&uuml;ck";s:0:"";s:15:"Frank Zeininger";s:0:"";s:13:"Donald Wright";s:0:"";s:12:"Marina Kulik";s:0:"";s:12:"Logi Jonsson";s:0:"";s:18:"Leslie Allen Resha";s:0:"";s:16:"Thomas Ostrowski";s:0:"";s:14:"Vesper Stamper";s:0:"";s:13:"Evan Rapoport";s:0:"";s:14:"Thomas Raukamp";s:0:"";s:10:"Greg Warns";s:0:"";s:18:"Michael Mangiamele";s:0:"";s:10:"Ted Warren";s:0:"";s:13:"Thomas Streng";s:20:"http://bewegtsein.de";s:18:"Giorgio Perbellini";s:0:"";s:15:"Mauka Makai LLC";s:22:"http://emaukamakai.com";s:13:"Renata Kattel";s:0:"";s:13:"Carol Jenkins";s:0:"";s:10:"Matt Kuhns";s:0:"";s:11:"Don Francis";s:0:"";s:17:"Christian Wilhelm";s:0:"";s:15:"C4DTraining.com";s:22:"http://C4DTraining.com";s:13:"Dietrich Koch";s:32:"http://internetdienste-berlin.de";s:27:"Art Campbell Communications";s:15:"http://artc.net";s:13:"Foto-Andy.com";s:25:"http://www.Foto-Andy.com/";s:15:"Benoit Deschodt";s:0:"";s:12:"Fabian Seidl";s:0:"";s:16:"Joern Steinhauer";s:0:"";s:14:"Ciaran Mahoney";s:0:"";s:11:"Lauren Kato";s:0:"";s:14:"Art Wave, Inc.";s:16:"http://awts.com/";s:9:"Max Hugen";s:0:"";s:13:"Cloud Islands";s:0:"";s:10:"Sheri Wahl";s:0:"";s:10:"Tina Nixon";s:0:"";s:15:"Namita Bhargava";s:0:"";s:19:"Peter Schr&ouml;der";s:0:"";s:33:"Lonely Writers Publishing Limited";s:23:"http://lwpublishing.com";s:15:"Andrew Brewster";s:0:"";s:27:"Michael Sweeney Photography";s:25:"http://lightandimages.net";s:11:"Mike DAmore";s:0:"";s:13:"Toni Carreiro";s:0:"";s:11:"Janice King";s:0:"";s:19:"Asherah Photography";s:0:"";s:14:"Patric Mueller";s:0:"";s:12:"Michael Otte";s:19:"http://grafotte.com";s:20:"Miguel Ponce de Leon";s:0:"";s:10:"Sol Design";s:0:"";s:17:"Matthew Hardgrove";s:27:"http://matthewhardgrove.com";s:18:"Art of Chad Beatty";s:21:"http://chadbeatty.com";s:21:"Heber Daniel Redaelli";s:0:"";s:11:"Arne Jansen";s:0:"";s:10:"Antakarana";s:21:"http://antakarana.net";s:12:"Tommy Damani";s:22:"http://tommydamani.com";s:11:"David Volny";s:0:"";s:14:"Deborah Brunke";s:0:"";s:13:"Larry Platner";s:0:"";s:20:"MJ Penner Consulting";s:24:"http://michaelpenner.com";s:15:"Mindfull Design";s:25:"http://mindfulldesign.com";s:20:"Blue Prairie Studios";s:29:"http://blueprairiestudios.com";s:10:"Ted Ralphs";s:0:"";s:13:"Adam Nikulicz";s:24:"http://allasburypark.com";s:15:"Lisa du Plessis";s:24:"http://nizzleworkz.co.za";s:12:"Chuck Jacobs";s:22:"http://chuckjacobs.com";s:17:"Anthony Spadafora";s:0:"";s:12:"Michael Soye";s:0:"";s:17:"Heike B&uuml;hrer";s:0:"";s:12:"Ryan Barrett";s:16:"http://ryanb.org";s:28:"Gliffaes Country House Hotel";s:19:"http://gliffaes.com";s:18:"Caroline Halliwell";s:0:"";s:12:"Martin Fuchs";s:22:"http://martinfuchs.com";s:14:"Poetic Imagery";s:0:"";s:19:"eff.ess Studios LLC";s:0:"";s:17:"Venkata Penumatsa";s:0:"";s:14:"Andreas Trojak";s:16:"http://trojak.de";s:11:"Walter Jahn";s:0:"";s:18:"Michael Gorczynski";s:0:"";s:15:"544 Productions";s:0:"";s:16:"James Greenhalgh";s:19:"http://system11.org";s:14:"Andrea De Ieso";s:0:"";s:14:"Matthew Tucker";s:0:"";s:12:"H A ter Haar";s:0:"";s:24:"Slingshot Digital Design";s:27:"http://slingshotdigital.com";s:9:"Ian Comer";s:0:"";s:12:"Claus Morell";s:16:"http://morell.de";s:11:"Michael Kis";s:21:"http://michael-kis.de";s:12:"Arnaud Croes";s:15:"http://croes.de";s:7:"Web-Eze";s:18:"http://web-eze.com";s:17:"Carlo Stancanelli";s:27:"http://carlostancanelli.com";s:17:"Kevin Dontenville";s:0:"";s:8:"Gamebits";s:19:"http://gamebits.net";s:14:"Margaret Huber";s:0:"";s:12:"Malik Djelil";s:23:"http://malik-djelil.com";s:17:"Joshua Br&uuml;ck";s:0:"";s:14:"Marco Spalluto";s:0:"";s:17:"Tomasz Wasilewski";s:0:"";s:10:"Didier Ott";s:0:"";s:26:"Internet Development Group";s:25:"http://doublehelixnow.com";s:13:"Paul Williams";s:0:"";s:31:"Charleston PR & CBS Web Designs";s:0:"";s:29:"Luis Alfonso Almodovar Uranga";s:0:"";s:10:"Moran Levy";s:18:"http://moranoa.org";s:14:"Thomas Jackson";s:0:"";s:19:"Stefan R&uuml;diger";s:0:"";s:27:"Howard Goldbaum Productions";s:0:"";s:15:"Martin Wittmann";s:0:"";s:11:"Stan Marian";s:0:"";s:12:"Robert Tiedt";s:0:"";s:17:"Manuel S&uuml;ess";s:0:"";s:13:"Andrew Purdam";s:0:"";s:17:"Neuburger Raphael";s:0:"";s:16:"Karsten vom Wege";s:17:"http://vomwege.de";s:11:"Heike Carle";s:0:"";s:18:"Christian Dressler";s:0:"";s:15:"Lubomir Jirista";s:0:"";s:12:"Robert Cooke";s:0:"";s:12:"Charles Cook";s:0:"";s:23:"Prism Vision Publishing";s:0:"";s:12:"David Durkin";s:0:"";s:9:"OceanMoon";s:20:"http://oceanmoon.com";s:11:"Michael Lee";s:0:"";s:14:"Jezweb Pty Ltd";s:20:"http://jezweb.com.au";s:16:"MAW van der Made";s:0:"";s:12:"Lerone Moore";s:0:"";s:19:"Johannes K&ouml;nig";s:0:"";s:5:"Yamos";s:15:"http://yamos.de";s:14:"Florian Brusis";s:0:"";s:16:"Simon Consulting";s:25:"http://simonconsulting.at";s:14:"Marek Szewczyk";s:0:"";s:12:"Juri Hiensch";s:0:"";s:16:"David Vielmetter";s:0:"";s:12:"John Whitley";s:24:"http://blu-raycenter.biz";s:29:"Kramer Telecom Law Firm, P.C.";s:25:"http://telecomlawfirm.com";s:14:"Arend Maatkamp";s:0:"";s:11:"Jonas Meyer";s:0:"";s:13:"Melita Mulder";s:0:"";s:14:"Martin''s Media";s:23:"http://martinsmedia.com";s:16:"Karin Bronwasser";s:0:"";s:10:"Boncea Ion";s:0:"";s:11:"Sean Whelan";s:0:"";s:11:"Ruth Summey";s:0:"";s:9:"Matt Soar";s:0:"";s:13:"Daniel Berdal";s:25:"http://dnkphotography.com";s:12:"Thomas Patin";s:0:"";s:12:"John Fischer";s:0:"";s:12:"Deborah Butz";s:0:"";s:21:"Internets Celebrities";s:0:"";s:14:"Alfred Glocker";s:24:"http://alfred-glocker.de";s:10:"What Media";s:20:"http://whatmedia.com";s:15:"Meghan Williams";s:0:"";s:21:"Middle East Fine Arts";s:21:"http://www.fenon.com/";s:14:"alas6enlaplaya";s:25:"http://alas6enlaplaya.com";s:11:"Edwin Dorre";s:0:"";s:14:"Nicola Darling";s:0:"";s:14:"Alex Messinger";s:0:"";s:16:"Daisy Bee Design";s:25:"http://daisybeedesign.com";s:20:"Guenez C&eacute;cile";s:0:"";s:11:"Roger Smith";s:0:"";s:14:"Andreas Nadler";s:0:"";s:14:"Howard Bissell";s:0:"";s:13:"Luca Chemello";s:0:"";s:32:"Fr&eacute;d&eacute;ric Devillard";s:0:"";s:11:"Mauro Ferri";s:0:"";s:31:"Ottmar v. Poschinger-Camphausen";s:0:"";s:17:"Sumangali Morhall";s:0:"";s:20:"MetServe Enterprises";s:19:"http://metserve.com";s:10:"Timo Toots";s:0:"";s:16:"MacPremium Media";s:20:"http://macpremium.it";s:15:"Albert Leithold";s:0:"";s:9:"John Hale";s:25:"http://dallasbuilders.com";s:11:"John Arnold";s:0:"";s:11:"Lothar Raue";s:0:"";s:18:"Manna Design Works";s:27:"http://mannadesignworks.com";s:13:"Conor Maxwell";s:23:"http://conormaxwell.com";s:14:"Kathryn Eggins";s:0:"";s:15:"Hopy Familianto";s:0:"";s:13:"Horst Erdmann";s:0:"";s:17:"Aperio Guitar LLC";s:0:"";s:13:"Soenke Nippel";s:0:"";s:14:"Promedical Inc";s:27:"http://promedicalonline.com";s:12:"Frank Kramer";s:32:"http://wernigerode-ferienhaus.de";s:17:"Nathanael Goldman";s:0:"";s:12:"Benjamin Ogg";s:0:"";s:14:"Julius Grandea";s:0:"";s:13:"IT-Consulting";s:23:"http://it-consulting.pl";s:12:"Michael Koch";s:29:"http://www.instant-summer.com";s:10:"Rich Candy";s:0:"";s:24:"Shamir Yanay Photography";s:0:"";s:6:"DJzone";s:17:"http://djzone.com";s:14:"Ilona Herrmann";s:17:"http://ilona-s.de";s:11:"Dick Floris";s:34:"http://www.floris-visualisaties.nl";s:21:"Wedharini Kartikasari";s:0:"";s:17:"Bruno L. Dietrich";s:18:"http://dietrich.to";s:12:"Thomas Peter";s:0:"";s:15:"Michael Langley";s:0:"";s:13:"Ali Lacinbala";s:0:"";s:12:"Juan Rubiano";s:0:"";s:13:"NDesigns, Inc";s:19:"http://ndesigns.net";s:16:"Ryan Kirkpatrick";s:0:"";s:14:"Tronel Lucette";s:0:"";s:16:"Mathias Hinderer";s:0:"";s:16:"Erika Zimmermann";s:0:"";s:24:"conceptdesignstudios.com";s:35:"http://www.conceptdesignstudios.com";s:13:"Gary Docherty";s:0:"";s:17:"Christian Gurtner";s:26:"http://www.escribacafe.com";s:15:"Cynthia Vieider";s:0:"";s:16:"Eugeniu Patrascu";s:0:"";s:10:"Ian Roller";s:0:"";s:18:"Gerhard Heuzontner";s:0:"";s:21:"Manfred M&ouml;hlmann";s:0:"";s:14:"Trisha McCombs";s:0:"";s:21:"Aur&eacute;lien Palou";s:0:"";s:12:"Georg Gunkel";s:0:"";s:11:"Frank Colin";s:0:"";s:14:"Marco Stroppel";s:0:"";s:12:"Thomas Kuban";s:0:"";s:13:"Arlindo Pinto";s:0:"";s:21:"Grzegorz Sok&oacute;l";s:0:"";s:13:"Jeremy Clulow";s:0:"";s:10:"Olaf Bosch";s:0:"";s:14:"Steeple Ashton";s:0:"";s:18:"Maximilian Hassert";s:0:"";s:14:"Steffi Nitzpon";s:19:"http://blogwiese.de";s:15:"Michael Lambert";s:0:"";s:13:"Brion Swanson";s:0:"";s:16:"Christian Renner";s:30:"http://renner-kommunikation.de";s:15:"Jacobsen Design";s:25:"http://diannajacobsen.com";s:13:"Andrew Killen";s:24:"http://phat-reaction.com";s:13:"Marcial Belen";s:0:"";s:12:"Grace Fumero";s:0:"";s:14:"Martin Kollman";s:0:"";s:19:"Konstantin Brazhnik";s:0:"";s:12:"Winning Mark";s:22:"http://winningmark.com";s:26:"Realdrive Design Solutions";s:22:"http://realdrive.co.uk";s:17:"Lotus Media Group";s:18:"http://lotusmg.com";s:13:"Claude Widmer";s:0:"";s:16:"William McKinnon";s:0:"";s:17:"Iconic Industries";s:28:"http://iconic-industries.com";s:17:"Nicolas Marguerie";s:0:"";s:9:"Lou Krieg";s:0:"";s:16:"Michael Hartmann";s:0:"";s:11:"Joep Peters";s:0:"";s:28:"Sparkes an Image Photography";s:25:"http://sparkesanimage.com";s:16:"Persona Reactive";s:0:"";s:26:"Derek Goodwin Photography ";s:0:"";s:19:"WhatsTheBigIdea.com";s:26:"http://WhatsTheBigIdea.com";s:11:"Ryan Oliver";s:0:"";s:15:"Francisco Rubio";s:0:"";s:15:"Johnathan Poole";s:0:"";s:10:"Donal Dold";s:0:"";s:9:"Jan Marks";s:0:"";s:16:"Tobias Undeutsch";s:24:"http://www.bannerweb.ch/";s:15:"Michael Waddell";s:19:"http://www.mwdb.com";s:21:"Rosa Aguilar Riquelme";s:0:"";s:12:"Mike Hendren";s:0:"";s:16:"Sebastian Burger";s:0:"";s:17:"Matthew Dollinger";s:0:"";s:12:"Dastec, Inc.";s:20:"http://dastecinc.com";s:12:"Sherline Lee";s:0:"";s:14:"Raymond Barber";s:0:"";s:19:"July For Kings Inc.";s:0:"";s:16:"Richard Peladeau";s:0:"";s:13:"Tim Gieseking";s:0:"";s:12:"Rachel Crews";s:0:"";s:18:"Joachim Cavallucci";s:20:"http://cavallucci.de";s:13:"Mark Almighty";s:23:"http://MarkAlmighty.com";s:17:"Martin Schilliger";s:0:"";s:12:"Wang Bar ltd";s:20:"http://wangbar.co.uk";s:13:"Kate Thompson";s:23:"http://katethompson.com";s:19:"Vyacheslav Gorobets";s:0:"";s:12:"Magnus Anemo";s:0:"";s:11:"Tevin Jones";s:0:"";s:11:"Nancy Boyle";s:0:"";s:20:"Juan Ignacio Anguita";s:0:"";s:13:"Thomas Katlun";s:0:"";s:14:"The Camera Box";s:20:"http://camerabox.com";s:20:"Loma Prieta Pottery ";s:28:"http://lomaprietapottery.com";s:15:"Creation Nation";s:0:"";s:14:"Nygel Williams";s:0:"";s:18:"Tall Ships Gallery";s:0:"";s:14:"Franziska Rutz";s:0:"";s:22:"Muhammad Faisal Faruqi";s:0:"";s:14:"Michael Bendit";s:0:"";s:5:"Skopy";s:0:"";s:8:"Kim Case";s:0:"";s:11:"Devin Price";s:0:"";s:11:"Ashish Ganu";s:0:"";s:15:"Tracey Milligan";s:0:"";s:12:"Austin Kelly";s:0:"";s:12:"Philemon Rai";s:0:"";s:14:"Michael Haspil";s:0:"";s:17:"Domenico Ruggiero";s:0:"";s:14:"OnTheGoSystems";s:25:"http://onthegosystems.com";s:15:"Martin Berghoef";s:0:"";s:14:"Scott Bernadot";s:19:"http://bernadot.com";s:13:"Richard Breen";s:0:"";s:13:"Yourgoods.com";s:20:"http://yourgoods.com";s:7:"Invares";s:0:"";s:14:"Bernd Reichert";s:0:"";s:6:"Scidot";s:17:"http://scidot.com";s:12:"Jesda Gulati";s:0:"";s:16:"Joanne Masterson";s:0:"";s:20:"KENT Picture Framing";s:24:"http://kentsouthwell.com";s:13:"Russell Albin";s:23:"http://russellalbin.com";s:10:"Mirco Erbe";s:0:"";s:16:"Christoph Schenk";s:0:"";s:13:"James Wisener";s:0:"";s:10:"Abraca Ltd";s:17:"http://abraca.com";s:17:"Jean-Samuel Denis";s:0:"";s:14:"Daniel Herberg";s:0:"";s:13:"Ronald Maurer";s:0:"";s:14:"Anthony Dudeck";s:0:"";s:14:"Alex Rodriguez";s:0:"";s:21:"Andriiy Pidbereznyak ";s:0:"";s:13:"Pascal Barras";s:0:"";s:9:"Adam Lord";s:0:"";s:22:"Thomas Oberh&auml;user";s:0:"";s:14:"Davide Nanetti";s:0:"";s:12:"Todd Douglas";s:0:"";s:16:"Timothy Sullivan";s:0:"";s:13:"Kenneth Smith";s:0:"";s:14:"Roxanne Saumur";s:0:"";s:6:"raw HD";s:19:"http://rawhd.com.au";s:20:"classic-modern.co.uk";s:27:"http://classic-modern.co.uk";s:12:"Ina Baumbach";s:0:"";s:11:"Rain Wilber";s:0:"";s:13:"Karsten Donat";s:17:"http://macnews.de";s:12:"Joey Chivers";s:0:"";s:22:"Herv&eacute; Massignat";s:0:"";s:12:"Manuela Merl";s:20:"http://schellkopf.de";s:18:"Georgios Cherouvim";s:0:"";s:10:"Horst Klos";s:0:"";s:11:"Vicky Perry";s:0:"";s:14:"Angela Spencer";s:0:"";s:13:"Paolo Alberti";s:0:"";s:13:"Marco Bombach";s:0:"";s:7:"imWeb24";s:17:"http://imWeb24.de";s:13:"Shaun Alberts";s:0:"";s:12:"Zachary Self";s:0:"";s:11:"Dia Mehdawi";s:0:"";s:10:"Achim Mohr";s:0:"";s:12:"Ivanka Majic";s:0:"";s:18:"Jacqueline Spellen";s:0:"";s:16:"Ingrid Bl&uuml;m";s:18:"http://bluemweb.de";s:20:"Web Matters Limited ";s:23:"http://webmatters.co.nz";s:18:"Stefan M&uuml;ller";s:0:"";s:14:"Tom Birmingham";s:0:"";s:12:"Paula Bartis";s:0:"";s:7:"Sara La";s:0:"";s:12:"Kurt Stanton";s:0:"";s:12:"Stefan Kanis";s:0:"";s:13:"Fred Dreiling";s:0:"";s:13:"Kathleen King";s:0:"";s:18:"Geraldine Macomber";s:20:"http://macombers.com";s:26:"Isa G&uuml;&ccedil;l&uuml;";s:0:"";s:11:"Maria Focsa";s:0:"";s:14:"Paola Bertoldi";s:0:"";s:25:"Jacqui Dervan Photography";s:0:"";s:12:"Irina Tammis";s:0:"";s:24:"Sweatshopproductions.com";s:31:"http://sweatshopproductions.com";s:14:"Abigail Gordon";s:0:"";s:17:"Christoph Freytag";s:0:"";s:22:"Joseph Chapellon Costa";s:0:"";s:8:"Josh.biz";s:15:"http://Josh.biz";s:16:"Anne Osterrieder";s:0:"";s:8:"Pam Krug";s:0:"";s:9:"John Kuhn";s:0:"";s:22:"Klaus Tilsted Jacobsen";s:14:"http://zoom.dk";s:12:"Gavin Rhodes";s:0:"";s:13:"Arias Digital";s:0:"";s:9:"de-signed";s:0:"";s:17:"Prose and Letters";s:26:"http://proseandletters.com";s:18:"Tim Johnson Design";s:27:"http://timjohnsondesign.com";s:13:"Antonio Rossi";s:0:"";s:19:"Emmanuel Archimbaud";s:0:"";s:18:"TriniTuner Limited";s:21:"http://trinituner.com";s:9:"Rene Kunz";s:0:"";s:18:"Alcidio M Oliveira";s:0:"";s:18:"David Utzschneider";s:0:"";s:11:"Niels Olsen";s:0:"";s:11:"John Dennis";s:23:"http://studioactiv8.com";s:15:"Edgars Ceporjus";s:0:"";s:8:"Pascal V";s:0:"";s:15:"Leticia Simpson";s:0:"";s:18:"Christoph Nikolaus";s:0:"";s:21:"Lilley Management Ltd";s:27:"http://lilleymanagement.com";s:20:"Tonik Collective Art";s:0:"";s:18:"Ga&euml;tan Vincke";s:0:"";s:14:"Torsten Samuel";s:0:"";s:11:"Thomas King";s:0:"";s:13:"Teneriffa2000";s:23:"http://teneriffa2000.de";s:17:"Tailoring The Web";s:0:"";s:12:"Jeffrey Marx";s:0:"";s:12:"Rene Hermann";s:0:"";s:11:"Nancy Sagar";s:0:"";s:14:"Leslie Tagorda";s:24:"http://flair-designs.com";s:15:"Alexander Ezhov";s:0:"";s:14:"Winfried Kropp";s:0:"";s:19:"FLATHEADenterprises";s:30:"http://flatheadenterprises.com";s:12:"Kenneth Ilio";s:0:"";s:17:"Geovani Bohodeanu";s:0:"";s:17:"Creative Art Link";s:26:"http://creativeartlink.com";s:16:"Mathias Roggmann";s:0:"";s:19:"Genevieve Yurtseven";s:0:"";s:12:"James Marlow";s:0:"";s:16:"Christine Golden";s:0:"";s:12:"Vera Duerkop";s:0:"";s:18:"Elizabeth McMartin";s:28:"http://ej-communications.com";s:16:"Christian Castro";s:0:"";s:15:"Benjamin Gerzen";s:0:"";s:23:"PSW GROUP GmbH & CO. KG";s:14:"http://psw.net";s:15:"Stephan Schiese";s:17:"http://schiese.de";s:13:"Parastoo Film";s:22:"http://parastoofilm.ca";s:13:"Leon Loberman";s:19:"http://loberman.net";s:15:"Shachaf Polakow";s:0:"";s:13:"Joshua D Blum";s:0:"";s:14:"Arno Michaelis";s:0:"";s:16:"Robert Blackford";s:20:"http://design615.com";s:15:"Lorraine Jordan";s:25:"http://lorrainejordan.net";s:11:"David Reyes";s:0:"";s:16:"WebMedia Designs";s:26:"http://webmediadesigns.com";s:13:"Bruno Desclee";s:18:"http://desclee.net";s:13:"Sven Eberlein";s:0:"";s:19:"Roberts & Kay, Inc.";s:24:"http://robertsandkay.com";s:22:"The Media Cellar, Inc.";s:22:"http://mediacellar.com";s:15:"Shirley R Hicks";s:0:"";s:14:"Sorin Berceanu";s:0:"";s:15:"Ladislav Lengal";s:0:"";s:13:"Claus Eriksen";s:0:"";s:12:"Philip Gomez";s:0:"";s:15:"Terry Gillespie";s:0:"";s:14:"Alejandro Leal";s:0:"";s:12:"Derrick Pugh";s:0:"";s:12:"Timothy Lack";s:0:"";s:17:"Nicolai Momotenco";s:0:"";s:25:"Susanne Kunjappu-Jellinek";s:0:"";s:11:"Kim Wah Lee";s:0:"";s:19:"Athlete Inside, LLC";s:25:"http://athlete-inside.com";s:18:"Amandine Goisbault";s:0:"";s:10:"Perry Mays";s:0:"";s:11:"Fedja Ciric";s:0:"";s:11:"Paul Newman";s:19:"http://racejunk.com";s:13:"Sonia Santana";s:0:"";s:14:"Image and Type";s:23:"http://imageandtype.com";s:10:"Troy Wical";s:16:"http://wical.com";s:13:"Sergio Hechim";s:0:"";s:31:"Juan de Dios Crespo de la Orden";s:0:"";s:10:"Continent7";s:21:"http://continent7.com";s:15:"Damir Bedekovic";s:0:"";s:13:"Hans Bickhofe";s:0:"";s:19:"Nadine Sch&auml;fer";s:18:"http://readit.info";s:15:"Peter Schilling";s:25:"http://sv-reichenbach.com";s:19:"Francesco Acquaviva";s:0:"";s:13:"Remy Baudouin";s:0:"";s:21:"Carlo Mario Chierotti";s:0:"";s:13:"Dimitar Mitev";s:0:"";s:17:"Robert Podfigurny";s:0:"";s:10:"Vadim Zima";s:0:"";s:14:"Stephan Hilker";s:28:"http://www.stephans-world.eu";s:7:"Qi Wang";s:0:"";s:15:"Johannes Ackner";s:0:"";s:14:"Okti Kurniasih";s:0:"";s:13:"Felix Harling";s:17:"http://harling.de";s:23:"Donnette Bailey-Stewart";s:0:"";s:27:"Pedro Navarro Garc&iacute;a";s:0:"";s:16:"Chris Marianetti";s:0:"";s:18:"Firouzeh Afsharnia";s:0:"";s:16:"Georgi Katsarski";s:0:"";s:32:"Christ&egrave;le Cassam-Sulliman";s:26:"http://cassam-sulliman.com";s:14:"Bill Valentine";s:0:"";s:18:"Owen W. Swain Arts";s:0:"";s:14:"Antoine Briano";s:0:"";s:16:"Eleonora Borelli";s:0:"";s:13:"Daniel Oswald";s:18:"http://historik.de";s:25:"Express Web Systems, Inc.";s:25:"http://expresshosting.net";s:12:"Neil Mullens";s:0:"";s:12:"Robert Rosen";s:0:"";s:9:"Sam Harms";s:0:"";s:16:"Rodrigo Lourenco";s:0:"";s:17:"William Hendricks";s:0:"";s:14:"Eric Fischell ";s:0:"";s:13:"Duane Reid II";s:0:"";s:30:"Richard Louissaint Photography";s:0:"";s:17:"Michael Hagenbeck";s:0:"";s:16:"Ferruccio Favero";s:0:"";s:12:"Amanda Jones";s:0:"";s:17:"Tanja Benninghoff";s:19:"http://lovequilt.de";s:14:"James Lawrence";s:21:"http://powertoolz.com";s:17:"Toni Mills Design";s:20:"http://tonimills.com";s:20:"Kenmare Digital Arts";s:0:"";s:13:"Kishore Kumar";s:0:"";s:12:"Vicky Ceelen";s:0:"";s:13:"Ulrike Bender";s:0:"";s:15:"Peggy Blackwell";s:0:"";s:11:"Proven Life";s:21:"http://provenlife.com";s:11:"Paternostri";s:0:"";s:14:"Matteo Cavucci";s:0:"";s:10:"Simon Hogg";s:0:"";s:13:"Zachary Meyer";s:0:"";s:17:"Miles Music, Inc.";s:21:"http://milesmusic.com";s:12:"Neil Simmons";s:0:"";s:32:"Personal Network Computing, Inc.";s:0:"";s:19:"Ouse Valley Archers";s:28:"http://ousevalleyarchers.com";s:16:"Francesca Manola";s:26:"http://francescamanola.com";s:13:"Axel Pfaender";s:23:"http://axelpfaender.com";s:12:"Sandor Varga";s:0:"";s:23:"First Computer Services";s:16:"http://fcsnc.com";s:15:"Charles Sillery";s:0:"";s:11:"Josh Gentry";s:21:"http://joshgentry.com";s:13:"Marc Nieuwhof";s:0:"";s:13:"Just Plymouth";s:25:"http://justplymouth.co.uk";s:16:"Karl- Heinz Kunz";s:0:"";s:12:"Philip Clark";s:0:"";s:16:"Striped Aardvark";s:26:"http://stripedaardvark.com";s:13:"Robert Morgan";s:30:"http://RobertMichaelMorgan.com";s:13:"Dan Rosenberg";s:0:"";s:12:"Chris Spears";s:0:"";s:14:"Stephen Tracey";s:0:"";s:17:"Esteban Fernandez";s:0:"";s:16:"Giovanni Vignoli";s:0:"";s:13:"Larry Stammen";s:0:"";s:18:"Christian Nieberle";s:19:"http://nieberle.org";s:15:"Karl-Heinz Kunz";s:15:"http://zette.de";s:19:"Robert Nigel Dewing";s:0:"";s:24:"Genevi&egrave;ve Kleiner";s:0:"";s:13:"Poli Cardenas";s:0:"";s:19:"Philipp B&auml;ttig";s:0:"";s:15:"Anton Oschepkov";s:0:"";s:10:"Pia Taylor";s:0:"";s:16:"Jeffrey Hatmaker";s:0:"";s:20:"TBP Productions, LLP";s:33:"http://schoolnewspapersonline.com";s:14:"Ketut Swastika";s:0:"";s:12:"Oleg Sayenko";s:0:"";s:14:"Lowell Larsson";s:0:"";s:13:"Jonny Scholes";s:0:"";s:11:"Peter Marsh";s:0:"";s:17:"Kristina McInerny";s:0:"";s:16:"Elaine Gallacher";s:0:"";s:15:"Beate Lambrecht";s:16:"http://beafun.de";s:12:"Per Pedersen";s:0:"";s:31:"Alberto Mu&ntilde;oz Villarroel";s:0:"";s:11:"Ruth Rodger";s:0:"";s:16:"Magnar Gregersen";s:18:"http://toptona.com";s:29:"TechEdge Solutions Group LLC.";s:33:"http://techedgesolutionsgroup.com";s:13:"Angela Bowman";s:0:"";s:13:"Dominik Thali";s:0:"";s:23:"Merv Colton Photography";s:0:"";s:11:"David Chang";s:0:"";s:16:"Dennis Nazarenko";s:0:"";s:20:"Martien van Wanrooij";s:0:"";s:16:"Francisco Suarez";s:0:"";s:11:"Bernd Unger";s:0:"";s:37:"Kriebel und Kriebel Restorations GmbH";s:0:"";s:13:"Charles Rawls";s:0:"";s:16:"Henk van den Bor";s:0:"";s:11:"Till Patzig";s:18:"http://fragzone.de";s:12:"Johann Seidl";s:0:"";s:12:"Alexi Dagher";s:0:"";s:13:"Herman Lamboo";s:17:"http://lamboo.com";s:14:"Bas Montgomery";s:0:"";s:11:"Brent Clair";s:0:"";s:13:"Mamadou Sakho";s:0:"";s:15:"Edward Connolly";s:0:"";s:11:"Joe McNally";s:0:"";s:18:"Tamson Overholtzer";s:0:"";s:12:"Vera Schafer";s:0:"";s:19:"Wyvex Media Limited";s:23:"http://wyvexmedia.co.uk";s:10:"Marco Pini";s:0:"";s:18:"PacificHealth Labs";s:28:"http://pacifichealthlabs.com";s:12:"Colin Opseth";s:0:"";s:10:"John Henel";s:0:"";s:19:"Concettina Costanzo";s:0:"";s:15:"Holger Lippmann";s:0:"";s:12:"Jon Frampton";s:0:"";s:17:"Nat Coalson, Inc.";s:21:"http://natcoalson.com";s:14:"Tony The Zebra";s:0:"";s:17:"Martin Czwiertnia";s:0:"";s:13:"Sarah Wagener";s:0:"";s:19:"Jose Luis Vilardell";s:0:"";s:15:"Sheryl McMillan";s:0:"";s:14:"Norbert Mallik";s:19:"http://einmallik.de";s:18:"Nils B&auml;chtold";s:0:"";s:13:"William Owens";s:0:"";s:8:"Ivan Boo";s:0:"";s:22:"Powerhouse Electronics";s:0:"";s:10:"Artur Lech";s:0:"";s:23:"Eldoren Consulting Inc.";s:18:"http://eldoren.com";s:14:"Kornelia Vanyi";s:0:"";s:8:"Deena Lu";s:0:"";s:9:"Greg Zeck";s:20:"http://youngzeck.com";s:23:"Constantin Sch&auml;fer";s:0:"";s:14:"Richard Sibley";s:26:"http://richardsibley.co.uk";s:15:"Sandra Catsburg";s:0:"";s:13:"Curious Light";s:23:"http://curiouslight.com";s:11:"World Prank";s:21:"http://worldprank.com";s:15:"Andrew Marshall";s:0:"";s:22:"High Aspirations, Inc.";s:29:"http://highaspirationsinc.com";s:9:"Aaron Loy";s:0:"";s:11:"Graeme Thom";s:21:"http://graemethom.com";s:19:"Philippe Petitqueux";s:0:"";s:10:"Lena Shore";s:20:"http://lenashore.com";s:11:"David Flake";s:0:"";s:16:"Arthur Muzelenga";s:0:"";s:11:"Luca Wolfer";s:0:"";s:15:"Volkmar Coerdts";s:19:"http://kleinwerk.de";s:12:"C. Templeton";s:0:"";s:19:"Memento Press, Inc.";s:23:"http://mementopress.com";s:20:"Joan Vazquez Colomes";s:0:"";s:14:"Reel House VOD";s:0:"";s:18:"Jir&iacute; Najman";s:0:"";s:21:"Jean-louis Crochemore";s:0:"";s:15:"Alfonso Marrero";s:0:"";s:21:"Artist Mentors Online";s:0:"";s:7:"Kidport";s:18:"http://kidport.com";s:28:"Networking Technologies Goup";s:17:"http://ntgroup.gp";s:10:"David Skok";s:15:"http://skok.com";s:17:"Tommaso Iadicicco";s:0:"";s:13:"Dietmar Georg";s:0:"";s:15:"Jason Grishkoff";s:0:"";s:13:"Marcin Miczek";s:0:"";s:12:"Andreas Dahl";s:23:"http://wiescheid-net.de";s:15:"Peter Kasbergen";s:20:"http://kasbergen.com";s:15:"Thomas Hartmann";s:19:"http://papachulo.ch";s:19:"Rinni van der Horst";s:0:"";s:17:"Nityia Przewlocki";s:0:"";s:12:"Ewald Tinhof";s:0:"";s:16:"Mattis Folkestad";s:0:"";s:20:"Spilled Milk Designs";s:29:"http://spilledmilkdesigns.com";s:9:"Isobe Aki";s:0:"";s:12:"Benjamin Guz";s:0:"";s:11:"Joanne Watt";s:0:"";s:13:"Pamela Miller";s:0:"";s:19:"Hard Brakes TiSpeed";s:21:"http://hardbrakes.com";s:17:"Amaury Dessaintes";s:0:"";s:11:"David Bruno";s:0:"";s:16:"Markku Heikkinen";s:0:"";s:12:"Duc Designed";s:22:"http://ducdesigned.com";s:9:"John Buck";s:0:"";s:16:"Nina Zhao-Seiler";s:0:"";s:19:"Vladimir Strelnikov";s:0:"";s:11:"Sander Baks";s:21:"http://sanderbaks.com";s:14:"Wioletta Strak";s:0:"";s:14:"Tiandra Purvey";s:0:"";s:13:"Cami Townsend";s:0:"";s:11:"Dina Portik";s:0:"";s:10:"Veljo Alev";s:0:"";s:15:"Martijn Pantlin";s:0:"";s:21:"Alexander M&uuml;ller";s:0:"";s:16:"Simon Dellenbach";s:0:"";s:15:"Mitchell Bennis";s:24:"http://elementengage.com";s:19:"J&uuml;rgen Burkart";s:0:"";s:19:"Pilar Vicente Toral";s:0:"";s:13:"Stephen Suess";s:26:"http://c.satoristephen.com";s:11:"Saill white";s:21:"http://saillwhite.com";s:11:"David Shehi";s:0:"";s:15:"Elizabeth Jones";s:0:"";s:10:"Mark Emery";s:0:"";s:14:"Martins Dzerve";s:0:"";s:12:"Tony Prodger";s:0:"";s:27:"Have A Grace Day Ministries";s:24:"http://haveagraceday.org";s:13:"Torsten Opitz";s:0:"";s:7:"AJ Jack";s:0:"";s:14:"Szilard Mihaly";s:21:"http://mihalysoft.com";s:10:"John Dumke";s:0:"";s:13:"Sharon Coward";s:0:"";s:11:"Simon Smits";s:0:"";s:17:"Michael Kurzinsky";s:0:"";s:13:"Pawel Gotowko";s:0:"";s:14:"Bonnie Simrell";s:0:"";s:38:"Ministry Depot/Digital Seasons of Life";s:24:"http://ministrydepot.com";s:15:"Jutta Schuhbeck";s:0:"";s:21:"Markus Andreas Baltes";s:30:"http://golfschule-mallorca.com";s:12:"David Lasker";s:22:"http://altosdesign.com";s:13:"Andrew Attard";s:0:"";s:14:"Leonard Gaiter";s:0:"";s:20:"Naira Jorge de Witte";s:0:"";s:9:"M-Graphix";s:20:"http://m-graphix.com";s:20:"Sidewalk Cafe Design";s:0:"";s:12:"Karen Parish";s:0:"";s:10:"Nico Emons";s:0:"";s:12:"Realmedia.ca";s:17:"http://pictour.ca";}";', 'no'),
(438, 0, 'widget_sponsors-slideshow', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(443, 0, 'go_height', '400', 'yes'),
(444, 0, 'go_width', '600', 'yes'),
(445, 0, 'go_direction', 'left', 'yes'),
(446, 0, 'go_auto', '1', 'yes'),
(447, 0, 'go_controls', 'button', 'yes'),
(448, 0, 'go_effects', 'slide', 'yes'),
(449, 0, 'go_continuous', '1', 'yes'),
(450, 0, 'go_speed', '2000', 'yes'),
(451, 0, 'go_dispTimeout', '1000', 'yes'),
(452, 0, 'go_float', 'right', 'yes'),
(589, 0, 'scep_description_hello_world', 'Example', 'yes'),
(590, 0, 'scep_phpcode_hello_world', 'extract(shortcode_atts(array(''arg'' => ''default''), $atts));\necho "Hello world!" . PHP_EOL;\necho "Arg=" . $arg . PHP_EOL;\necho "Content=" . $content . PHP_EOL;\n', 'yes'),
(591, 0, 'scep_tinymce_cap', 'edit_posts', 'yes'),
(592, 0, 'scep_author_cap', 'edit_posts', 'yes'),
(454, 0, 'addthis_settings', 'a:15:{s:8:"username";s:0:"";s:7:"profile";s:0:"";s:8:"password";s:0:"";s:5:"above";s:4:"none";s:5:"below";s:13:"large_toolbox";s:18:"addthis_show_stats";b:1;s:19:"addthis_append_data";b:1;s:18:"addthis_showonhome";b:1;s:19:"addthis_showonpages";b:1;s:22:"addthis_showonarchives";b:1;s:18:"addthis_showoncats";b:1;s:22:"addthis_showonexcerpts";b:1;s:18:"addthis_addressbar";b:0;s:11:"addthis_508";b:0;s:16:"addthis_language";s:0:"";}', 'yes'),
(455, 0, 'widget_addthis-widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(984, 0, 'qtranslate_next_update_mo', '1350005387', 'yes'),
(985, 0, 'widget_qtranslate', 'a:3:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:0:"";s:4:"type";s:4:"both";s:10:"hide-title";s:2:"on";}s:12:"_multiwidget";i:1;}', 'yes'),
(986, 0, 'qtranslate_language_names', 'a:15:{s:2:"de";s:7:"Deutsch";s:2:"zh";s:6:"中文";s:2:"fi";s:5:"suomi";s:2:"fr";s:9:"Français";s:2:"nl";s:10:"Nederlands";s:2:"sv";s:7:"Svenska";s:2:"it";s:8:"Italiano";s:2:"ro";s:8:"Română";s:2:"hu";s:6:"Magyar";s:2:"ja";s:9:"日本語";s:2:"vi";s:14:"Tiếng Việt";s:2:"ar";s:14:"العربية";s:2:"pt";s:10:"Português";s:2:"es";s:8:"Español";s:2:"en";s:7:"English";}', 'yes'),
(584, 0, 'scep_codewidth', '600', 'yes'),
(585, 0, 'scep_codeheight', '200', 'yes'),
(586, 0, 'scep_names', 'a:1:{i:0;s:11:"hello_world";}', 'yes'),
(587, 0, 'scep_enabled_hello_world', '1', 'yes'),
(588, 0, 'scep_buffer_hello_world', '1', 'yes'),
(567, 0, 'uninstall_plugins', 'a:6:{i:0;b:0;s:45:"link-to-your-content/link_to_your_content.php";s:14:"ltyc_uninstall";s:29:"nextgen-gallery/nggallery.php";a:2:{i:0;s:9:"nggLoader";i:1;s:9:"uninstall";}s:29:"contactme/contactmedotcom.php";s:20:"contact_me_uninstall";s:31:"custom-tables/custom-tables.php";a:2:{i:0;s:17:"wuk_custom_tables";i:1;s:9:"uninstall";}s:26:"wp-calendar/fsCalendar.php";a:2:{i:0;s:10:"fsCalendar";i:1;s:13:"hookUninstall";}}', 'yes'),
(568, 0, 'ltyc_options', 'a:3:{s:15:"ltyc_db_version";s:3:"0.2";s:13:"ltyc_taxonomy";i:1;s:21:"ltyc_custom_post_type";i:1;}', 'yes'),
(990, 0, 'qtranslate_flags', 'a:15:{s:2:"de";s:6:"de.png";s:2:"zh";s:6:"cn.png";s:2:"fi";s:6:"fi.png";s:2:"fr";s:6:"fr.png";s:2:"nl";s:6:"nl.png";s:2:"sv";s:6:"se.png";s:2:"it";s:6:"it.png";s:2:"ro";s:6:"ro.png";s:2:"hu";s:6:"hu.png";s:2:"ja";s:6:"jp.png";s:2:"vi";s:6:"vn.png";s:2:"ar";s:8:"arle.png";s:2:"pt";s:6:"br.png";s:2:"es";s:6:"mx.png";s:2:"en";s:6:"us.png";}', 'yes'),
(574, 0, 'wp-exec-php', 's:24:"a:1:{s:7:"support";b:0;}";', 'yes'),
(595, 0, 'exec-php', 'a:2:{s:7:"version";s:3:"4.9";s:14:"widget_support";b:1;}', 'yes'),
(338, 0, 'theme_mods_toolbox', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:7:"primary";i:15;}}', 'yes'),
(349, 0, 'wpig_maximgsize', '2000000', 'yes'),
(350, 0, 'wpig_imgtypes', 'jpg', 'yes'),
(351, 0, 'wpig_path', '/home/carey584/public_html/web/wp-content/', 'yes'),
(352, 0, 'wpig_container_style', 'padding-bottom: 50px; clear: left', 'yes'),
(353, 0, 'wpig_image_style', 'border:0; float:left; margin-right:10px', 'yes'),
(354, 0, 'wpig_title_style', 'font-weight:bold', 'yes'),
(355, 0, 'wpig_desc_style', '', 'yes'),
(456, 0, '_transient_random_seed', 'b99e967932b454615b5c1f2c0e94743f', 'yes'),
(770, 0, 'widget_oqey-gallery-widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(989, 0, 'qtranslate_flag_location', 'plugins/qtranslate/flags/', 'yes'),
(749, 0, 'oqey_width', '900', 'no'),
(750, 0, 'oqey_height', '600', 'no'),
(751, 0, 'oqey_bgcolor', '#ffffff', 'no'),
(752, 0, 'oqey_thumb_width', '120', 'no'),
(753, 0, 'oqey_thumb_height', '80', 'no'),
(754, 0, 'oqey_default_gallery_skin', '0', 'no'),
(755, 0, 'oqey_effects_trans_time', '0.5', 'no'),
(756, 0, 'oqey_pause_between_tran', '6', 'no'),
(757, 0, 'oqey_LoopOption', 'on', 'no'),
(758, 0, 'oqey_gall_title_no', 'on', 'no'),
(759, 0, 'oqey_backlinks', 'on', 'no'),
(760, 0, 'oqey_BorderOption', 'on', 'no'),
(761, 0, 'oqey_AutostartOption', '', 'no'),
(762, 0, 'oqey_CaptionsOption', '', 'no'),
(763, 0, 'oqey_options', 'TM', 'no'),
(764, 0, 'oqey_noflash_options', 'injsarr', 'no'),
(765, 0, 'oqey_border_bgcolor', '#000000', 'no'),
(766, 0, 'oqey_effect_transition_type', 'fade', 'no'),
(767, 0, 'oqey_gallery_version', '0.5', 'yes'),
(768, 0, 'oqey_db_version', '0.5', 'yes'),
(769, 0, 'oqey_flash_gallery_true', 'on', 'no'),
(772, 0, '_transient_timeout_feed_180d05f62ac9fe838cae124ad59f393e', '1321040186', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(773, 0, '_transient_feed_180d05f62ac9fe838cae124ad59f393e', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:2:"\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:37:"\n	\n	\n	 \n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"TheTheFly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9:"TheTheFly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-us";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Nov 2011 08:10:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Nov 2011 08:10:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:11:{i:0;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"TheThe Typographer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1306:"<div class="inset-right">\r\n<ul class="checkbox">\r\n	<li>Pre-designed Color Schemes</li>\r\n	<li>Custom Colors Option</li>\r\n	<li>Custom Logo Uploader</li>\r\n	<li>WP Custom Background Support</li>\r\n	<li>Mega Drop-Down Menu</li>\r\n	<li>Both Fixed and Fluid Layouts</li>\r\n	<li>TheThe Fly Plugins Styles</li>\r\n	<li>All Standard WP Post Formats Supported</li>\r\n</ul>\r\n</div>\r\n<p align="justify"><strong>TheThe Typographer</strong> is a flexible, newspaper-style premium WordPress theme. It doesn''t matter if you''re running a school newspaper or TIME Magazine--if you''ve got news, we''ve got a perfect way to display it.</p>\r\n\r\n<p align="justify">More like a website factory than a single theme, TheThe Typographer offers literally thousands of different looks with pre-designed backgrounds <em>or</em> custom background support, customizable layout, tons of color and font choices (including Google Webfonts), and all of the modules, plugins, and special elements we offer with any premium theme. Check out the <a href="http://demo.thethefly.com/?theme=photographer">Live Demo</a> to get an idea of the possibilities afforded by this theme.</p>\r\n\r\n<strong>TheThe Typographer fits all of the most popular page width settings: 960px, 1200 px (as shown on our demo server) and even 100%.</strong>\r\n<p align="justify"></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 01 Nov 2011 08:10:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:63:"http://thethefly.com/wp-content/uploads/2011/11/screenshot2.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://demo.thethefly.com?theme=typographer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://thethefly.com/members/forms/thethe-typographer/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"TheThe Dream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1315:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n	<li>Pre-designed Color Schemes</li>\r\n	<li>Custom Colors Option</li>\r\n	<li>Custom Logo Uploader</li>\r\n	<li>Squeeze and Sales Pages</li>\r\n	<li>Mega Drop-Down Menu</li>\r\n	<li>Menu Icons Option</li>\r\n	<li>Both Fixed and Fluid Layouts</li>\r\n	<li>Pre-designed HTML Boxes</li>\r\n	<li>TheThe Fly Plugins Styles</li>\r\n	<li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n<p align="justify"><strong>TheThe Dream</strong> is a simple WordPress theme that comes packed with capabilities. Made especially for artists, writers, photographers, designers, and other creative types, TheThe Dream makes use of visually appealing but unobtrusive boxes that can be easily customized to do just about anything you need them to do.</p>\r\n<p align="justify">It''s the type of theme that will please web developers with its solid design while making technophobes think: "I can have all <em>that</em> on my website without knowing a thing about coding?"</p>\r\n<p align="justify">As with all of our themes, the interface has a professional feel and it''s easy to work with. Just pick a color scheme from a vast color palette, choose a typeface (font) for your lettering, upload your logo, decide on a layout, and you’re ready to go. Extra customization is a breeze (and also kinda fun!).</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Oct 2011 08:33:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:62:"http://thethefly.com/wp-content/uploads/2011/10/screenshot.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://demo.thethefly.com?theme=dream";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://thethefly.com/members/forms/thethe-dream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"TheThe Photographer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1385:"<h2>TheThe Photographer Theme Introduction Video</h2>\r\n\r\n<p align="center">\r\n\r\nhttp://www.youtube.com/watch?v=dhY6rI3UloI&hd=1\r\n\r\n</p>\r\n\r\n<p align="center"><a href="http://www.youtube.com/watch?v=dhY6rI3UloI&hd=1&list=PLD0D69882210534A1&feature=viewall" target="blank">View all videos from our <strong>TheThe Photographer YouTube playlist</strong></a>.</p>\r\n\r\n\r\n<div class="note inset-right">\r\n<ul class="checkbox">\r\n	<li>Pre-designed Color Schemes</li>\r\n	<li>Custom Colors Option</li>\r\n	<li>Custom Logo Uploader</li>\r\n	<li>Pre-designed Textures</li>\r\n	<li>Drop-down Menus</li>\r\n	<li>Standard Post Formats Support</li>\r\n</ul>\r\n</div>\r\n<p align="justify"><strong>TheThe Photographer</strong> is a clean, elegant photoblog theme designed for professional and amateur photographers alike. Easy to use and fully customizable, TheThe Photographer has an impressive set of features usually confined to the priciest themes out there.</p>\r\n<p align="justify">Our rigorously tested interface offers optimal control over the look and feel of the site while also making life simple for the technologically challenged. Just pick a color scheme from a vast color palette, choose a typeface (font) for your lettering, upload your logo, choose a layout, and you''re ready to go.</p>\r\n\r\n<h2>TheThe Photographer Screenshot Gallery</h2>\r\nClick a screenshot to view the gallery in a lightbox.\r\n\r\n[gallery]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Sep 2011 09:36:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:63:"http://thethefly.com/wp-content/uploads/2011/09/screenshot1.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://demo.thethefly.com?theme=photographer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://thethefly.com/members/forms/thethe-photographer/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:12:"TheThe Media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1320:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>WP Custom Background Support</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n\r\n<p align="justify"><strong>TheThe Media is a flexible newspaper style premium WordPress theme</strong>. It works well with all popular page width settings: fixed 960px, 1200 px (as shown on our demo server) or even 100%. The menu of the theme designed in the way to make all first level menu items to be visible even if you have tens of them.</p> \r\n\r\n \r\n<p align="justify">This theme is pretty universal and suits for a variety of blog categories, including Business (Corporate and e-commerce), City Portal, Classifieds, CMS, Community Directories, Newspaper/Magazines, Web Hosting and Web Portal.</p>\r\n\r\n<p align="justify">Since this theme is efficient and easy to set up and maintain, it allows you more time to focus on your business and less time worrying about site maintenance! If you''re looking for a theme that''s adaptable, clean, crisp, and professional, <strong>TheThe Media</strong> WordPress theme delivers.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Sep 2011 00:01:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:62:"http://thethefly.com/wp-content/uploads/2011/09/screenshot.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://demo.thethefly.com?theme=media";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://thethefly.com/members/forms/thethe-media/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"TheThe Artist";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1211:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>Pre-designed Textures</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify"><strong>TheThe Artist</strong> theme was designed for newbie to expert WordPress users whose business is art, photo, design, writing or any other creative endeavor. You will love this theme for its style that will impress your visitors.</p>  \r\n\r\n<p align="justify">Customization with this template is quick and easy! Just pick a color scheme from a vast color pallet, choose a typeface (font) for your lettering, upload your logo, configure a layout and you''re ready to go. </p>\r\n\r\n<p align="justify"> The interface of this theme is professional and easy to use.  <strong>TheThe Artist</strong> WordPress theme adds polished, refined style to your web content.  With a few clicks and customizations, your website will be primed and equipped for steady traffic.</p>\r\n\r\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Aug 2011 08:12:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:63:"http://thethefly.com/wp-content/uploads/2011/08/screenshot1.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://demo.thethefly.com?theme=artist";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://thethefly.com/members/forms/thethe-artist/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"TheThe Mini";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1907:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>Salespage Template</li>\r\n  <li>Squeeze Page Template</li>\r\n  <li>Marketing Graphics</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify"><strong>TheThe Mini WordPress theme is a minimalistic theme of a super light weight.</strong></p> \r\n\r\n<p align="justify">Yet it still works well for either your <strong>personal blog</strong> or <strong>corporate, business</strong> website. Being a pretty minimal and clean it contains next to no graphics for the design itself. Instead, CSS3 is used for coner radiuses all around the theme. The theme contains two types of the main menu pre-designed: <em>classic drop-down</em> and <em>inline drop-down</em>. Do not forget to try both!</p>\r\n\r\n<p align="justify">Customization with this template is quick and easy! Just pick a color scheme from a list of available color pallets or enter <u>your own colors</u>, choose a font for your lettering, configure layout and you''re ready to go. To customize your blog further, you can upload your custom logo and favicon.</p>\r\n\r\n<p><center>\r\n<img src="http://thethefly.com/wp-content/uploads/2011/07/squeezepage.jpg" alt="thethe mini - premium wordpress theme - squeeze page" title="thethe mini - premium wordpress theme - squeeze page" width="300" height="268" class="alignnone size-full wp-image-1964" /></center></p>\r\n\r\n<p align="justify"><strong>TheThe Mini WordPress theme</strong> includes <em>salespage</em> and <em>squeeze page</em> templates. Now you can create several stunning landing pages in a matter of minutes. With this theme, set up and maintenance has never been easier!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Aug 2011 00:01:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:62:"http://thethefly.com/wp-content/uploads/2011/08/screenshot.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://demo.thethefly.com/?theme=mini";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://thethefly.com/members/forms/thethe-mini/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"TheThe Portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1418:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>Custom Background Support</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify">This clean, elegant theme comes in grayscale colors with one optional highlighting color. The subtle tones that embody <strong>TheThe Portfolio</strong> WP theme allow your widgets, images, videos, text, and other content to be the focus of the website.</p>\r\n\r\n<p align="justify"><strong>TheThe Portfolio</strong> WordPress theme adds polished, refined style to your web content. With a few clicks and customizations, your website will be primed and equipped for steady traffic from clients and colleagues.</p>\r\n\r\n<p align="justify">Make your site legitimate and aesthetically pleasing with <strong>TheThe Portfolio</strong> WP theme.  This theme is very approachable to your audience, which will encourage people to freely navigate your website. </p>\r\n\r\n<p align="justify">When choosing a WordPress theme, you want a template that is visually appealing, yet not overwhelming, and <strong>TheThe Portfolio</strong> theme is an excellent theme to accomplish this task.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Jul 2011 09:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:63:"http://thethefly.com/wp-content/uploads/2011/07/screenshot1.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://demo.thethefly.com?theme=portfolio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://thethefly.com/members/forms/thethe-portfolio/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"TheThe Elegance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1418:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>Pre-designed Textures</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify"><strong>TheThe Elegance</strong> WordPress theme is super elegant and works well for either your personal blog, corporate website or digital product sales site. </p>  \r\n\r\n<p align="justify">Customization with this template is quick and easy! Just pick a color scheme from a vast color pallet, choose a typeface (font) for your lettering, configure a layout and you''re ready to go. </p>  \r\n\r\n<p align="justify">With <strong>TheThe Elegance</strong> theme, set up and maintenance has never been easier! Whether you are a start-up company or a brand that has been around a while, this theme adds a new dimension to your blogs, photos, and video content.</p>\r\n\r\n<p align="justify"> The interface of this theme is professional, yet easy to use.  <strong>TheThe Elegance</strong> WordPress theme adds polished, refined style to your web content.  With a few clicks and customizations, your website will be primed and equipped for steady traffic from clients and colleagues.</p>\r\n\r\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Jul 2011 05:07:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:63:"http://thethefly.com/wp-content/uploads/2011/07/screenshot2.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://demo.thethefly.com?theme=elegance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://thethefly.com/members/forms/thethe-elegance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"TheThe Promotion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1778:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>WP Custom Header Support</li>\r\n  <li>WP Custom Background Support</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>Salespage Template</li>\r\n  <li>Squeeze Page Template</li>\r\n  <li>Marketing Graphics</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify"><strong>TheThe Promotion</strong> WordPress 3.x theme was designed to promote your business, brand, products or services. It is a premium, highly efficient theme. If you’re still searching for a high-end, professional looking theme package look no further. </p>\r\n\r\n<p align="justify"><strong>TheThe Promotion</strong> theme has all the features you need to start producing great looking pages that are easy to set up and easy to maintain! The theme also includes sales page and squeeze page templates.</p>\r\n\r\n<p><center><img src="http://thethefly.com/wp-content/uploads/2011/05/thethe-promotion-squeeze-page-screenshot-blue-200.jpg" alt="thethe-promotion-squeeze-page-screenshot" title="thethe-promotion-squeeze-page-screenshot-blue-200" width="200" height="176" class="" /></center></p>\r\n\r\n<p align="justify">The bright main color makes <strong>TheThe Promotion</strong> theme look attractive. This theme is for no doubt one of the best themes to sell on the Web. Every theme available online will say similar things to reel you in, but you can <a href="http://demo.thethefly.com?theme=promotion" target=_blank">try the theme''s live demo</a>  to see for yourself that what we say is true!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Jul 2011 01:05:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:62:"http://thethefly.com/wp-content/uploads/2011/07/screenshot.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:41:"http://demo.thethefly.com?theme=promotion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://thethefly.com/members/forms/thethe-promotion/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:13:"Free Fly 2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1644:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>WP Custom Header Support</li>\r\n  <li>WP Custom Background Support</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify"><strong>Free Fly 2011</strong> is the first <u>FREE</u> and really <u>MODULAR</u> WP theme that supports more than 20 fully collapsible widget areas, <u>Mega Drop-Down</u> menu with icons, <u>UNLIMITED COLORS</u>, all up-to-date WP innovations like <em>Custom Menu, Background, Header</em> as well as all standard post formats including <em>Image Gallery</em> and <em>Video</em>.</p>\r\n\r\n<p align="justify">If you''re launching a news portal, <strong>Free Fly 2011</strong> is the theme for you! However, this theme is pretty universal and it works well for a variety of blog categories, including Business (Corporate and e-commerce), Cars (Auto, City Portal, Classifieds, CMS), Community Directories, Newspaper/Magazines, Web Hosting and Web Portal, Hotel and Travel, Real Estate, those who want a clean minimalist site appearance.</p>\r\n\r\n<p align="justify">Since this theme is efficient and easy to set up and maintain, it allows you more time to focus on your business and less time worrying about site maintenance! If you''re looking for a theme that''s adaptable, clean, crisp, and professional, <strong>Free Fly 2011</strong> WordPress theme delivers.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 15 Jul 2011 00:23:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:63:"http://thethefly.com/wp-content/uploads/2011/07/screenshot5.png";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://demo.thethefly.com?theme=freefly2011";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://thethefly.com/members/forms/freeclub/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:4:"FREE";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:29:"\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"TheThe Marketing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1689:"<div class="note inset-right">\r\n<ul class="checkbox">\r\n  <li>Pre-designed Color Schemes</li>\r\n  <li>Custom Colors Option</li>\r\n  <li>Custom Logo Uploader</li>\r\n  <li>WP Custom Header Support</li>\r\n  <li>WP Custom Background Support</li>\r\n  <li>Mega Drop-Down Menu</li>\r\n  <li>Menu Icons Option</li>\r\n  <li>Both Fixed and Fluid Layouts</li>\r\n  <li>Pre-designed HTML Boxes</li>\r\n  <li>Salespage Template</li>\r\n  <li>Squeeze Page Template</li>\r\n  <li>Marketing Graphics</li>\r\n  <li>TheThe Fly Plugins Styles</li>\r\n  <li>WP Post Formats Support</li>\r\n</ul>\r\n</div>\r\n\r\n<p align="justify"><strong>TheThe Marketing</strong> WordPress theme works well for either your personal blog, corporate website or digital product sales mini site.</p>\r\n\r\n<p align="justify">Customization with this template is quick and easy! Just pick a color scheme from a vast array of available color pallets or enter <u>your own colors</u>, choose a typeface (font) for your lettering, configure layout and you''re ready to go. To customize the site further, you can upload your custom logo, favicon and header.</p>\r\n\r\n<p><center><img src="/wp-content/uploads/2010/12/thethe-marketing-squeeze-page-200.jpg" alt="thethe-marketing-squeeze-page" title="thethe-marketing-squeeze-page-200" width="200" height="198" class="" /></center></p>\r\n\r\n<p align="justify"><strong>TheThe Marketing</strong> WordPress theme includes sales page and squeeze page templates. Now you can create several stunning landing pages in a matter of minutes. With this theme, set up and maintenance has never been easier! You''ll be on your way in no time.</p>\r\n<hr class="clr clear" />\r\n<h2>TheThe Marketing WordPress Theme Screenshots</h2>\r\n[gallery]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Jul 2011 00:12:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:20:"http://thethefly.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"url";s:79:"http://thethefly.com/wp-content/uploads/2011/05/thethe-marketing-screenshot.jpg";s:4:"type";s:9:"image/png";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://thethefly.com/xmlns/";a:3:{s:9:"demo_link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://demo.thethefly.com/?theme=marketing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"order_link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://thethefly.com/members/forms/thethe-marketing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"price";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:5:{s:4:"date";s:29:"Fri, 11 Nov 2011 07:20:37 GMT";s:6:"server";s:21:"Apache/2.2.3 (CentOS)";s:12:"x-powered-by";s:9:"PHP/5.3.6";s:10:"connection";s:5:"close";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no'),
(991, 0, 'qtranslate_locales', 'a:15:{s:2:"de";s:5:"de_DE";s:2:"zh";s:5:"zh_CN";s:2:"fi";s:2:"fi";s:2:"fr";s:5:"fr_FR";s:2:"nl";s:5:"nl_NL";s:2:"se";s:5:"sv_SE";s:2:"it";s:5:"it_IT";s:2:"ro";s:5:"ro_RO";s:2:"hu";s:5:"hu_HU";s:2:"ja";s:2:"ja";s:2:"vi";s:2:"vi";s:2:"ar";s:2:"ar";s:2:"pt";s:5:"pt_BR";s:2:"es";s:5:"es_ES";s:2:"en";s:5:"en_US";}', 'yes'),
(992, 0, 'qtranslate_na_messages', 'a:15:{s:2:"de";s:58:"Leider ist der Eintrag nur auf %LANG:, : und % verfügbar.";s:2:"zh";s:50:"对不起，此内容只适用于%LANG:，:和%。";s:2:"fi";s:92:"Anteeksi, mutta tämä kirjoitus on saatavana ainoastaan näillä kielillä: %LANG:, : ja %.";s:2:"fr";s:65:"Désolé, cet article est seulement disponible en %LANG:, : et %.";s:2:"nl";s:78:"Onze verontschuldigingen, dit bericht is alleen beschikbaar in %LANG:, : en %.";s:2:"sv";s:66:"Tyvärr är denna artikel enbart tillgänglig på %LANG:, : och %.";s:2:"it";s:71:"Ci spiace, ma questo articolo è disponibile soltanto in %LANG:, : e %.";s:2:"ro";s:67:"Din păcate acest articol este disponibil doar în %LANG:, : și %.";s:2:"hu";s:73:"Sajnos ennek a bejegyzésnek csak %LANG:, : és % nyelvű változata van.";s:2:"ja";s:97:"申し訳ありません、このコンテンツはただ今　%LANG:、 :と %　のみです。";s:2:"vi";s:63:"Rất tiếc, mục này chỉ tồn tại ở %LANG:, : và %.";s:2:"ar";s:73:"عفوا، هذه المدخلة موجودة فقط في %LANG:, : و %.";s:2:"pt";s:70:"Desculpe-nos, mas este texto esta apenas disponível em %LANG:, : y %.";s:2:"es";s:68:"Disculpa, pero esta entrada está disponible sólo en %LANG:, : y %.";s:2:"en";s:55:"Sorry, this entry is only available in %LANG:, : and %.";}', 'yes'),
(3710, 0, '_site_transient_timeout_browser_834e30cbb8c5cfee6adcbf10488779bf', '1337375349', 'yes'),
(3711, 0, '_site_transient_browser_834e30cbb8c5cfee6adcbf10488779bf', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"18.0.1025.168";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(5452, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1349512503', 'no'),
(5457, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1349469303', 'no'),
(5450, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1349512503', 'no'),
(977, 0, '_site_transient_timeout_browser_addb78cb9647c8eab79f8aa500ecbe27', '1322105041', 'yes'),
(978, 0, '_site_transient_browser_addb78cb9647c8eab79f8aa500ecbe27', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:3:"8.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"6";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(3566, 0, '_site_transient_timeout_browser_3883827dccb7f5f7ebf5bc7d38c5f405', '1335892727', 'yes'),
(3567, 0, '_site_transient_browser_3883827dccb7f5f7ebf5bc7d38c5f405', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"18.0.1025.165";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(1783, 0, '_site_transient_timeout_browser_9ea89f5f86f7c975f19459a090d365af', '1323822893', 'yes'),
(1784, 0, '_site_transient_browser_9ea89f5f86f7c975f19459a090d365af', 'a:8:{s:4:"name";s:6:"Safari";s:7:"version";s:3:"5.1";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:3:"5.1";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(5420, 0, '_transient_timeout_plugin_slugs', '1349487003', 'no'),
(5421, 0, '_transient_plugin_slugs', 'a:50:{i:0;s:33:"addthis/addthis_social_widget.php";i:1;s:19:"akismet/akismet.php";i:2;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:3;s:21:"bookings/bookings.php";i:4;s:21:"calendar/calendar.php";i:5;s:15:"clima/clima.php";i:6;s:36:"contact-form-7/wp-contact-form-7.php";i:7;s:29:"contactme/contactmedotcom.php";i:8;s:41:"convert-post-types/convert-post-types.php";i:9;s:31:"custom-tables/custom-tables.php";i:10;s:38:"custom-tables/custom-tables-search.php";i:11;s:38:"custom-tables/custom-tables-widget.php";i:12;s:21:"exec-php/exec-php.php";i:13;s:44:"featured-content-gallery/content-gallery.php";i:14;s:25:"formidable/formidable.php";i:15;s:29:"gallery-only/gallery_only.php";i:16;s:9:"hello.php";i:17;s:41:"ical-for-wp-calendar/ical-wp-calendar.php";i:18;s:54:"interconnect-it-weather-widget/icit-weather-widget.php";i:19;s:43:"ios-alternate-theme/ios_alternate_theme.php";i:20;s:45:"link-to-your-content/link_to_your_content.php";i:21;s:39:"mce-table-buttons/mce_table_buttons.php";i:22;s:27:"my-calendar/my-calendar.php";i:23;s:25:"my-weather/my_weather.php";i:24;s:29:"nextgen-gallery/nggallery.php";i:25;s:33:"nggGalleryview/nggGalleryview.php";i:26;s:55:"ninja-page-categories-and-tags/ninja_page_cats_tags.php";i:27;s:28:"oqey-gallery/oqeygallery.php";i:28;s:31:"page-links-to/page-links-to.php";i:29;s:33:"photo-galleria/photo-galleria.php";i:30;s:19:"phpexec/phpexec.php";i:31;s:41:"post-type-switcher/post-type-switcher.php";i:32;s:25:"qtranslate/qtranslate.php";i:33;s:41:"shortcode-exec-php/shortcode-exec-php.php";i:34;s:49:"smart-slideshow-widget/smart-slideshow-widget.php";i:35;s:25:"sm-gallery/sm-gallery.php";i:36;s:21:"sociable/sociable.php";i:37;s:40:"media-share-drop-down-menu/social-wp.php";i:38;s:55:"sponsors-slideshow-widget/sponsors-slideshow-widget.php";i:39;s:43:"thethe-image-slider/thethe-image-slider.php";i:40;s:55:"ultimate-tag-cloud-widget/ultimate-tag-cloud-widget.php";i:41;s:34:"wordpress-weather-widget/index.php";i:42;s:33:"wp-reservation/wp-reservation.php";i:43;s:35:"wp-simpleviewer/wp-simpleviewer.php";i:44;s:39:"wp-table-reloaded/wp-table-reloaded.php";i:45;s:26:"wp-calendar/fsCalendar.php";i:46;s:39:"wp-compare-tables/wp-compare-tables.php";i:47;s:27:"wp-exec-php/wp-exec-php.php";i:48;s:14:"1.4.x/wpig.php";i:49;s:28:"wp-photo-album-plus/wppa.php";}', 'no'),
(159, 0, 'recently_activated', 'a:0:{}', 'yes'),
(4949, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1345681741', 'yes'),
(4950, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"3211";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"2116";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1981";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1623";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1562";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1387";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1109";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"1090";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"1084";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"1051";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"1006";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"923";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"845";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"792";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"746";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"676";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"674";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"660";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"650";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"602";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"579";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"565";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"547";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"547";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"479";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"471";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"471";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"457";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"456";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"453";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"437";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"419";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"413";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"402";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"390";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"388";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"388";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"367";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"361";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"360";}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(163, 0, 'widget_utcw', 'a:2:{i:2;a:42:{s:5:"title";s:4:"Tags";s:9:"size_from";s:2:"10";s:7:"size_to";s:2:"20";s:3:"max";s:2:"60";s:14:"letter_spacing";s:6:"normal";s:12:"word_spacing";s:6:"normal";s:11:"tag_spacing";s:4:"auto";s:11:"line_height";s:7:"inherit";s:7:"minimum";s:1:"1";s:18:"hover_border_width";s:3:"0px";s:17:"link_border_width";s:3:"0px";s:8:"days_old";s:1:"0";s:9:"separator";s:1:" ";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:7:"reverse";b:0;s:9:"tags_list";a:0:{}s:9:"color_set";a:0:{}s:7:"authors";a:0:{}s:14:"case_sensitive";b:0;s:9:"page_tags";b:1;s:10:"show_title";b:0;s:5:"debug";b:0;s:15:"color_span_from";s:0:"";s:13:"color_span_to";s:0:"";s:13:"link_bg_color";s:0:"";s:17:"link_border_color";s:0:"";s:14:"hover_bg_color";s:0:"";s:18:"hover_border_color";s:0:"";s:8:"taxonomy";s:8:"post_tag";s:5:"order";s:5:"count";s:5:"color";s:4:"none";s:4:"case";s:9:"uppercase";s:14:"tags_list_type";s:7:"exclude";s:14:"link_underline";s:2:"no";s:9:"link_bold";s:2:"no";s:11:"link_italic";s:7:"default";s:17:"link_border_style";s:4:"none";s:15:"hover_underline";s:7:"default";s:10:"hover_bold";s:2:"no";s:12:"hover_italic";s:7:"default";s:18:"hover_border_style";s:4:"none";}s:12:"_multiwidget";i:1;}', 'yes'),
(2492, 0, '_site_transient_timeout_wporg_theme_feature_list', '1324009372', 'yes'),
(2493, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
(552, 0, 'photo_galleria', 'a:7:{s:6:"design";s:7:"classic";s:6:"height";s:0:"";s:5:"width";s:0:"";s:10:"transition";s:5:"slide";s:5:"color";s:0:"";s:5:"image";s:5:"large";s:8:"autoplay";i:0;}', 'yes'),
(340, 0, '_transient_all_the_cool_cats', '1', 'yes'),
(207, 0, 'ss_twitterwidget', '', 'yes'),
(208, 0, 'ss_facebookwidget', '', 'yes'),
(209, 0, 'ss_googlepluswidget', '', 'yes'),
(210, 0, 'ss_facebook', 'on', 'yes'),
(211, 0, 'ss_twitter', 'on', 'yes'),
(212, 0, 'ss_email', 'on', 'yes'),
(213, 0, 'ss_blogger', '', 'yes'),
(214, 0, 'ss_delicious', '', 'yes'),
(215, 0, 'ss_digg', '', 'yes'),
(216, 0, 'ss_google', 'on', 'yes'),
(217, 0, 'ss_myspace', '', 'yes'),
(218, 0, 'ss_stumbleupon', '', 'yes'),
(219, 0, 'ss_yahoo', '', 'yes'),
(220, 0, 'ss_reddit', '', 'yes'),
(221, 0, 'ss_technorati', '', 'yes'),
(222, 0, 'ss_rss', '', 'yes'),
(223, 0, 'ss_title', 'Did you like this? Share it:', 'yes'),
(224, 0, 'ss_iconsize', '32', 'yes'),
(230, 0, 'sociable_known_sites', 'a:25:{s:8:"Facebook";a:3:{s:7:"favicon";s:12:"facebook.png";s:3:"url";s:57:"http://www.facebook.com/share.php?u=PERMALINK&amp;t=TITLE";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-48px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:5:"-96px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-144px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-192px";i:1;s:3:"0px";}}}s:16:"Facebook Counter";a:4:{s:7:"counter";i:1;s:7:"favicon";s:15:"likecounter.png";s:3:"url";s:284:"<iframe src="http://www.facebook.com/plugins/like.php?href=PERMALINKCOUNT&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe>";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-48px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:5:"-96px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-144px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-192px";i:1;s:3:"0px";}}}s:7:"Myspace";a:3:{s:7:"favicon";s:11:"myspace.png";s:3:"url";s:68:"http://www.myspace.com/Modules/PostTo/Pages/?u=PERMALINK&amp;t=TITLE";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:3:"0px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:3:"0px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:3:"0px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:3:"0px";i:1;s:5:"-64px";}}}s:7:"Twitter";a:3:{s:7:"favicon";s:11:"twitter.png";s:3:"url";s:71:"http://twitter.com/intent/tweet?text=TITLE%20-%20PERMALINK%20  SHARETAG";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-144px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-288px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-432px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-576px";i:1;s:5:"-64px";}}}s:15:"Twitter Counter";a:4:{s:7:"counter";i:1;s:7:"favicon";s:11:"twitter.png";s:3:"url";s:244:"<a href="https://twitter.com/share" data-text="TITLECOUNT - PERMALINKCOUNT" data-url="PERMALINKCOUNT" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-144px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-288px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-432px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-576px";i:1;s:5:"-64px";}}}s:8:"LinkedIn";a:3:{s:7:"favicon";s:12:"linkedin.png";s:3:"url";s:120:"http://www.linkedin.com/shareArticle?mini=true&amp;url=PERMALINK&amp;title=TITLE&amp;source=BLOGNAME&amp;summary=EXCERPT";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-144px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-288px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-432px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-576px";i:1;s:3:"0px";}}}s:16:"LinkedIn Counter";a:4:{s:7:"counter";i:1;s:7:"favicon";s:12:"linkedin.png";s:3:"url";s:161:"<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="PERMALINKCOUNT" data-counter="right"></script>";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-144px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-288px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-432px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-576px";i:1;s:3:"0px";}}}s:9:"Delicious";a:3:{s:7:"favicon";s:13:"delicious.png";s:3:"url";s:73:"http://delicious.com/post?url=PERMALINK&amp;title=TITLE&amp;notes=EXCERPT";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-16px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:5:"-32px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:5:"-48px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:5:"-64px";i:1;s:3:"0px";}}}s:4:"Digg";a:3:{s:7:"favicon";s:8:"digg.png";s:3:"url";s:85:"http://digg.com/submit?phase=2&amp;url=PERMALINK&amp;title=TITLE&amp;bodytext=EXCERPT";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-32px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:5:"-64px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:5:"-96px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-128px";i:1;s:3:"0px";}}}s:12:"Digg Counter";a:4:{s:7:"counter";i:1;s:7:"favicon";s:8:"digg.png";s:3:"url";s:372:"<script type=''text/javascript''>(function() {var s = document.createElement(''SCRIPT''), s1 = document.getElementsByTagName(''SCRIPT'')[0];s.type = ''text/javascript'';s.async = true;s.src = ''http://widgets.digg.com/buttons.js'';s1.parentNode.insertBefore(s, s1);})();</script><a href=''http://digg.com/submit?url=PERMALINK&amp;title=TITLE''  class=''DiggThisButton DiggCompact''></a>";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-32px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:5:"-64px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:5:"-96px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-128px";i:1;s:3:"0px";}}}s:6:"Reddit";a:3:{s:7:"favicon";s:10:"reddit.png";s:3:"url";s:54:"http://reddit.com/submit?url=PERMALINK&amp;title=TITLE";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-64px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-128px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-192px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-256px";i:1;s:5:"-64px";}}}s:11:"StumbleUpon";a:3:{s:7:"favicon";s:15:"stumbleupon.png";s:3:"url";s:59:"http://www.stumbleupon.com/submit?url=PERMALINK&title=TITLE";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-112px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-224px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-336px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-448px";i:1;s:5:"-64px";}}}s:19:"StumbleUpon Counter";a:4:{s:7:"counter";i:1;s:7:"favicon";s:15:"stumbleupon.png";s:3:"url";s:87:"<script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=PERMALINKCOUNT"></script>";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-112px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-224px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-336px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-448px";i:1;s:5:"-64px";}}}s:16:"Google Bookmarks";a:4:{s:7:"favicon";s:10:"google.png";s:3:"url";s:102:"http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=PERMALINK&amp;title=TITLE&amp;annotation=EXCERPT";s:11:"description";s:16:"Google Bookmarks";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-96px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-192px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-288px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-384px";i:1;s:3:"0px";}}}s:8:"Google +";a:5:{s:7:"counter";i:1;s:7:"favicon";s:10:"google.png";s:3:"url";s:79:"<g:plusone annotation="bubble" href="PERMALINKCOUNT" size="medium"></g:plusone>";s:11:"description";s:16:"Google Bookmarks";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-96px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-192px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-288px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-384px";i:1;s:3:"0px";}}}s:10:"HackerNews";a:3:{s:7:"favicon";s:15:"hacker_news.png";s:3:"url";s:62:"http://news.ycombinator.com/submitlink?u=PERMALINK&amp;t=TITLE";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-128px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-256px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-384px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-512px";i:1;s:3:"0px";}}}s:11:"MSNReporter";a:4:{s:7:"favicon";s:7:"msn.png";s:3:"url";s:121:"http://reporter.es.msn.com/?fn=contribute&amp;Title=TITLE&amp;URL=PERMALINK&amp;cat_id=6&amp;tag_id=31&amp;Remark=EXCERPT";s:11:"description";s:12:"MSN Reporter";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-176px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-352px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-528px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-704px";i:1;s:3:"0px";}}}s:9:"BlinkList";a:4:{s:7:"favicon";s:13:"blinklist.png";s:3:"url";s:94:"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=PERMALINK&amp;Title=TITLE";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}}s:14:"supportsIframe";b:0;}s:6:"Sphinn";a:3:{s:7:"favicon";s:10:"sphinn.png";s:3:"url";s:66:"http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=PERMALINK";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-96px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-192px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-288px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-384px";i:1;s:5:"-64px";}}}s:9:"Posterous";a:3:{s:7:"favicon";s:13:"posterous.png";s:3:"url";s:81:"http://posterous.com/share?linkto=PERMALINK&amp;title=TITLE&amp;selection=EXCERPT";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-32px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:5:"-64px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:5:"-96px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-128px";i:1;s:5:"-64px";}}}s:6:"Tumblr";a:4:{s:7:"favicon";s:10:"tumblr.png";s:3:"url";s:73:"http://www.tumblr.com/share?v=3&amp;u=PERMALINK&amp;t=TITLE&amp;s=EXCERPT";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-128px";i:1;s:5:"-16px";}i:32;a:2:{i:0;s:6:"-256px";i:1;s:5:"-32px";}i:48;a:2:{i:0;s:6:"-384px";i:1;s:5:"-48px";}i:64;a:2:{i:0;s:6:"-512px";i:1;s:5:"-64px";}}s:14:"supportsIframe";b:0;}s:5:"email";a:4:{s:7:"favicon";s:9:"gmail.png";s:3:"url";s:86:"https://mail.google.com/mail/?view=cm&fs=1&to&su=TITLE&body=PERMALINK&ui=2&tf=1&shva=1";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-80px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-160px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-240px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-320px";i:1;s:3:"0px";}}s:14:"supportsIframe";b:0;}s:13:"Google Reader";a:3:{s:7:"favicon";s:14:"googlebuzz.png";s:3:"url";s:106:"http://www.google.com/reader/link?url=PERMALINK&amp;title=TITLE&amp;srcURL=PERMALINK&amp;srcTitle=BLOGNAME";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:6:"-112px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-224px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-336px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-448px";i:1;s:3:"0px";}}}s:16:"Add to favorites";a:3:{s:7:"favicon";s:13:"favorites.png";s:3:"url";s:28:"javascript:AddToFavorites();";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:5:"-64px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:6:"-128px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:6:"-192px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:6:"-256px";i:1;s:3:"0px";}}}s:4:"More";a:3:{s:7:"favicon";s:8:"more.png";s:3:"url";s:18:"javascript:more();";s:17:"spriteCoordinates";a:4:{i:16;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}i:32;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}i:48;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}i:64;a:2:{i:0;s:3:"0px";i:1;s:3:"0px";}}}}', 'yes'),
(231, 0, 'sociable_options', 'a:13:{s:7:"version";s:5:"4.2.9";s:13:"blogplay_tags";s:1:"1";s:7:"tagline";s:0:"";s:12:"active_sites";a:11:{s:7:"Twitter";s:2:"on";s:8:"Facebook";s:2:"on";s:5:"email";s:2:"on";s:16:"Add to favorites";s:2:"on";s:9:"Delicious";s:2:"on";s:8:"LinkedIn";s:2:"on";s:9:"BlinkList";s:2:"on";s:15:"Twitter Counter";s:2:"on";s:16:"Facebook Counter";s:2:"on";s:8:"Google +";s:2:"on";s:16:"LinkedIn Counter";s:2:"on";}s:9:"icon_size";s:2:"16";s:11:"icon_option";s:7:"option1";s:9:"locations";a:2:{s:9:"is_single";s:2:"on";s:7:"is_page";s:2:"on";}s:14:"automatic_mode";s:2:"on";s:14:"use_stylesheet";s:2:"on";s:10:"use_images";s:2:"on";s:13:"use_alphamask";s:2:"on";s:10:"new_window";s:2:"on";s:6:"active";s:2:"on";}', 'yes'),
(232, 0, 'sociable_helpus', '1', 'yes'),
(3951, 0, 'category_children', 'a:0:{}', 'yes'),
(242, 0, 'theme_mods_twentyeleven', 'a:9:{s:18:"nav_menu_locations";a:1:{s:7:"primary";i:15;}s:16:"background_color";s:3:"CCC";s:16:"header_textcolor";s:5:"blank";s:12:"header_image";s:83:"http://www.careyes.com.mx/web/wp-content/uploads/2012/05/cropped-bannermayo2012.jpg";s:16:"background_image";s:64:"http://www.careyes.com.mx/web/wp-content/uploads/2012/04/bco.jpg";s:22:"background_image_thumb";s:64:"http://www.careyes.com.mx/web/wp-content/uploads/2012/04/bco.jpg";s:17:"background_repeat";s:6:"repeat";s:21:"background_position_x";s:6:"center";s:21:"background_attachment";s:6:"scroll";}', 'yes'),
(243, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:1:{i:0;i:15;}}', 'yes'),
(244, 0, 'twentyeleven_theme_options', 'a:3:{s:12:"color_scheme";s:5:"light";s:10:"link_color";s:7:"#1b8be0";s:12:"theme_layout";s:15:"content-sidebar";}', 'yes'),
(251, 0, '_site_transient_timeout_browser_067660db6614c7fa131dd69c068bc99e', '1320780732', 'yes'),
(252, 0, '_site_transient_browser_067660db6614c7fa131dd69c068bc99e', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"15.0.874.106";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"13";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(774, 0, '_transient_timeout_feed_mod_180d05f62ac9fe838cae124ad59f393e', '1321040186', 'no'),
(775, 0, '_transient_feed_mod_180d05f62ac9fe838cae124ad59f393e', '1320996986', 'no'),
(988, 0, 'qtranslate_default_language', 'en', 'yes'),
(777, 0, 'gallery-width', '626', 'yes'),
(778, 0, 'gallery-height', '540', 'yes'),
(779, 0, 'gallery-info', '', 'yes'),
(780, 0, 'gallery-items', '4', 'yes'),
(781, 0, 'gallery-border-color', '#000', 'yes'),
(782, 0, 'gallery-bg-color', '#000', 'yes'),
(783, 0, 'gallery-text-color', '#FFF', 'yes'),
(784, 0, 'gallery-use-featured-content', '', 'yes'),
(785, 0, 'gallery-use-thumb-image', '', 'yes'),
(786, 0, 'gallery-way', 'old', 'yes'),
(787, 0, 'gallery-items-pages', '', 'yes'),
(788, 0, 'gallery-category', 'recent-events', 'yes'),
(789, 0, 'gallery-fcg-button', '', 'yes'),
(790, 0, 'gallery-fade-duration', '', 'yes'),
(791, 0, 'gallery-delay', '', 'yes'),
(792, 0, 'gallery-randomize-pages', '', 'yes'),
(793, 0, 'gallery-rss-word-quantity', '', 'yes'),
(794, 0, 'gallery-default-transaction', 'continuoushorizontal', 'yes'),
(987, 0, 'qtranslate_enabled_languages', 'a:2:{i:0;s:2:"en";i:1;s:2:"es";}', 'yes'),
(804, 0, 'ngg_options', 'a:71:{s:11:"gallerypath";s:19:"wp-content/gallery/";s:9:"deleteImg";s:1:"1";s:9:"swfUpload";b:0;s:13:"usePermalinks";b:0;s:13:"permalinkSlug";s:9:"nggallery";s:14:"graphicLibrary";s:2:"gd";s:14:"imageMagickDir";s:15:"/usr/local/bin/";s:11:"useMediaRSS";b:0;s:10:"usePicLens";b:0;s:12:"activateTags";b:0;s:10:"appendType";s:4:"tags";s:9:"maxImages";s:1:"0";s:10:"thumbwidth";i:100;s:11:"thumbheight";i:75;s:8:"thumbfix";b:1;s:12:"thumbquality";i:100;s:8:"imgWidth";i:800;s:9:"imgHeight";i:600;s:10:"imgQuality";i:85;s:17:"imgCacheSinglePic";b:1;s:9:"imgBackup";b:1;s:13:"imgAutoResize";b:0;s:9:"galImages";s:2:"20";s:17:"galPagedGalleries";i:0;s:10:"galColumns";i:0;s:12:"galShowSlide";b:1;s:12:"galTextSlide";s:19:"[Show as slideshow]";s:14:"galTextGallery";s:19:"[Show picture list]";s:12:"galShowOrder";s:7:"gallery";s:7:"galSort";s:9:"sortorder";s:10:"galSortDir";s:3:"ASC";s:10:"galNoPages";b:1;s:13:"galImgBrowser";b:0;s:12:"galHiddenImg";b:0;s:10:"galAjaxNav";b:0;s:11:"thumbEffect";s:7:"shutter";s:9:"thumbCode";s:33:"class="shutterset_%GALLERY_NAME%"";s:5:"wmPos";s:8:"botRight";s:6:"wmXpos";i:5;s:6:"wmYpos";i:5;s:6:"wmType";s:4:"text";s:6:"wmPath";s:0:"";s:6:"wmFont";s:9:"arial.ttf";s:6:"wmSize";i:10;s:6:"wmText";s:33:"Official Website of Costa Careyes";s:7:"wmColor";s:6:"000000";s:8:"wmOpaque";s:3:"100";s:8:"enableIR";b:0;s:7:"slideFx";s:4:"fade";s:5:"irURL";s:0:"";s:12:"irXHTMLvalid";b:0;s:7:"irAudio";s:0:"";s:7:"irWidth";i:320;s:8:"irHeight";i:240;s:9:"irShuffle";b:1;s:17:"irLinkfromdisplay";b:1;s:16:"irShownavigation";b:0;s:11:"irShowicons";b:0;s:11:"irWatermark";b:0;s:13:"irOverstretch";s:4:"true";s:12:"irRotatetime";i:10;s:12:"irTransition";s:6:"random";s:10:"irKenburns";b:0;s:11:"irBackcolor";s:6:"000000";s:12:"irFrontcolor";s:6:"FFFFFF";s:12:"irLightcolor";s:6:"CC0000";s:13:"irScreencolor";s:6:"000000";s:11:"activateCSS";s:1:"1";s:7:"CSSfile";s:14:"ngg_shadow.css";s:11:"installDate";i:1321000490;s:12:"hideDonation";b:1;}', 'yes'),
(805, 0, 'ngg_db_version', '1.8.0', 'yes'),
(806, 0, 'widget_ngg-mrssw', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(807, 0, 'widget_slideshow', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(808, 0, 'widget_ngg-images', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3596, 0, '_transient_timeout_feed_mod_4fa38da71e0f5c4f921a79abe092e831', '1335331142', 'no'),
(3597, 0, '_transient_feed_mod_4fa38da71e0f5c4f921a79abe092e831', '1335287942', 'no'),
(3594, 0, '_transient_timeout_feed_4fa38da71e0f5c4f921a79abe092e831', '1335331142', 'no'),
(3595, 0, '_transient_feed_4fa38da71e0f5c4f921a79abe092e831', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:30:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"alex.rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:18:"http://alexrabe.de";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:32:"ALEX RABE | learning by doing...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Apr 2012 09:26:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.3.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:3:{i:0;a:6:{s:4:"data";s:44:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Snow, snow, snow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://alexrabe.de/2012/01/29/snow-snow-snow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://alexrabe.de/2012/01/29/snow-snow-snow/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 29 Jan 2012 20:47:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Allerlei";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Common";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=883";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:42:"\nBack from my ski trip, now back to work.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:386:"<p><a rel="lightbox" href="http://alexrabe.de/wp-content/uploads/IMG_1570.jpg"><img src="http://alexrabe.de/wp-content/uploads/IMG_1570-300x225.jpg" alt="" title="Snow" width="300" height="225" class="aligncenter size-medium wp-image-884" /></a></p>\n<p>Back from my ski trip, now back to work.</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/nxy9sz5_HIs" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://alexrabe.de/2012/01/29/snow-snow-snow/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:44:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Bugfix release V1.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://alexrabe.de/2012/01/17/bugfix-release-v1-9-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://alexrabe.de/2012/01/17/bugfix-release-v1-9-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 17 Jan 2012 19:32:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"NextGEN-Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=878";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"Yes, I&#8217;m still alive ! Terrible busy with my job at the moment and in the spare time I&#8217;m playing Skyrim, which really makes me crazy&#8230; So, NextGEN Gallery development has a little break, hopefully after my vacation next week I can catch up some new energy for a restart.\nAnyway, I&#8217;ve collected a couple of [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:510:"<p>Yes, I&#8217;m still alive ! Terrible busy with my job at the moment and in the spare time I&#8217;m playing Skyrim, which really makes me crazy&#8230; So, NextGEN Gallery development has a little break, hopefully after my vacation next week I can catch up some new energy for a restart.</p>\n<p>Anyway, I&#8217;ve collected a couple of bugfixes the last weeks. The new version 1.9.2 is now avaiable.</p>\n<p>Enjoy !</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/F_Mf_J4JGQw" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://alexrabe.de/2012/01/17/bugfix-release-v1-9-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"97";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Release of NextGEN Gallery 1.9.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://alexrabe.de/2011/11/27/release-o-nextgen-gallery-1-9-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://alexrabe.de/2011/11/27/release-o-nextgen-gallery-1-9-0/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 27 Nov 2011 11:05:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:6:"Common";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=873";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:313:"WordPress 3.3 is coming with big steps, so it&#8217;s time to update NextGEN Gallery. As said in my previous posts, I&#8217;ve included Plupload to this plugin as soon as you jump to WordPress 3.3 version. Moreover I fixed a couple of bugs. Here is a short list :\n\nNEW : Keep images transparency for PNG and [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1489:"<p>WordPress 3.3 is coming with big steps, so it&#8217;s time to update NextGEN Gallery. As said in my previous posts, I&#8217;ve included Plupload to this plugin as soon as you jump to WordPress 3.3 version. Moreover I fixed a couple of bugs. Here is a short list :</p>\n<ul>\n<li>NEW : Keep images transparency for PNG and GIF format</li>\n<li>NEW : Switch to Plupload, support now HTML5 Upload (only with WordPress 3.3)</li>\n<li>NEW : Added client side resize feature (only with WordPress 3.3)</li>\n<li>NEW : Support for gallery templates in album shortcodes [ album id=x template="name" gallery="templatename" ]</li>\n<li>NEW : Added new hook ngg_delete_picture</li>\n<li>Changed : Updated to jQuery Cycle Version 2.9995</li>\n<li>Changed : Always cache the single pictures, remove option</li>\n<li>Bugfix : Couldn&#8217;t use bulk operation for serach results</li>\n<li>Bugfix : Bugfix for Edit thumbnails under IE 8 + 9</li>\n<li>Bugfix : Allow empty altext in ngg.editImage</li>\n<li>Bugfix : Various PHP notice fixes</li>\n<li>Bugfix : Resize fix for Shutter effect and mobile Browser</li>\n<li>Bugfix : FTP Import missing slug field into database</li>\n<li>Bugfix : Check also EXIF field &#8220;DateTimeOriginal&#8221; for timestamp</li>\n</ul>\n<p class="download"><a href="http://wordpress.org/extend/plugins/nextgen-gallery/">Download NextGEN Gallery Version 1.9.0</a><br />\nRelease Version @ wp.org</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/5ucXUEn2IKM" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"http://alexrabe.de/2011/11/27/release-o-nextgen-gallery-1-9-0/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"42";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:28:"http://www.w3.org/1999/xhtml";a:1:{s:4:"meta";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:4:"name";s:6:"robots";s:7:"content";s:7:"noindex";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:2:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";s:4:"href";s:36:"http://feeds.feedburner.com/alexrabe";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"rel";s:3:"hub";s:4:"href";s:32:"http://pubsubhubbub.appspot.com/";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:4:"info";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:3:"uri";s:8:"alexrabe";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"BIGwyQhz/tB9TWxjPPSO6w9M/y8";s:13:"last-modified";s:29:"Tue, 24 Apr 2012 16:55:19 GMT";s:4:"date";s:29:"Tue, 24 Apr 2012 17:19:02 GMT";s:7:"expires";s:29:"Tue, 24 Apr 2012 17:19:02 GMT";s:13:"cache-control";s:18:"private, max-age=0";s:22:"x-content-type-options";s:7:"nosniff";s:16:"x-xss-protection";s:13:"1; mode=block";s:6:"server";s:3:"GSE";}s:5:"build";s:14:"20090627192103";}', 'no'),
(3752, 0, 'unidad', 'ºC', 'yes'),
(1433, 0, '_site_transient_timeout_browser_3168a02a40ad3c0f6159a429c9c2877b', '1323111895', 'yes'),
(1434, 0, '_site_transient_browser_3168a02a40ad3c0f6159a429c9c2877b', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:17:"Internet Explorer";s:7:"version";s:3:"8.0";s:10:"update_url";s:51:"http://www.microsoft.com/windows/internet-explorer/";s:7:"img_src";s:45:"http://s.wordpress.org/images/browsers/ie.png";s:11:"img_src_ssl";s:44:"https://wordpress.org/images/browsers/ie.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(993, 0, 'qtranslate_date_formats', 'a:15:{s:2:"de";s:17:"%A, der %e. %B %Y";s:2:"zh";s:5:"%x %A";s:2:"fi";s:8:"%e.&m.%C";s:2:"fr";s:11:"%A %e %B %Y";s:2:"nl";s:8:"%d/%m/%y";s:2:"sv";s:8:"%Y/%m/%d";s:2:"it";s:8:"%e %B %Y";s:2:"ro";s:12:"%A, %e %B %Y";s:2:"hu";s:12:"%Y %B %e, %A";s:2:"ja";s:15:"%Y年%m月%d日";s:2:"vi";s:8:"%d/%m/%Y";s:2:"ar";s:8:"%d/%m/%Y";s:2:"pt";s:14:"%d de %B de %Y";s:2:"es";s:0:"";s:2:"en";s:0:"";}', 'yes'),
(994, 0, 'qtranslate_time_formats', 'a:15:{s:2:"de";s:5:"%H:%M";s:2:"zh";s:7:"%I:%M%p";s:2:"fi";s:5:"%H:%M";s:2:"fr";s:5:"%H:%M";s:2:"nl";s:5:"%H:%M";s:2:"sv";s:5:"%H:%M";s:2:"it";s:5:"%H:%M";s:2:"ro";s:5:"%H:%M";s:2:"hu";s:5:"%H:%M";s:2:"ja";s:5:"%H:%M";s:2:"vi";s:5:"%H:%M";s:2:"ar";s:5:"%H:%M";s:2:"pt";s:10:"%H:%M hrs.";s:2:"es";s:10:"%H:%M hrs.";s:2:"en";s:8:"%I:%M %p";}', 'yes'),
(995, 0, 'qtranslate_ignore_file_types', 'gif,jpg,jpeg,png,pdf,swf,tif,rar,zip,7z,mpg,divx,mpeg,avi,css,js', 'yes'),
(996, 0, 'qtranslate_url_mode', '1', 'yes'),
(997, 0, 'qtranslate_term_name', 'a:34:{s:9:"Lifestyle";a:2:{s:2:"en";s:9:"Lifestyle";s:2:"es";s:14:"Estilo de Vida";}s:16:"Art &amp; Events";a:2:{s:2:"en";s:16:"Art &amp; Events";s:2:"es";s:18:"Arte &amp; Eventos";}s:7:"Contact";a:2:{s:2:"en";s:7:"Contact";s:2:"es";s:8:"Contacto";}s:8:"Location";a:2:{s:2:"en";s:8:"Location";s:2:"es";s:10:"Ubicación";}s:11:"Real Estate";a:2:{s:2:"en";s:11:"Real Estate";s:2:"es";s:14:"Bienes Raíces";}s:7:"Rentals";a:2:{s:2:"en";s:7:"Rentals";s:2:"es";s:6:"Rentas";}s:18:"Art &amp; Events !";a:2:{s:2:"en";s:18:"Art &amp; Events !";s:2:"es";s:14:"Arte y Eventos";}s:13:"Recent Events";a:2:{s:2:"en";s:13:"Recent Events";s:2:"es";s:17:"Eventos Recientes";}s:12:"New Category";a:2:{s:2:"en";s:12:"New Category";s:2:"es";s:15:"Nueva Categoria";}s:12:"plusCategory";a:2:{s:2:"en";s:12:"plusCategory";s:2:"es";s:13:"plusCategoria";}s:10:"Activities";a:2:{s:2:"en";s:10:"Activities";s:2:"es";s:11:"Actividades";}s:20:"Polo - Recent Events";a:2:{s:2:"en";s:20:"Polo - Recent Events";s:2:"es";s:23:"Polo- Eventos Recientes";}s:11:"This Season";a:2:{s:2:"en";s:11:"This Season";s:2:"es";s:14:"Esta Temporada";}s:12:"Most Popular";a:2:{s:2:"en";s:12:"Most Popular";s:2:"es";s:15:"LO MÁS POPULAR";}s:25:"Lifestyle - Recent Events";a:2:{s:2:"en";s:25:"Lifestyle - Recent Events";s:2:"es";s:29:"Lifestyle - Eventos Recientes";}s:18:"Art- Recent Events";a:2:{s:2:"en";s:18:"Art- Recent Events";s:2:"es";s:23:"Art - Eventos Recientes";}s:14:"Ojo de Careyes";a:2:{s:2:"en";s:14:"Ojo de Careyes";s:2:"es";s:14:"Ojo de Careyes";}s:5:"Press";a:2:{s:2:"en";s:5:"Press";s:2:"es";s:6:"Prensa";}s:6:"Videos";a:2:{s:2:"en";s:6:"Videos";s:2:"es";s:6:"Videos";}s:13:"Real - Villas";a:2:{s:2:"en";s:13:"Real - Villas";s:2:"es";s:14:"Real -  Villas";}s:15:"Real -  Casitas";a:2:{s:2:"en";s:15:"Real -  Casitas";s:2:"es";s:14:"Real - Casitas";}s:14:"Rent - Castles";a:2:{s:2:"en";s:14:"Rent - Castles";s:2:"es";s:17:"Rent -  Castillos";}s:13:"Rent - Villas";a:2:{s:2:"en";s:13:"Rent - Villas";s:2:"es";s:14:"Renta - Villas";}s:14:"Real - Casitas";a:2:{s:2:"en";s:14:"Real - Casitas";s:2:"es";s:14:"Real - Casitas";}s:17:"+Art &amp; Events";a:2:{s:2:"en";s:17:"+Art &amp; Events";s:2:"es";s:19:"+Arte &amp; Eventos";}s:18:"Arte &amp; Eventos";a:2:{s:2:"en";s:18:"Arte &amp; Eventos";s:2:"es";s:18:"Arte &amp; Eventos";}s:14:"Art and Events";a:2:{s:2:"en";s:14:"Art and Events";s:2:"es";s:14:"Arte y Eventos";}s:12:"Mailing List";a:2:{s:2:"en";s:12:"Mailing List";s:2:"es";s:15:"Lista de Correo";}s:14:"Privacy policy";a:2:{s:2:"en";s:14:"Privacy policy";s:2:"es";s:19:"Aviso de privacidad";}s:11:"art gallery";a:2:{s:2:"en";s:11:"art gallery";s:2:"es";s:11:"art gallery";}s:22:"Accomodations - Villas";a:2:{s:2:"en";s:22:"Accomodations - Villas";s:2:"es";s:14:"Renta - Villas";}s:13:"accomodations";a:2:{s:2:"en";s:13:"accomodations";s:2:"es";s:13:"accomodations";}s:19:"accomodations rates";a:2:{s:2:"en";s:19:"accomodations rates";s:2:"es";s:19:"accomodations rates";}s:17:"accomodations VIP";a:2:{s:2:"en";s:17:"accomodations VIP";s:2:"es";s:17:"accomodations VIP";}}', 'yes'),
(998, 0, 'qtranslate_use_strftime', '3', 'yes'),
(999, 0, 'qtranslate_detect_browser_language', '1', 'yes'),
(1000, 0, 'qtranslate_hide_untranslated', '0', 'yes'),
(1001, 0, 'qtranslate_auto_update_mo', '1', 'yes'),
(1002, 0, 'qtranslate_hide_default_language', '1', 'yes'),
(1003, 0, 'qtranslate_qtranslate_services', '0', 'yes'),
(1084, 0, '_site_transient_timeout_browser_61320516fee383c322dfe4cf07f104ca', '1322162063', 'yes'),
(1085, 0, '_site_transient_browser_61320516fee383c322dfe4cf07f104ca', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:5:"4.1.3";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:3:"5.1";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(3598, 0, '_transient_timeout_ngg_related_plugins', '1335374343', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3599, 0, '_transient_ngg_related_plugins', 'O:8:"stdClass":2:{s:4:"info";a:3:{s:4:"page";i:1;s:5:"pages";i:6;s:7:"results";s:3:"129";}s:7:"plugins";a:24:{i:0;O:8:"stdClass":14:{s:4:"name";s:25:"NextGEN Gallery Optimizer";s:4:"slug";s:25:"nextgen-gallery-optimizer";s:7:"version";s:5:"1.0.6";s:6:"author";s:59:"<a href="http://www.markstechnologynews.com">Mark Jeldi</a>";s:14:"author_profile";s:54:"http://wordpress.org/extend/plugins/profile/mark-jeldi";s:12:"contributors";a:1:{s:10:"Mark Jeldi";s:54:"http://wordpress.org/extend/plugins/profile/mark-jeldi";}s:8:"requires";s:5:"3.1.2";s:6:"tested";s:5:"3.3.2";s:13:"compatibility";a:1:{s:5:"3.3.1";a:4:{s:5:"1.0.2";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.0.3";a:3:{i:0;i:40;i:1;i:5;i:2;i:2;}s:5:"1.0.5";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:5:"1.0.6";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}}s:6:"rating";d:83.400000000000005684341886080801486968994140625;s:11:"num_ratings";i:6;s:8:"homepage";N;s:11:"description";s:4272:"<h4>NextGEN Gallery Optimizer</h4>\n\n<p>Improves your site''s page load speed by ensuring NextGEN Gallery''s scripts and styles ONLY load on posts with the [nggallery id=x] shortcode.</p>\n\n<p>It also includes and <em>automatically</em>-integrates the fantastic Fancybox lightbox script, so now you can have gorgeous galleries AND a speedy site! *Requires NextGEN Gallery 1.6.2 and up.</p>\n\n<p>Please note: This basic version currently only supports the <strong>[nggallery id=x]</strong> shortcode.</p>\n\n<h4>NextGEN Gallery Optimizer *Premium*</h4>\n\n<p>Builds on the basic version and adds support for ALL TEN of NextGen''s shortcodes including <strong>[nggallery id=x]</strong>, <strong>[slideshow id=x]</strong>, <strong>[album id=x]</strong>, <strong>[thumb id=x]</strong>, <strong>[singlepic id=x]</strong>, <strong>[imagebrowser id=x]</strong>, <strong>[nggtags gallery&#124;album=mytag]</strong>, <strong>[random max=x]</strong>, <strong>[recent max=x]</strong> and <strong>[tagcloud]</strong>.</p>\n\n<p>It also adds support for the <strong>[Show as slideshow]</strong> link (loading slideshow scripts only after a user clicks-through), precision targeting for <strong>shortcode SUB-pages</strong> (ensuring we only load the scripts we need on each view) and also <strong>removes NextGEN''s version number comment</strong> (for less clutter behind every page).</p>\n\n<p>This donation-based version is available from the plugin settings page, <a href="http://www.markstechnologynews.com/nextgen-gallery-optimizer-premium">or can be downloaded here</a>.</p>\n\n<p>If you have any questions, suggestions, ideas or feedback, please email me at <a href="mailto:mark@markstechnologynews.com">mark@markstechnologynews.com</a></p>\n\n<h4>Key features:</h4>\n\n<ol>\n<li>Improves your WordPress page load speed!</li>\n<li>Prevents NextGEN''s scripts and styles from loading on posts without galleries.</li>\n<li>Lets you easily install the Fancybox lightbox to display your images in style.</li>\n</ol>\n\n<h4>NEW in Version 1.0.6:</h4>\n\n<ol>\n<li>Fully-automated Fancybox installation! (Basic and Premium)</li>\n</ol>\n\n<p>This version features completely automated Fancybox integration with NextGEN Gallery, so now you can be up and running even faster.</p>\n\n<h4>NEW in Version 1.0.5:</h4>\n\n<ol>\n<li>Precision matching with WordPress''s built-in shortcode finder.</li>\n<li>NextGEN Gallery Optimizer <em>Premium</em> (an optional upgrade for a small donation).</li>\n</ol>\n\n<p>This version uses WordPress''s native get_shortcode_regex() function for EXACT shortcode matching, ensuring scripts and styles don''t load unexpectedly unless the FULL shortcode is present. If WordPress doesn''t detect a shortcode, neither do we!</p>\n\n<p>Also, this update introduces the new NextGEN Gallery Optimizer <em>Premium</em> version, which adds support for ALL TEN of NextGen''s shortcodes, support for the [show as slideshow] link, the removal of NextGEN''s version number comment and more.</p>\n\n<h4>NEW in Version 1.0.4:</h4>\n\n<ol>\n<li>Easier set up</li>\n</ol>\n\n<p>This version automatically redirects first time users to the options page on activation and sets a default stylesheet for easier set up.</p>\n\n<h4>NEW in Version 1.0.3:</h4>\n\n<ol>\n<li>Optimized code for better compatibility and page load speed </li>\n<li>Improved settings page</li>\n</ol>\n\n<p>This update results in faster page loads on gallery pages by avoiding duplicate scripts. It reduces the chance of conflicts with other plugins and makes setting up Fancybox even easier.</p>\n\n<h4>NEW in Version 1.0.2:</h4>\n\n<ol>\n<li>Support for WordPress Pages</li>\n<li>Fancybox overlap fix</li>\n<li>Fix for Fancybox not working in IE6 &#38; IE8</li>\n<li>Latest JQuery</li>\n</ol>\n\n<p>This update lets you display galleries on both Posts AND Pages in style, but only load code when they''re present.</p>\n\n<p>It also fixes an issue where some page elements overlap Fancybox and prevent the close button from functioning (in particular the title text, header image and menu bar in Twenty Eleven).</p>\n\n<p>It fixes the "Fancybox not working in IE6 &#38; IE8" issue by automatically updating the Fancybox stylesheet to use the correct file paths, and we''re now running Fancybox on  JQuery version 1.7.1, resulting in faster page loads where galleries are present.</p>";s:17:"short_description";s:129:"Improves your site&#039;s page load speed by preventing NextGEN&#039;s scripts &#38; css from loading on posts without galleries.";}i:1;O:8:"stdClass":14:{s:4:"name";s:24:"JJ NextGen JQuery Slider";s:4:"slug";s:24:"jj-nextgen-jquery-slider";s:7:"version";s:5:"1.3.9";s:6:"author";s:8:"JJ Coder";s:14:"author_profile";s:51:"http://wordpress.org/extend/plugins/profile/jjcoder";s:12:"contributors";a:1:{s:8:"JJ Coder";s:0:"";}s:8:"requires";s:3:"2.8";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:1:{s:5:"3.2.1";a:1:{s:5:"1.3.9";a:3:{i:0;i:67;i:1;i:15;i:2;i:10;}}}s:6:"rating";d:75.19999999999998863131622783839702606201171875;s:11:"num_ratings";i:46;s:8:"homepage";N;s:11:"description";s:6271:"<p>The ''JJ NextGen JQuery Slider'' allows you to create a ''Nivo slider'' (<a href="http://nivo.dev7studios.com/" rel="nofollow">http://nivo.dev7studios.com/</a>) as a widget or as a shortcode.\nThis plugin uses the ''NextGen Gallery'' plugin for its images.</p>\n\n<p>Requirements:</p>\n\n<ul>\n<li>NextGen Gallery Plugin (<a href="http://wordpress.org/extend/plugins/nextgen-gallery/" rel="nofollow">http://wordpress.org/extend/plugins/nextgen-gallery/</a>)</li>\n</ul>\n\n<p>NextGen Gallery Integration:</p>\n\n<ul>\n<li>This plugin uses the original width and height of the image uploaded so make sure the images are the correct dimensions when uploaded.</li>\n<li>Alt &#38; Title Text Field: Provide a full url here and the image will link to this. Only works if alt field starts with either of these; /, http, or ftp.</li>\n<li>Description Field: Will be used as a caption.</li>\n</ul>\n\n<p>You can specify the following parameters:</p>\n\n<p>NOTE: sc means shortcode:</p>\n\n<ul>\n<li>Title: Title for slider. Leave blank for no title. (sc: title="My Slider")</li>\n<li>Gallery: Leave blank to use all galleries or choose a gallery to use. (sc: gallery="galleryid")</li>\n<li>Order: Order to display results in. You can choose; Random, Latest First, Oldest First, or NextGen Sortorder. Random will still work when a page is cached. (sc: order="random"&#124;"asc"&#124;"desc"&#124;"sortorder")</li>\n<li>Tags: comma separated list of tags to filter results by. (sc: tags="tag1, tag2")</li>\n<li>Shuffle: If order is random and this is true will shuffle images with javascript. Useful if your are caching your pages. (sc: shuffle="true"&#124;"false")</li>\n<li>Max pictures: The maximum amount of pictures to use. (sc: max_pictures="6")</li>\n<li>HTML id: HTML id to use. Defaults to ''slider''. Needs to be different for multiple sliders on same page. (sc: html_id="slider")</li>\n<li>Width: Width to use on slider. (sc: width="200")</li>\n<li>Height: Height to use on slider. (sc: height="150")</li>\n<li>Center: Centers content in container. Requires width to be set. (sc: center="1")</li>\n</ul>\n\n<p>Nivo slider settings:</p>\n\n<p>Please check the Nivo slider home page for more details (<a href="http://nivo.dev7studios.com/#usage" rel="nofollow">http://nivo.dev7studios.com/#usage</a>).</p>\n\n<ul>\n<li>effect: Specify sets like: ''fold,fade,sliceDown''. (sc: effect="setting")</li>\n<li>slices: (sc: slices="setting")</li>\n<li>boxCols: (sc: boxcols="setting")</li>\n<li>boxRows: (sc: boxrows="setting")</li>\n<li>animSpeed: Slide transition speed. (sc: animspeed="setting")</li>\n<li>pauseTime: (sc: pausetime="setting")</li>\n<li>startSlide: Set starting Slide (0 index). (sc: startslide="setting")</li>\n<li>directionNav: Next &#38; Prev. (sc: directionnav="setting")</li>\n<li>directionNavHide: Only show on hover. (sc: directionnavhide="setting")</li>\n<li>controlNav: 1,2,3... (sc: controlnav="setting")</li>\n<li>controlNavThumbs: Use thumbnails for Control Nav. You can choose ''nextgen thumbs'''' that will automatically use the image''s thumbnail from nextgen gallery or ''nextgen original'' that will use the current image. (sc: controlnavthumbs="true"&#124;"false"&#124;"nextgen_thumbs"&#124;"nextgen_original")</li>\n<li>thumbsWidth: Resize thumbnail to this width. Recommended to set if using thumbnails. (sc: thumbswidth="20")</li>\n<li>thumbsHeight: Resize thumbnail to this height. Recommended to set if using thumbnails. (sc: thumbsheight="20")</li>\n<li>thumbsContainerHeight: Height for thumbnails container. Calculation should be ''number of thumbnail image rows'' x ''thumbsheight''. (sc: thumbscontainerheight="20")</li>\n<li>thumbsGap: Gap between thumbnails. (sc: thumbsgap="5")</li>\n<li>controlNavThumbsFromRel: Use image rel for thumbs. (sc: controlnavthumbsfromrel="setting")</li>\n<li>controlNavThumbsSearch: Replace this with... (sc: controlnavthumbssearch="setting")</li>\n<li>controlNavThumbsReplace: ...this in thumb Image src. (sc: controlnavthumbsreplace="setting")</li>\n<li>keyboardNav: Use left &#38; right arrows. (sc: keyboardnav="setting")</li>\n<li>pauseOnHover: Stop animation while hovering. (sc: pauseonhover="setting")</li>\n<li>manualAdvanc: Force manual transitions. (sc: manualadvance="setting")</li>\n<li>captionOpacity: Universal caption opacity. (sc: captionopacity="setting")</li>\n<li>Disable captions: (sc: disablecaptions="1")</li>\n<li>beforeChange: (sc: beforechange="setting")</li>\n<li>afterChange: (sc: afterchange="setting")</li>\n<li>slideshowEnd: Triggers after all slides have been shown. (sc: slideshowend="setting")</li>\n<li>lastSlide: Triggers when last slide is shown. (sc: lastslide="setting")</li>\n<li>afterLoad: Triggers when slider has loaded. (sc: afterload="setting")</li>\n</ul>\n\n<p>Nivo Effects:</p>\n\n<ul>\n<li>sliceDown</li>\n<li>sliceDownLeft</li>\n<li>sliceUp</li>\n<li>sliceUpLeft</li>\n<li>sliceUpDown</li>\n<li>sliceUpDownLeft</li>\n<li>fold</li>\n<li>fade</li>\n<li>random</li>\n<li>slideInRight</li>\n<li>slideInLeft</li>\n<li>boxRandom</li>\n<li>boxRain</li>\n<li>boxRainReverse</li>\n<li>boxRainGrow</li>\n<li>boxRainGrowReverse</li>\n</ul>\n\n<p>Shortcodes:</p>\n\n<ul>\n<li>[jj-ngg-jquery-slider html_id="about-slider"]</li>\n<li>[jj-ngg-jquery-slider title="Hello" gallery="1" html_id="about-slider" width="200" height="150" center="1"]</li>\n<li>[jj-ngg-jquery-slider html_id="about-slider" directionnav="false" controlnav="false"]</li>\n</ul>\n\n<p>Try out my other plugins:</p>\n\n<ul>\n<li>JJ NextGen JQuery Carousel (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/</a>)</li>\n<li>JJ NextGen JQuery Cycle (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/</a>)</li>\n<li>JJ NextGen Unload (<a href="http://wordpress.org/extend/plugins/jj-nextgen-unload/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-unload/</a>)</li>\n<li>JJ NextGen Image List (<a href="http://wordpress.org/extend/plugins/jj-nextgen-image-list/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-image-list/</a>)</li>\n<li>JJ SwfObject (<a href="http://wordpress.org/extend/plugins/jj-swfobject/" rel="nofollow">http://wordpress.org/extend/plugins/jj-swfobject/</a>)</li>\n</ul>";s:17:"short_description";s:116:"Allows you to pick a gallery from the &#039;NextGen Gallery&#039; plugin to use as a &#039;JQuery Nivo slider&#039;.";}i:2;O:8:"stdClass":14:{s:4:"name";s:22:"NextGEN Scroll Gallery";s:4:"slug";s:21:"nextgen-scrollgallery";s:7:"version";s:5:"1.8.0";s:6:"author";s:57:"<a href="http://bmo-design.de/">Benedikt Morschheuser</a>";s:14:"author_profile";s:54:"http://wordpress.org/extend/plugins/profile/bmodesign2";s:12:"contributors";a:1:{s:10:"bmodesign2";s:54:"http://wordpress.org/extend/plugins/profile/bmodesign2";}s:8:"requires";s:3:"3.1";s:6:"tested";s:5:"3.2.2";s:13:"compatibility";a:1:{s:5:"3.2.1";a:15:{s:5:"1.4.1";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.4.2";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:"1.5";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:"1.5.3";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:3:"1.6";a:3:{i:0;i:100;i:1;i:8;i:2;i:8;}s:5:"1.6.1";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.6.2";a:3:{i:0;i:100;i:1;i:5;i:2;i:5;}s:3:"1.7";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.7.1";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:5:"1.7.2";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.7.3";a:3:{i:0;i:33;i:1;i:3;i:2;i:1;}s:5:"1.7.4";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:"1.7.5";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:5:"1.7.6";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:5:"1.7.7";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:"rating";d:79.400000000000005684341886080801486968994140625;s:11:"num_ratings";i:60;s:8:"homepage";s:88:"http://software.bmo-design.de/scrollgallery/wordpress-plugin-nextgen-scroll-gallery.html";s:11:"description";s:1966:"<p><strong>Nextgen Scroll Gallery</strong>: A Wordpress Plugin that allows you to use the awesome Mootools <strong>ScrollGallery from BMo-design</strong> on your <strong>NextGen-Gallery</strong> galleries.</p>\n\n<p>If you want to to use this Plugin on your blog, you need to use the very cool Wordpress gallery manager: <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGen Gallery</a>. So install the NextGENeration Gallery Plugin and upload some pictures. Copy the ''[scrollGallery id=xxx]'' tag in your post an replace ''xxx'' with the NextGEN Gallery id, for example with 1.</p>\n\n<p>After the installation, you will find an admin interface, with which you can adjust the plugin settings.</p>\n\n<p>This gallery do not use flash, so no extra browser plugin is required and search engines can crawl your content easily.</p>\n\n<p>If you have some questions or you need instructions look at <a href="http://software.bmo-design.de/scrollgallery/wordpress-plugin-nextgen-scroll-gallery.html">BMo-Design - Nextgen Scroll Gallery</a>. There you will find instructions and discussions, which can help you.</p>\n\n<p>If you want a special adaptation to the needs of your page, you can commission me at <a href="http://BMo-design.de/kontakt/">BMo-Design</a>.</p>\n\n<p>This is stable version 1.8.0. I published <strong>version 2.0.0</strong> but the new structure causes massive CSS errors in many themes.\n<strong>If you are familiar with css you will profit from the new version</strong>. 2.0.0 beta is stored as beta in the repertory. You can download it at <a href="http://wordpress.org/extend/plugins/nextgen-scrollgallery/download/" rel="nofollow">http://wordpress.org/extend/plugins/nextgen-scrollgallery/download/</a>. If you use version 2.0.0 check that the fields "imagearea" and "thumbarea" are <strong>not empty</strong>!</p>\n\n<p><a href="http://software.bmo-design.de/scrollgallery/wordpress-plugin-scroll-gallery-2.html">Read more</a> about version 2.</p>";s:17:"short_description";s:131:"Awesome free JavaScript gallery. BMo-Design&#039;s Mootools Javascript ScrollGallery as a Plugin for the Wordpress NextGEN Gallery.";}i:3;O:8:"stdClass":14:{s:4:"name";s:23:"JJ NextGen JQuery Cycle";s:4:"slug";s:23:"jj-nextgen-jquery-cycle";s:7:"version";s:5:"1.1.2";s:6:"author";s:8:"JJ Coder";s:14:"author_profile";s:51:"http://wordpress.org/extend/plugins/profile/jjcoder";s:12:"contributors";a:1:{s:8:"JJ Coder";s:0:"";}s:8:"requires";s:3:"2.8";s:6:"tested";s:5:"3.1.4";s:13:"compatibility";a:2:{s:5:"3.0.4";a:3:{s:5:"1.0.0";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.0.1";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.0.7";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:"3.3.1";a:1:{s:5:"1.1.2";a:3:{i:0;i:100;i:1;i:6;i:2;i:6;}}}s:6:"rating";d:91.19999999999998863131622783839702606201171875;s:11:"num_ratings";i:18;s:8:"homepage";N;s:11:"description";s:4373:"<p>The ''JJ NextGen JQuery Cycle'' allows you to create a ''Cycle Lite'' (<a href="http://jquery.malsup.com/cycle/lite/" rel="nofollow">http://jquery.malsup.com/cycle/lite/</a>) as a widget or as a shortcode.\nThis plugin uses the ''NextGen Gallery'' plugin for its images.</p>\n\n<p>Requirements:</p>\n\n<ul>\n<li>NextGen Gallery Plugin (<a href="http://wordpress.org/extend/plugins/nextgen-gallery/" rel="nofollow">http://wordpress.org/extend/plugins/nextgen-gallery/</a>)</li>\n</ul>\n\n<p>NextGen Gallery Integration:</p>\n\n<ul>\n<li>This plugin uses the original width and height of the image uploaded so make sure the images are the correct dimensions when uploaded.</li>\n<li>If a width and height are defined under the configuration all images will be resized to those dimensions (Highly recommended).</li>\n<li>Alt &#38; Title Text Field: Provide a full url here and the image will link to this. Only works if alt field starts with either of these; /, http, or ftp.</li>\n<li>Description Field: Will be used as image alt text. If alt text is present but not a valid url alt text will be used instead for image alt text.</li>\n</ul>\n\n<p>You can specify the following parameters:</p>\n\n<p>NOTE: sc means shortcode:</p>\n\n<ul>\n<li>Title: Title. Leave blank for no title. (sc: title="My Cycle Lite")</li>\n<li>Gallery: Leave blank to use all galleries or choose a gallery to use. (sc: gallery="galleryid")</li>\n<li>Order: Order to display results in. You can choose; Random, Latest First, Oldest First, or NextGen Sortorder. Random will still work when a page is cached. (sc: order="random"&#124;"asc"&#124;"desc"&#124;"sortorder")</li>\n<li>Shuffle: If order is random and this is true will shuffle images with javascript. Useful if your are caching your pages. (sc: shuffle="true"&#124;"false")</li>\n<li>Max pictures: The maximum amount of pictures to use. (sc: max_pictures="6")</li>\n<li>HTML id: HTML id to use. Defaults to ''cycle_lite''. Needs to be different for multiple instances on same page. (sc: html_id="cycle_lite")</li>\n<li>Image width: Width of image. Defaults to 200. Recommended to set this. (sc: width="200")</li>\n<li>Image height: Height of image. Defaults to 200. Recommended to set this. Will prevent a floating problem if set. (sc: height="150")</li>\n<li>Center: Centers content in container. Requires width to be set. (sc: center="1")</li>\n</ul>\n\n<p>Cycle Lite settings:</p>\n\n<p>Please check the cycle lite home page form more information (<a href="http://jquery.malsup.com/cycle/lite/" rel="nofollow">http://jquery.malsup.com/cycle/lite/</a>).</p>\n\n<ul>\n<li>timeout: Milliseconds between slide transitions (0 to disable auto advance).. (sc: timeout="4000")</li>\n<li>speed: Speed of the transition (any valid fx speed value). (sc: speed="1000")</li>\n<li>sync: True if in/out transitions should occur simultaneously. (sc: sync="1")</li>\n<li>fit: Force slides to fit container. (sc: fit="0")</li>\n<li>pause: True to enable "pause on hover". (sc: pause="1")</li>\n<li>delay: Additional delay (in ms) for first transition (hint: can be negative). (sc: delay="2)</li>\n</ul>\n\n<p>Shortcode Examples:</p>\n\n<ul>\n<li>[jj-ngg-jquery-cycle html_id="about-cycle-lite" gallery="1" width="200" height="150"]</li>\n<li>[jj-ngg-jquery-cycle title="Hello" html_id="about-cycle-lite" gallery="1" timeout="3000" speed="1000"]</li>\n<li>[jj-ngg-jquery-cycle html_id="about-cycle" gallery="2" width="150" height="100" timeout="3000" speed="1000" fit="1"]</li>\n</ul>\n\n<p>Try out my other plugins:</p>\n\n<ul>\n<li>JJ NextGen JQuery Slider (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/</a>)</li>\n<li>JJ NextGen JQuery Carousel (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/</a>)</li>\n<li>JJ NextGen Unload (<a href="http://wordpress.org/extend/plugins/jj-nextgen-unload/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-unload/</a>)</li>\n<li>JJ NextGen Image List (<a href="http://wordpress.org/extend/plugins/jj-nextgen-image-list/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-image-list/</a>)</li>\n<li>JJ SwfObject (<a href="http://wordpress.org/extend/plugins/jj-swfobject/" rel="nofollow">http://wordpress.org/extend/plugins/jj-swfobject/</a>)</li>\n</ul>";s:17:"short_description";s:115:"Allows you to pick a gallery from the &#039;NextGen Gallery&#039; plugin to use with &#039;JQuery Cycle Lite&#039;.";}i:4;O:8:"stdClass":14:{s:4:"name";s:26:"JJ NextGen JQuery Carousel";s:4:"slug";s:26:"jj-nextgen-jquery-carousel";s:7:"version";s:5:"1.1.8";s:6:"author";s:8:"JJ Coder";s:14:"author_profile";s:51:"http://wordpress.org/extend/plugins/profile/jjcoder";s:12:"contributors";a:1:{s:8:"JJ Coder";s:0:"";}s:8:"requires";s:3:"2.8";s:6:"tested";s:5:"3.1.4";s:13:"compatibility";a:1:{s:5:"3.2.1";a:1:{s:5:"1.1.8";a:3:{i:0;i:67;i:1;i:3;i:2;i:2;}}}s:6:"rating";d:88.2000000000000028421709430404007434844970703125;s:11:"num_ratings";i:27;s:8:"homepage";N;s:11:"description";s:5464:"<p>The ''JJ NextGen JQuery Carousel'' allows you to create a ''JCarousel'' (<a href="http://sorgalla.com/projects/jcarousel/" rel="nofollow">http://sorgalla.com/projects/jcarousel/</a>) as a widget or as a shortcode.\nThis plugin uses the ''NextGen Gallery'' plugin for its images.</p>\n\n<p>Requirements:</p>\n\n<ul>\n<li>NextGen Gallery Plugin (<a href="http://wordpress.org/extend/plugins/nextgen-gallery/" rel="nofollow">http://wordpress.org/extend/plugins/nextgen-gallery/</a>)</li>\n</ul>\n\n<p>NextGen Gallery Integration:</p>\n\n<ul>\n<li>This plugin uses the original width and height of the image uploaded so make sure the images are the correct dimensions when uploaded.</li>\n<li>If a width and height are defined under the configuration all images will be resized to those dimensions (Highly recommended).</li>\n<li>Alt &#38; Title Text Field: Provide a full url here and the image will link to this. Only works if alt field starts with either of these; /, http, or ftp.</li>\n<li>Description Field: Will be used as image alt text. If alt text is present but not a valid url alt text will be used instead for image alt text.</li>\n</ul>\n\n<p>You can specify the following parameters:</p>\n\n<p>NOTE: sc means shortcode:</p>\n\n<ul>\n<li>Title: Title. Leave blank for no title. (sc: title="My Carousel")</li>\n<li>Gallery: Leave blank to use all galleries or choose a gallery to use. (sc: gallery="galleryid")</li>\n<li>Order: Order to display results in. You can choose; Random, Latest First, Oldest First, or NextGen Sortorder. Random will still work when a page is cached. (sc: order="random"&#124;"asc"&#124;"desc"&#124;"sortorder")</li>\n<li>Shuffle: If order is random and this is true will shuffle images with javascript. Useful if your are caching your pages. (sc: shuffle="true"&#124;"false")</li>\n<li>Max pictures: The maximum amount of pictures to use. (sc: max_pictures="6")</li>\n<li>HTML id: HTML id to use. Defaults to ''jcarousel''. Needs to be different for multiple instances on same page. (sc: html_id="jcarousel")</li>\n<li>Skin class: Class of skinning to use. Defaults to use the tango skin. (sc: skin_class="jcarousel-skin-tango")</li>\n<li>Image width: Width of image. Defaults to 75. (sc: width="200")</li>\n<li>Image height: Height of image. Defaults to 75. (sc: height="150")</li>\n<li>Image gap: Gap between images. (sc: gap="5")</li>\n</ul>\n\n<p>JCarousel settings:</p>\n\n<p>Please check the JCarousel home page for more details (<a href="http://sorgalla.com/projects/jcarousel/#Configuration" rel="nofollow">http://sorgalla.com/projects/jcarousel/#Configuration</a>).</p>\n\n<ul>\n<li>vertical: Specifies wether the carousel appears in horizontal or vertical orientation. Changes the carousel from a left/right style to a up/down style carousel. (sc: vertical="setting")</li>\n<li>rtl: Specifies whether the carousel appears in RTL (Right-To-Left) mode. (sc: rtl="setting")</li>\n<li>start: The index of the item to start with. (sc: start="setting")</li>\n<li>offset: The index of the first available item at initialisation. (sc: offset="setting")</li>\n<li>size: Size of existing elements if size is not passed explicitly uses the number of total items. (sc: size="setting")</li>\n<li>scroll: The number of items to scroll by. (sc: scroll="setting")</li>\n<li>visible: If passed, the width/height of the items will be calculated and set depending on the width/height of the clipping, so that exactly that number of items will be visible. (sc: visible="setting")</li>\n<li>animation: The speed of the scroll animation as string in jQuery terms ("slow" or "fast") or milliseconds as integer (See jQuery Documentation). If set to 0, animation is turned off. (sc: animation="setting")</li>\n<li>easing: The name of the easing effect that you want to use (See jQuery Documentation). (sc: easing="setting")</li>\n<li>auto: Specifies how many seconds to periodically autoscroll the content. If set to 0 (default) then autoscrolling is turned off. (sc: auto="setting")</li>\n<li>wrap: Specifies whether to wrap at the first/last item (or both) and jump back to the start/end. Options are "first", "last", "both" or "circular" as string. If set to null, wrapping is turned off (default). (sc: wrap="setting")</li>\n</ul>\n\n<p>Shortcode Examples:</p>\n\n<ul>\n<li>[jj-ngg-jquery-carousel html_id="about-jcarousel" gallery="1"]</li>\n<li>[jj-ngg-jquery-carousel title="Hello" html_id="about-jcarousel" gallery="1" vertical="true"]</li>\n<li>[jj-ngg-jquery-carousel html_id="about-jcarousel" gallery="2" width="150" height="100" visible="2" scroll="1" auto="3"]</li>\n</ul>\n\n<p>Try out my other plugins:</p>\n\n<ul>\n<li>JJ NextGen JQuery Slider (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/</a>)</li>\n<li>JJ NextGen JQuery Cycle (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/</a>)</li>\n<li>JJ NextGen Unload (<a href="http://wordpress.org/extend/plugins/jj-nextgen-unload/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-unload/</a>)</li>\n<li>JJ NextGen Image List (<a href="http://wordpress.org/extend/plugins/jj-nextgen-image-list/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-image-list/</a>)</li>\n<li>JJ SwfObject (<a href="http://wordpress.org/extend/plugins/jj-swfobject/" rel="nofollow">http://wordpress.org/extend/plugins/jj-swfobject/</a>)</li>\n</ul>";s:17:"short_description";s:114:"Allows you to pick a gallery from the &#039;NextGen Gallery&#039; plugin to use as a &#039;JQuery JCarousel&#039;.";}i:5;O:8:"stdClass":14:{s:4:"name";s:21:"JJ NextGen Image List";s:4:"slug";s:21:"jj-nextgen-image-list";s:7:"version";s:5:"1.0.3";s:6:"author";s:8:"JJ Coder";s:14:"author_profile";s:51:"http://wordpress.org/extend/plugins/profile/jjcoder";s:12:"contributors";a:1:{s:8:"JJ Coder";s:0:"";}s:8:"requires";s:3:"2.8";s:6:"tested";s:5:"3.1.4";s:13:"compatibility";a:4:{s:5:"3.0.5";a:1:{s:5:"1.0.0";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:3:"3.1";a:2:{s:5:"1.0.1";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:5:"1.0.3";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:"3.1.3";a:1:{s:5:"1.0.3";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:"3.3.1";a:1:{s:5:"1.0.3";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:"rating";d:100;s:11:"num_ratings";i:7;s:8:"homepage";N;s:11:"description";s:3384:"<p>The ''JJ NextGen List'' allows you to create an image list as a widget or as a shortcode.\nThis plugin uses the ''NextGen Gallery'' plugin for its images.</p>\n\n<p>Requirements:</p>\n\n<ul>\n<li>NextGen Gallery Plugin (<a href="http://wordpress.org/extend/plugins/nextgen-gallery/" rel="nofollow">http://wordpress.org/extend/plugins/nextgen-gallery/</a>)</li>\n</ul>\n\n<p>NextGen Gallery Integration:</p>\n\n<ul>\n<li>This plugin uses the original width and height of the image uploaded so make sure the images are the correct dimensions when uploaded.</li>\n<li>If a width and height are defined under the configuration all images will be resized to those dimensions=.</li>\n<li>Alt &#38; Title Text Field: Provide a full url here and the image will link to this. Only works if alt field starts with either of these; /, http, or ftp.</li>\n<li>Description Field: Will be used as image alt text. If alt text is present but not a valid url alt text will be used instead for image alt text.</li>\n</ul>\n\n<p>You can specify the following parameters:</p>\n\n<p>NOTE: sc means shortcode:</p>\n\n<ul>\n<li>Title: Title. Leave blank for no title. (sc: title="My Image List")</li>\n<li>Gallery: Leave blank to use all galleries or choose a gallery to use. (sc: gallery="galleryid")</li>\n<li>Order: Order to display results in. You can choose; Random, Latest First, Oldest First, or NextGen Sortorder. Random will still work when a page is cached. (sc: order="random"&#124;"asc"&#124;"desc"&#124;"sortorder")</li>\n<li>Shuffle: If order is random and this is true will shuffle images with javascript. Useful if your are caching your pages. (sc: shuffle="true"&#124;"false")</li>\n<li>Orientation: Can pick vertical or horizontal defaults to vertical. (sc: orientation="vertical"&#124;"horizontal")</li>\n<li>Max pictures: The maximum amount of pictures to use. (sc: max_pictures="6")</li>\n<li>HTML id: HTML id to use. Defaults to ''image_list''. Needs to be different for multiple instances on same page. (sc: html_id="image_list")</li>\n<li>Image width: All images with be assigned this width. (sc: width="200")</li>\n<li>Image height: All images with be assigned this height. (sc: height="150")</li>\n<li>Image gap: Gap between images. (sc: gap="5")</li>\n<li>Center: Centers content in container. Requires width to be set. (sc: center="1")</li>\n</ul>\n\n<p>Shortcode Examples:</p>\n\n<ul>\n<li>[jj-ngg-image-list html_id="about-image-list" gallery="1" width="200" height="150"]</li>\n</ul>\n\n<p>Try out my other plugins:</p>\n\n<ul>\n<li>JJ NextGen JQuery Slider (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/</a>)</li>\n<li>JJ NextGen JQuery Carousel (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/</a>)</li>\n<li>JJ NextGen JQuery Cycle (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/</a>)</li>\n<li>JJ NextGen Unload (<a href="http://wordpress.org/extend/plugins/jj-nextgen-unload/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-unload/</a>)</li>\n<li>JJ SwfObject (<a href="http://wordpress.org/extend/plugins/jj-swfobject/" rel="nofollow">http://wordpress.org/extend/plugins/jj-swfobject/</a>)</li>\n</ul>";s:17:"short_description";s:141:"Allows you to pick a gallery from the &#039;NextGen Gallery&#039; plugin to list images from. You can list images vertically or horizontally.";}i:6;O:8:"stdClass":14:{s:4:"name";s:15:"NextGEN Gallery";s:4:"slug";s:15:"nextgen-gallery";s:7:"version";s:5:"1.9.3";s:6:"author";s:43:"<a href="http://alexrabe.de/">Alex Rabe</a>";s:14:"author_profile";s:52:"http://wordpress.org/extend/plugins/profile/alexrabe";s:12:"contributors";a:1:{s:8:"alexrabe";s:52:"http://wordpress.org/extend/plugins/profile/alexrabe";}s:8:"requires";s:3:"3.2";s:6:"tested";s:5:"3.3.2";s:13:"compatibility";a:1:{s:5:"3.2.1";a:8:{s:5:"1.8.0";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.8.2";a:3:{i:0;i:66;i:1;i:64;i:2;i:42;}s:5:"1.8.3";a:3:{i:0;i:77;i:1;i:144;i:2;i:111;}s:5:"1.8.4";a:3:{i:0;i:92;i:1;i:73;i:2;i:67;}s:5:"1.9.0";a:3:{i:0;i:78;i:1;i:41;i:2;i:32;}s:5:"1.9.1";a:3:{i:0;i:86;i:1;i:14;i:2;i:12;}s:5:"1.9.2";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.9.3";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:"rating";d:83.599999999999994315658113919198513031005859375;s:11:"num_ratings";i:2237;s:8:"homepage";s:30:"http://alexrabe.de/?page_id=80";s:11:"description";s:2341:"<p>NextGEN Gallery is a fully integrated Image Gallery plugin for WordPress with a slideshow option. Before I started writing the plugin I studied all the existing image and gallery plugins for WordPress. \nSome of them are really good and well designed, but the gap I filled was a simple administration system at the back end which can also handle multiple galleries.</p>\n\n<p><a href="http://nextgen-gallery.com/">Demonstration</a> &#124;\n<a href="http://alexrabe.de/wordpress-plugins/nextgen-gallery/faq/">FAQ</a>&#124;\n<a href="http://wordpress.org/tags/nextgen-gallery?forum_id=10">Support</a>&#124;\n<a href="http://code.google.com/p/nextgen-gallery/downloads/list?q=label:Translation">Translations</a></p>\n\n<h4>Features</h4>\n\n<ul>\n<li>Templates : You can add custom templates for your theme.</li>\n<li>Media RSS feed : Add the Cooliris Effect to your gallery</li>\n<li>Role settings : Each gallery has a author</li>\n<li>AJAX based thumbnail generator : No more server limitation during the batch process</li>\n<li>Copy/Move : Copy or move images between galleries </li>\n<li>Sortable Albums : Create your own sets of images </li>\n<li>Upload or pictures via a zip-file (Not in Safe-mode)</li>\n<li>Watermark function : You can add a watermark image or text </li>\n<li>JavaScript Effect : Use any available popular image effect : Shutter, Thickbox, Lightbox or Highslide</li>\n<li>Multiple CSS Stylesheet : Use a nice shadow effect for your thumbnails with your own CSS file </li>\n<li>Slideshow : Full integrated slideshow as jQuery or Flash solution</li>\n<li>TinyMCE : Button integration for easy adding the gallery tags</li>\n<li>Sidebar Widget : Show a slideshow, random or recent picture at your sidebar </li>\n<li>Language support : Translated in more than 30 languages</li>\n<li>Translation downloader : Download with one click the new translation file</li>\n<li>Upload tab integration : You have access to all pictures via the upload tab</li>\n<li>Tag support for images : Append related images to your post, create a image tag-cloud</li>\n<li>Meta data support : Import EXIF, IPTC or XMP meta data </li>\n<li>Sort images feature</li>\n<li>Support for XML Sitemaps : Add Images to your sitemaps with the <a href="http://wordpress.org/extend/plugins/wordpress-seo/" title="WordPress SEO by Yoast plugin">WordPress SEO by Yoast plugin</a></li>\n</ul>";s:17:"short_description";s:109:"NextGEN Gallery is a fully integrated Image Gallery plugin for WordPress with dozens of options and features.";}i:7;O:8:"stdClass":14:{s:4:"name";s:17:"JJ NextGen Unload";s:4:"slug";s:17:"jj-nextgen-unload";s:7:"version";s:5:"1.0.2";s:6:"author";s:8:"JJ Coder";s:14:"author_profile";s:51:"http://wordpress.org/extend/plugins/profile/jjcoder";s:12:"contributors";a:1:{s:8:"JJ Coder";s:0:"";}s:8:"requires";s:4:"1.79";s:6:"tested";s:5:"3.1.4";s:13:"compatibility";a:1:{s:5:"3.0.4";a:1:{s:5:"1.0.0";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:"rating";d:100;s:11:"num_ratings";i:1;s:8:"homepage";N;s:11:"description";s:1097:"<p>Prevents NextGen Gallery scripts and style from loading in to header. Useful if you don''t want to use the NextGen Widgets or NextGen Gallery.</p>\n\n<p>Try out my other plugins:</p>\n\n<ul>\n<li>JJ NextGen JQuery Slider (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/</a>)</li>\n<li>JJ NextGen JQuery Carousel (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-carousel/</a>)</li>\n<li>JJ NextGen JQuery Cycle (<a href="http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-jquery-cycle/</a>)</li>\n<li>JJ NextGen Image List (<a href="http://wordpress.org/extend/plugins/jj-nextgen-image-list/" rel="nofollow">http://wordpress.org/extend/plugins/jj-nextgen-image-list/</a>)</li>\n<li>JJ SwfObject (<a href="http://wordpress.org/extend/plugins/jj-swfobject/" rel="nofollow">http://wordpress.org/extend/plugins/jj-swfobject/</a>)</li>\n</ul>";s:17:"short_description";s:127:"Prevents NextGen Gallery scripts and style from loading in to header. Useful if you don&#039;t want to use the NextGen Widgets.";}i:8;O:8:"stdClass":14:{s:4:"name";s:21:"NextGEN Custom Fields";s:4:"slug";s:29:"nextgen-gallery-custom-fields";s:7:"version";s:5:"1.2.2";s:6:"author";s:13:"Shaun Alberts";s:14:"author_profile";s:50:"http://wordpress.org/extend/plugins/profile/shauno";s:12:"contributors";a:1:{s:6:"shauno";s:50:"http://wordpress.org/extend/plugins/profile/shauno";}s:8:"requires";s:5:"2.7.1";s:6:"tested";s:5:"3.3.2";s:13:"compatibility";a:1:{s:5:"3.2.1";a:4:{s:5:"1.1.2";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"1.1.3";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:"1.2";a:3:{i:0;i:67;i:1;i:3;i:2;i:2;}s:5:"1.2.1";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:"rating";d:80.7999999999999971578290569595992565155029296875;s:11:"num_ratings";i:25;s:8:"homepage";N;s:11:"description";s:827:"<p><strong>Please use version 1.0.2 for version of NGG LOWER than 1.7.x.  Please use version 1.1.2 or greater for versions of NGG &#62;= 1.7.x</strong></p>\n\n<p>This plugin was developed to add custom columns to the excellent and popular NextGEN Gallery plugin.  Simply enter the name of your new field(s), select between "input", "textarea" or "dropdown", and the field(s) will be automatically added to the manage images form in the NGG admin panel.\nAnd as of version 0.4, you can now add custom fields to NextGEN galleries too!</p>\n\n<p><strong>QUESTIONS ASKED ON THE FORUM THAT ARE IN THE FAQ WILL NOT BE ANSWERED BY ME</strong></p>\n\n<p>I was recently in a motorcycle accident, and am not online too much anymore anyway.  Feel free to donate via the link on the right to by me a beer and get me through this tough time :)</p>";s:17:"short_description";s:92:"Creates the ability to quickly and easily add custom fields to NextGEN Galleries and Images.";}i:9;O:8:"stdClass":14:{s:4:"name";s:20:"NextGEN Gallery Date";s:4:"slug";s:20:"nextgen-gallery-date";s:7:"version";s:5:"0.1.5";s:6:"author";s:56:"<a href="http://www.cantarano.com">Roberto Cantarano</a>";s:14:"author_profile";s:52:"http://wordpress.org/extend/plugins/profile/robertoc";s:12:"contributors";a:1:{s:17:"Roberto Cantarano";s:0:"";}s:8:"requires";s:3:"3.1";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:0:{}s:6:"rating";d:100;s:11:"num_ratings";i:1;s:8:"homepage";N;s:11:"description";s:944:"<p><strong>Please use at least version 1.8.3 of NextGEN Gallery. This plugin is not tested with lower versions</strong></p>\n\n<p><strong>[ A T T E N T I O N ] NextGEN Gallery core modification required!</strong></p>\n\n<p>Read <a href="http://wordpress.org/extend/plugins/nextgen-gallery-date/installation/">installation page</a></p>\n\n<p>NextGEN Gallery Date is an add-on for the best wordpress gallery plugin i have seen! With my plugin, you can sort galleries by date, show gallery creation and modificatio date inside gallery templates.\nIt adds two new columns for gallery table:</p>\n\n<ul>\n<li><p>added_date (on gallery creation)</p></li>\n<li><p>modified_date (on gallery modification and upload of pics)</p></li>\n</ul>\n\n<h4>Features</h4>\n\n<ul>\n<li>Gallery order by date: Check the Ngg Date admin panel to activate the order options in every manage album page.</li>\n<li>Date info: show 3 kinds of date format (read installation info)</li>\n</ul>";s:17:"short_description";s:112:"This plugin will let you sort the galleries by date and get info about gallery creation (and modification) date.";}i:10;O:8:"stdClass":14:{s:4:"name";s:19:"NextGEN Gallery geo";s:4:"slug";s:19:"nextgen-gallery-geo";s:7:"version";s:3:"0.5";s:6:"author";s:55:"<a href="http://www.frest.de/">Frederic Stuhldreier</a>";s:14:"author_profile";s:53:"http://wordpress.org/extend/plugins/profile/frestde-1";s:12:"contributors";a:1:{s:8:"frest.de";s:53:"http://wordpress.org/extend/plugins/profile/frestde-1";}s:8:"requires";s:5:"3.0.1";s:6:"tested";s:5:"3.3.2";s:13:"compatibility";a:2:{s:5:"3.3.1";a:5:{s:3:"0.3";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:4:"0.32";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:4:"0.35";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:4:"0.41";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:4:"0.42";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}s:5:"3.3.2";a:1:{s:4:"0.50";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}}s:6:"rating";d:73.400000000000005684341886080801486968994140625;s:11:"num_ratings";i:3;s:8:"homepage";s:56:"http://wordpress.org/extend/plugins/nextgen-gallery-geo/";s:11:"description";s:882:"<p>NextGEN Gallery geo is a flexibe plugin, displaying beautiful maps with your photos by using EXIF Data or geocoding.\nThe NextGEN Gallery plugin is required to use this plugin.</p>\n\n<h4>Features</h4>\n\n<ul>\n<li>creating maps with your images, if there is geodata available</li>\n<li>geocoding the gallery-name, if not</li>\n<li>choose between different providers of geocoding</li>\n<li>include your maps by using shortcodes or the php-function, even outside of The Loop</li>\n<li>alternatively, the maps can be included automatically in every post using a gallery</li>\n<li>easy optionspanel: configure any option you desire</li>\n<li>Language support : use your own translation</li>\n<li>Route mode: Linking the images on the map in chronological order. Nice tool, to display your travel route</li>\n<li>Worldmap mode: Showing (and linking) all your gallerys on an overview map</li>\n</ul>";s:17:"short_description";s:120:"NextGEN Gallery geo geo is a flexibe plugin, displaying beautiful maps with your photos by using EXIF Data or geocoding.";}i:11;O:8:"stdClass":14:{s:4:"name";s:21:"NextGEN Image Cropper";s:4:"slug";s:21:"nextgen-image-cropper";s:7:"version";s:3:"1.0";s:6:"author";s:48:"<a href="http://www.omegafi.com">Mitch McCoy</a>";s:14:"author_profile";s:54:"http://wordpress.org/extend/plugins/profile/mitchmccoy";s:12:"contributors";a:1:{s:11:"Mitch McCoy";s:0:"";}s:8:"requires";s:3:"3.0";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:1:{s:5:"3.2.1";a:1:{s:3:"1.0";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:"rating";d:100;s:11:"num_ratings";i:1;s:8:"homepage";s:22:"http://www.omegafi.com";s:11:"description";s:338:"<p>NextGEN Image Cropper uses the jQuery jCrop plugin(included) to allow a user to crop an image within a NextGen gallery.\nUsing NextGen Gallery libraries, a backup of the original image is made and the image is cropped based on selected dimensions and saved.\nThe NextGen image meta data is also updated with the new image dimensions.</p>";s:17:"short_description";s:85:"NextGEN Image Cropper extends the NextGen Gallery plugin to allow cropping of images.";}i:12;O:8:"stdClass":14:{s:4:"name";s:23:"NextGEN Gallery Authors";s:4:"slug";s:23:"nextgen-gallery-authors";s:7:"version";s:5:"0.2.5";s:6:"author";s:56:"<a href="http://www.cantarano.com">Roberto Cantarano</a>";s:14:"author_profile";s:52:"http://wordpress.org/extend/plugins/profile/robertoc";s:12:"contributors";a:1:{s:17:"Roberto Cantarano";s:0:"";}s:8:"requires";s:3:"3.1";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:0:{}s:6:"rating";d:100;s:11:"num_ratings";i:1;s:8:"homepage";N;s:11:"description";s:488:"<p><strong>Please use at least version 1.8.3 of NextGEN Gallery. This plugin is not tested with lower versions</strong></p>\n\n<p><strong>[ A T T E N T I O N ] NextGEN Gallery core modification required!</strong></p>\n\n<p>Read <a href="http://wordpress.org/extend/plugins/nextgen-gallery-authors/installation/">installation page</a></p>\n\n<p>NextGEN Gallery Authors is an add-on for the best wordpress gallery plugin i have seen! With my plugin, you can show galleries filtered by author.</p>";s:17:"short_description";s:59:"This plugin will let you show galleries filtered by author.";}i:13;O:8:"stdClass":14:{s:4:"name";s:29:"WordPress NextGen GalleryView";s:4:"slug";s:29:"wordpress-nextgen-galleryview";s:7:"version";s:5:"0.5.2";s:6:"author";s:53:"<a href="http://blog.hybridindie.com/">John Brien</a>";s:14:"author_profile";s:55:"http://wordpress.org/extend/plugins/profile/hybridindie";s:12:"contributors";a:0:{}s:8:"requires";N;s:6:"tested";s:5:"3.0.5";s:13:"compatibility";a:1:{s:5:"3.2.1";a:1:{s:5:"0.5.2";a:3:{i:0;i:67;i:1;i:6;i:2;i:4;}}}s:6:"rating";d:84;s:11:"num_ratings";i:25;s:8:"homepage";s:23:"http://hybridindie.com/";s:11:"description";s:553:"<p><strong>Nextgen GalleryView</strong>: A Wordpress Plugin that allows you to use the jQuery GalleryView Plugin with your <strong>NextGen-Gallery</strong> galleries.</p>\n\n<p>In order to use the GalleryView Plugin you kinda need to be using <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGen Gallery</a>.</p>\n\n<p>You can see it live on my woodworking portfolio <a href="http://jbmodernwoodworks.com/">John Brien Modern Woodworks</a>.\nYou can read about it on my blog of rants <a href="http://blog.hybridindie.com/">John Brien</a></p>";s:17:"short_description";s:150:"jQuery JavaScript Gallery plugin extending NextGen Gallery&#039;s slideshow abilities without breakage. Uses GalleryView - jQuery Content Gallery Plug";}i:14;O:8:"stdClass":14:{s:4:"name";s:32:"NextGEN İ&#231;in &#214;nizleme";s:4:"slug";s:21:"nextgen-icin-onizleme";s:7:"version";s:3:"1.0";s:6:"author";s:72:"<a href="http://www.suleymanustun.com">S&#252;leyman &#220;ST&#220;N</a>";s:14:"author_profile";s:50:"http://wordpress.org/extend/plugins/profile/sustun";s:12:"contributors";a:0:{}s:8:"requires";N;s:6:"tested";N;s:13:"compatibility";a:1:{s:3:"3.0";a:1:{s:3:"1.0";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:"rating";d:100;s:11:"num_ratings";i:2;s:8:"homepage";s:57:"http://wordpress.org/extend/plugins/nextgen-icin-onizleme";s:11:"description";s:344:"<p>Wordpress yazılarına <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN Gallery</a> uygulaması ile eklenen resimlerden ilkini; otomatik olarak, &#246;zet alanına girilen metnin başında g&#246;sterir. Bunun i&#231;in temanızda &#246;zet alanlar the_excerpt() etiketi ile g&#246;steriliyor olması gerekmektedir.</p>";s:17:"short_description";s:109:"NextGEN Galeri uygulaması kullanılan yazıların &#246;zetlerine otomatik olarak &#246;nizleme resmi ekler.";}i:15;O:8:"stdClass":14:{s:4:"name";s:22:"NextGEN Gallery Voting";s:4:"slug";s:22:"nextgen-gallery-voting";s:7:"version";s:6:"1.10.1";s:6:"author";s:47:"<a href="http://shauno.co.za">Shaun Alberts</a>";s:14:"author_profile";s:50:"http://wordpress.org/extend/plugins/profile/shauno";s:12:"contributors";a:1:{s:6:"shauno";s:50:"http://wordpress.org/extend/plugins/profile/shauno";}s:8:"requires";s:5:"2.9.1";s:6:"tested";s:5:"3.3.2";s:13:"compatibility";a:1:{s:5:"3.2.1";a:4:{s:5:"1.8.2";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:5:"1.9.0";a:3:{i:0;i:100;i:1;i:3;i:2;i:3;}s:5:"1.9.1";a:3:{i:0;i:40;i:1;i:5;i:2;i:2;}s:5:"1.9.2";a:3:{i:0;i:100;i:1;i:4;i:2;i:4;}}}s:6:"rating";d:69.400000000000005684341886080801486968994140625;s:11:"num_ratings";i:38;s:8:"homepage";s:53:"http://shauno.co.za/wordpress-nextgen-gallery-voting/";s:11:"description";s:709:"<p><strong>Please use version 1.5 for version of NGG LOWER than 1.7.x.  Please use version 1.6 or greater for versions of NGG &#62;= 1.7.x</strong></p>\n\n<p>This plugin adds the ability for users to vote on NextGEN Galleries and Images. A few basic options give the ability to limit who can vote on what.</p>\n\n<p>NGG Voting was inspired by a request from <a href="http://www.schlegelphotography.com/">Troy Schlegel of Schlegel Photography</a>.  Please read the FAQ for more info on how it works.</p>\n\n<p>Please read the FAQ, as you are required to add a tag to templates for certain functionality to work!</p>\n\n<p><strong>QUESTIONS ASKED ON THE FORUM THAT ARE IN THE FAQ WILL NOT BE ANSWERED BY ME</strong></p>";s:17:"short_description";s:147:"This plugin adds the ability for users to vote on NextGEN Galleries and Images. A few basic options give the ability to limit who can vote on what.";}i:16;O:8:"stdClass":14:{s:4:"name";s:24:"NextGEN Gallery Comments";s:4:"slug";s:24:"nextgen-gallery-comments";s:7:"version";s:5:"0.1.5";s:6:"author";s:56:"<a href="http://www.cantarano.com">Roberto Cantarano</a>";s:14:"author_profile";s:52:"http://wordpress.org/extend/plugins/profile/robertoc";s:12:"contributors";a:1:{s:17:"Roberto Cantarano";s:0:"";}s:8:"requires";s:5:"2.9.1";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:1:{s:5:"3.2.1";a:2:{s:3:"0.1";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"0.1.3";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:"rating";d:90;s:11:"num_ratings";i:2;s:8:"homepage";N;s:11:"description";s:881:"<p><strong>Please use at least version 1.8.3 of NextGEN Gallery. This plugin is not tested with lower versions</strong></p>\n\n<p>NextGEN Gallery Comments give power to the best wordpress gallery plugin i have seen! With my plugin, now all users can leave comments to your galleries. Comments are also displayed in admin in Comments section and in manage gallery page.</p>\n\n<p>** * * NOTE * * **</p>\n\n<p>For now, comments are show on galleries only when they are not called directly in post/page with shortcode. Example:</p>\n\n<p>[nggallery id=X]  ----&#62; gallery comments are not showed</p>\n\n<p>[album id=X] ----&#62; gallery comments are showed (Not in album list, but inside the gallery page)</p>\n\n<p>I will check in next release to find a way to do it.</p>\n\n<h4>Features</h4>\n\n<ul>\n<li>Template : You can add custom comment form template for your theme. (read F.A.Q.)</li>\n</ul>";s:17:"short_description";s:66:"This plugin add comments (form and list) in every NextGEN Gallery.";}i:17;O:8:"stdClass":14:{s:4:"name";s:19:"NextGEN - Z Cropper";s:4:"slug";s:25:"nextgen-gallery-z-cropper";s:7:"version";s:4:"0.9b";s:6:"author";s:59:"<a href="http://vogelundstrauss.de">Vogel &#38; Strauss</a>";s:14:"author_profile";s:59:"http://wordpress.org/extend/plugins/profile/vogelundstrauss";s:12:"contributors";a:1:{s:18:"vogelundstrauss.de";s:0:"";}s:8:"requires";s:5:"2.8.0";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:0:{}s:6:"rating";d:100;s:11:"num_ratings";i:1;s:8:"homepage";s:59:"http://vogelundstrauss.de/blog/2011/08/wordpress-z-cropper/";s:11:"description";s:897:"<p>Definition: NextGEN ZCropper is a plugin that resizes and crops(!) your pictures while uploading. It will always match your selected width and height, trying to display as much as possible of the original image.\nWhy: I found several people like me requesting an instant crop functionality for NextGEN Gallery Images (not only the thumbnails). Here it is ;) Any feature requests: Go to <a href="http://vogelundstrauss.de/blog" rel="nofollow">http://vogelundstrauss.de/blog</a>\nRequired: This plugin requires <a href="http://alexrabe.de/">Alex Rabe''s</a> - <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN Gallery Plugin</a></p>\n\n<p>To report bugs/give feedback/request support, please visit the vogelundstrauss.de/blog <a href="http://vogelundstrauss.de/blog">wordpress plugin support</a>.</p>\n\n<p><strong>Tested with</strong></p>\n\n<p>NextGEN Gallery 1.8.2 and WP 3.2.x</p>";s:17:"short_description";s:149:"NextGEN Z Cropper is a plugin that resizes and crops(!) your pictures while uploading them (not only thumbnails!). If the picture does not match your";}i:18;O:8:"stdClass":14:{s:4:"name";s:21:"NextGEN Monoslideshow";s:4:"slug";s:21:"nextgen-monoslideshow";s:7:"version";s:5:"0.9.6";s:6:"author";s:43:"<a href="http://alexrabe.de/">Alex Rabe</a>";s:14:"author_profile";s:52:"http://wordpress.org/extend/plugins/profile/alexrabe";s:12:"contributors";a:1:{s:8:"alexrabe";s:52:"http://wordpress.org/extend/plugins/profile/alexrabe";}s:8:"requires";s:3:"2.9";s:6:"tested";s:5:"3.0.5";s:13:"compatibility";a:1:{s:5:"3.2.1";a:1:{s:5:"0.9.6";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:"rating";d:59.400000000000005684341886080801486968994140625;s:11:"num_ratings";i:29;s:8:"homepage";s:59:"http://nextgen-gallery.com/slideshow/nextgen-monoslideshow/";s:11:"description";s:1177:"<p>NextGEN Monoslideshow is a addon plugin for <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" title="NextGEN Gallery">NextGEN Gallery</a> plugin and <a href="http://www.monoslideshow.com/" title="Monoslideshow by Monokai">Monoslideshow</a> flash slideshow.</p>\n\n<p>Monoslideshow is a Flash slideshow to view your images and videos in a web page. It can be placed on every website, in whatever size you want and filled with whatever content you like. It''s designed for maximum flexibility, \nwhether you want to have a professional looking portfolio, or a simple image rotator on your website.</p>\n\n<p><a href="http://nextgen-gallery.com/slideshow/nextgen-monoslideshow/" title="NextgEN Monoslideshow">See here for a Demo</a></p>\n\n<p><strong>You need to have a running NextGEN Gallery installation to use this plugin. Please note that you need to buy Monoslideshow, it''s not included in this plugin.</strong></p>\n\n<h4>Features</h4>\n\n<ul>\n<li>Easy setup : Add the slideshow with just a simple shortcode</li>\n<li>Preset : More than 10 stellar transitions (Ken Burns, 3D, Zoom, etc)</li>\n<li>Integration : Replace the default slideshow with just one click</li>\n</ul>";s:17:"short_description";s:104:"NextGEN Monoslideshow is a addon plugin for NextGEN Gallery plugin and the Monoslideshow flash slideshow";}i:19;O:8:"stdClass":14:{s:4:"name";s:26:"NextGen Gallery SEO titles";s:4:"slug";s:26:"nextgen-gallery-seo-titles";s:7:"version";s:5:"0.2.2";s:6:"author";s:53:"<a href="http://mariokostelac.com">Mario Kostelac</a>";s:14:"author_profile";s:57:"http://wordpress.org/extend/plugins/profile/mariokostelac";s:12:"contributors";a:1:{s:13:"mariokostelac";s:57:"http://wordpress.org/extend/plugins/profile/mariokostelac";}s:8:"requires";s:5:"2.9.0";s:6:"tested";s:5:"2.9.2";s:13:"compatibility";a:7:{s:5:"2.9.2";a:3:{s:3:"0.1";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:3:"0.2";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:5:"0.2.1";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}}s:3:"3.0";a:2:{s:5:"0.2.1";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:5:"0.2.2";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:"3.0.1";a:1:{s:5:"0.2.2";a:3:{i:0;i:0;i:1;i:2;i:2;i:0;}}s:5:"3.0.4";a:1:{s:5:"0.2.2";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}}s:3:"3.1";a:1:{s:5:"0.2.2";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}s:5:"3.1.2";a:1:{s:5:"0.2.2";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:"3.3.1";a:1:{s:5:"0.2.2";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:"rating";d:56;s:11:"num_ratings";i:5;s:8:"homepage";s:37:"http://mariokostelac.com/nextgen-seo/";s:11:"description";s:657:"<p>Simple plugin improves SEO by modifying page titles to become more Google friendly (other search sites too).\nIt adds submenu in NextGen Gallery menu so you can easily configure it!</p>\n\n<p>Plugin is very simple, it removes default nextgen hook for modifying page titles and modify them when it is needed.</p>\n\n<p><strong>Note:</strong> NextGen gallery have to be installed and activated before installing this plugin.</p>\n\n<p>If you have have a question or problem related to plugin, visit <a href="http://mariokostelac.com" title="mariokostelac.com - WP tricks, WP plugins, jQuery">MarioKostelac</a> or drop me a line on mario.kostelac[at]gmail.com.</p>";s:17:"short_description";s:150:"Simple plugin improves SEO by modifying page titles to become more Google friendly (other search sites too).\nIt adds submenu in NextGen Gallery menu s";}i:20;O:8:"stdClass":14:{s:4:"name";s:27:"NextGEN TinyMce Description";s:4:"slug";s:27:"nextgen-tinymce-description";s:7:"version";s:5:"1.3.1";s:6:"author";s:69:"<a href="http://marbu.org">Marco Buttarini &#38; Giorgio Martello</a>";s:14:"author_profile";s:53:"http://wordpress.org/extend/plugins/profile/webgrafia";s:12:"contributors";a:1:{s:15:"Marco Buttarini";s:0:"";}s:8:"requires";s:3:"2.8";s:6:"tested";s:5:"3.1.4";s:13:"compatibility";a:1:{s:5:"3.2.1";a:1:{s:3:"1.1";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:"rating";d:95;s:11:"num_ratings";i:4;s:8:"homepage";s:59:"http://marbu.org/marbu/wordpress-plugin-tinymce-in-nextgen/";s:11:"description";s:123:"<p>NextGEN TinyMce Description simply integrate tinymce wysiwyg to the description of the picture in a NextGEN gallery.</p>";s:17:"short_description";s:86:"NextGEN TinyMce Description add native tinymce to nextgen gallery picture description.";}i:21;O:8:"stdClass":14:{s:4:"name";s:30:"NextGEN Gallery Slidepress XML";s:4:"slug";s:30:"nextgen-gallery-slidepress-xml";s:7:"version";s:5:"1.0.0";s:6:"author";s:51:"<a href="http://www.siegers.biz">Daniel Siegers</a>";s:14:"author_profile";s:51:"http://wordpress.org/extend/plugins/profile/poetter";s:12:"contributors";a:1:{s:7:"poetter";s:51:"http://wordpress.org/extend/plugins/profile/poetter";}s:8:"requires";s:3:"3.0";s:6:"tested";s:5:"3.0.5";s:13:"compatibility";a:1:{s:5:"3.3.2";a:1:{s:5:"1.0.0";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:"rating";i:0;s:11:"num_ratings";i:0;s:8:"homepage";s:67:"http://wordpress.org/extend/plugins/nextgen-gallery-slidepress-xml/";s:11:"description";s:235:"<p>NextGEN Gallery Slidepress XML creates a Slidepress compatible media rss feed for NextGEN Gallery galleries or albums.</p>\n\n<h4>Features</h4>\n\n<ul>\n<li>Slidepress compatible Media RSS feed : Add Slidepress to your gallery</li>\n</ul>";s:17:"short_description";s:118:"NextGEN Gallery Slidepress XML creates a Slidepress compatible media rss feed for NextGEN Gallery galleries or albums.";}i:22;O:8:"stdClass":14:{s:4:"name";s:16:"NextGEN Enhancer";s:4:"slug";s:16:"nextgen-enhancer";s:7:"version";s:5:"1.0.1";s:6:"author";s:59:"<a href="http://www.grendelman.net/">Martijn Grendelman</a>";s:14:"author_profile";s:50:"http://wordpress.org/extend/plugins/profile/tinuzz";s:12:"contributors";a:1:{s:6:"tinuzz";s:50:"http://wordpress.org/extend/plugins/profile/tinuzz";}s:8:"requires";s:3:"3.3";s:6:"tested";s:5:"3.3.2";s:13:"compatibility";a:1:{s:5:"3.3.1";a:1:{s:3:"1.0";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}}}s:6:"rating";d:60;s:11:"num_ratings";i:2;s:8:"homepage";s:47:"https://www.grendelman.net/wp/nextgen-enhancer/";s:11:"description";s:996:"<p>This plugin enhances the functionality of NextGEN Gallery. Its features:</p>\n\n<ul>\n<li>Retaining meta-data across image operations, like resizing.</li>\n<li>Automatic management of image descriptions, using various sources of information.</li>\n<li>Video support in galleries. Videos can be played with your favorite flash\nplayer. No HTML5 yet.</li>\n<li>Page pre- and suffixes for gallery pages. Useful with Hidepost, for example.</li>\n<li>Tzzbox overlay effect, because Lightshadowboxviewclone just isn''t good enough.</li>\n</ul>\n\n<p>It needs NextGEN Gallery version 1.9.0 or higher.</p>\n\n<p>A warning up front: THIS PLUGIN IS NOT FOR EVERYBODY.</p>\n\n<p>It makes certain assumptions about how your content is organised, and it makes\nchanges to your NextGEN Gallery database, although it is configurable in many\nways, and is relatively safe to use.</p>\n\n<p>Please refer to\n<a href="https://github.com/tinuzz/wp-plugin-nextgen-enhancer/blob/master/README.rdoc">github</a>\nfor more information.</p>";s:17:"short_description";s:83:"This plugins enhances the functionality of NextGEN Gallery version 1.9.0 or higher.";}i:23;O:8:"stdClass":14:{s:4:"name";s:39:"WP Smush.it NextGEN Gallery Integration";s:4:"slug";s:38:"wp-smushit-nextgen-gallery-integration";s:7:"version";s:5:"0.1.0";s:6:"author";s:40:"<a href="http://dialect.ca/">Dialect</a>";s:14:"author_profile";s:53:"http://wordpress.org/extend/plugins/profile/alexdunae";s:12:"contributors";a:1:{s:9:"alexdunae";s:53:"http://wordpress.org/extend/plugins/profile/alexdunae";}s:8:"requires";s:3:"2.9";s:6:"tested";s:5:"3.2.1";s:13:"compatibility";a:1:{s:5:"3.3.2";a:1:{s:5:"0.1.0";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:"rating";d:100;s:11:"num_ratings";i:1;s:8:"homepage";s:34:"http://dialect.ca/code/wp-smushit/";s:11:"description";s:384:"<p>This is a very basic integration made by popular request: the only thing it does is smushes new images.</p>\n\n<p>We don''t use NextGEN Gallery, so anyone wanting more functionality (re-smush, bulk smush, etc...) is encouraged to dive in and contribute.</p>\n\n<p>Plugin updates are announced on <a href="http://www.twitter.com/TheCHANGELOG">http://www.twitter.com/TheCHANGELOG</a>.</p>";s:17:"short_description";s:98:"Reduce image file sizes and improve performance using the Smush.it API via the WP Smush.it plugin.";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1557, 0, 'wpcf7', 'a:1:{s:7:"version";s:5:"3.0.1";}', 'yes'),
(1561, 0, 'bookings_key', 'ccd6729c3a81c77a7ca3db6f3277044c', 'yes'),
(1562, 0, 'bookings_version', '1.2.0', 'yes'),
(1563, 0, 'bookings-support-us', '1322725558', 'yes'),
(1564, 0, 'bookings_news', '<!-- using ../config/config.php -->\n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">\n\n<html><head>\n<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />\n<meta http-equiv="pragma" content="no-cache" />\n<link rev="made" href="mailto:phplist%40tincan.co.uk" />\n<link rel="home" href="http://www.phplist.com" title="phplist homepage" />\n<link rel="copyright" href="http://tincan.co.uk" title="Copyright" />\n<link rel="license" href="http://www.gnu.org/copyleft/gpl.html" title="GNU General Public License" />\n<meta name="Author" content="Michiel Dethmers - http://www.phplist.com" />\n<meta name="Copyright" content="Michiel Dethmers, Tincan Ltd - http://tincan.co.uk" />\n<meta name="Powered-By" content="phplist version 2.10.15" />\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n\n<script language="javascript" type="text/javascript" src="js/select_style.js"></script><meta http-equiv="Cache-Control" content="no-cache, must-revalidate"><meta http-equiv="Pragma" content="no-cache"><title>Mailing List :: PHPlist :: Details of a user</title>\n<link href="styles/phplist.css" type="text/css" rel="stylesheet">\n</head>\n<body bgcolor="#ffffff" background="images/bg.png">\n<a name="top"></a>\n<div align=left>\n<table cellspacing=0 cellpadding=0 width=100% border=0>\n<tr>\n<td bgcolor="#000000" rowspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>\n<td bgcolor="#000000"><img height=1 alt="" src="images/transparent.png" width=98% border=0></td>\n<td bgcolor="#000000" rowspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>\n</tr>\n\n<tr valign="top" align="left">\n<td>\n<!--TOP TABLE starts-->\n<TABLE cellSpacing=0 cellPadding=0 width=98% bgColor="#ffffff" border=0>\n  <TR vAlign=top>\n    <TD>&nbsp;</TD>\n<td><div align=left>\n<br />\n<p class="leaftitle">Mailing List - details of a user</p><div><font style="font-size : 12px;font-family : Arial, Helvetica, sans-serif;  font-weight : bold;"> good morning admin</font></div><div align="right"><a href="./?page=logout">logout</a></div><div align="right" id="languageswitch"><br/><form name="languageswitch" method="post" style="margin: 0; padding: 0"><select name="setlanguage" onChange="document.languageswitch.submit()" style="width: 100px; font-size: 10px; color: #666666"><option value="be-nl" >Dutch - Belgium</option><option value="cn" >Simplified Chinese</option><option value="da" >Danish</option><option value="de" >German</option><option value="en" selected>English </option><option value="es" >Spanish</option><option value="fa" >Persian</option><option value="fr" >French</option><option value="hu" >Hungarian</option><option value="it" >Italian</option><option value="ja" >Japanese</option><option value="nl" >Dutch</option><option value="pl" >Polish</option><option value="pt-br" >Portuguese </option><option value="vi" >Vietnamese</option><option value="zh-tw" >Traditional Chinese</option></select></form></div>\n<script language="Javascript" src="js/jslib.js" type="text/javascript"></script>\n\n<br /><a href="./?page=users&1">back to the list of users</a>\n\n<script language="Javascript" src="js/jslib.js" type="text/javascript"></script>\n\n<br /><hr/><br />Delete will delete user and all listmemberships<br /><li><a href="javascript:deleteRec(''./?page=user&delete=10163&'');">delete</a> pablogeminis@hotmail.com\n&nbsp;&nbsp;<a href="http://www.zingiri.net/wordpress/?p=preferences&zlist=index&page_id=1330&uid=00a9197db06f71b1f903a2d84a333d84">update page</a>&nbsp;&nbsp;<a href="http://www.zingiri.net/wordpress/?p=unsubscribe&zlist=index&page_id=1330&uid=00a9197db06f71b1f903a2d84a333d84">unsubscribe page</a>&nbsp;&nbsp;<a href="./?page=userhistory&id=10163">history</a><p><h3>User Details</h3><form method=post ><input type="hidden" name="formtoken" value="14e258cc8338e8526120426b8b16621b" /><table border=1><input type=hidden name=list value=><input type=hidden name=id value=10163><input type=hidden name=returnpage value=><input type=hidden name=returnoption value=><tr><td>ID</td><td>10163</td></tr><tr><td>Email</td><td><input type="text" name="email" value="pablogeminis@hotmail.com" size=30></td></tr>\n<tr><td>Is this user confirmed (1/0)</td><td><input type="text" name="confirmed" value="1" size=5></td></tr>\n<tr><td>Is this user blacklisted</td><td>0</td></tr><tr><td>Number of bounces on this user</td><td>0</td></tr><tr><td>Entered</td><td>2011-12-01 07:46:01</td></tr><tr><td>Last Modified</td><td>2011-12-01 07:46:01</td></tr><tr><td>Unique ID for User</td><td>00a9197db06f71b1f903a2d84a333d84</td></tr><tr><td>Send this user HTML emails</td><td><input type="text" name="htmlemail" value="0" size=30></td></tr>\n<tr><td>Which page was used to subscribe</td><td></td></tr><tr><td>RSS Frequency</td><td><input type="text" name="rssfrequency" value="" size=30></td></tr>\n<tr><td>Password</td><td><input type="text" name="password" value="" size=30></td></tr>\n<tr><td>Last time password was changed</td><td>2011-12-01</td></tr><tr><td>Is this account disabled?</td><td><input type="text" name="disabled" value="0" size=30></td></tr>\n<tr><td>Additional data</td><td><input type="text" name="extradata" value="" size=30></td></tr>\n<tr><td>Foreign Key</td><td><input type="text" name="foreignkey" value="" size=30></td></tr>\n<tr><td colspan=2><input type=submit name=change value="Save Changes"></td></tr></table><h3>Mailinglist Membership:</h3><table border=1><tr><td bgcolor="#F7E7C2"><input type=checkbox name="subscribe[]" value="1" checked> <a href="./?page=editlist&id=1">zingiri.net news letter</a></td></tr><tr><td><input type=submit name="change" value="Save Changes"></td></tr></table></form></div>\n</td>\n<td>\n<div class="menutableright">\n<span class="menulinkleft"><a href="./?page=logout">logout</a><br /></span><span class="menulinkleft"><a href="./?page=home">main page</a></span><span class="menulinkleft"><a href="./?page=configure">configure</a></span><span class="menulinkleft"><a href="./?page=community"></a></span><span class="menulinkleft"><a href="./?page=about">about</a></span><span class="menulinkleft"><a href="./?page=div1"><hr /></a></span><span class="menulinkleft"><a href="./?page=list">lists</a></span><span class="menulinkleft"><a href="./?page=send">send a message</a></span><span class="menulinkleft"><a href="./?page=users">users</a></span><span class="menulinkleft"><a href="./?page=usermgt">manage users</a></span><span class="menulinkleft"><a href="./?page=spage">subscribe pages</a></span><span class="menulinkleft"><a href="./?page=messages">messages</a></span><span class="menulinkleft"><a href="./?page=div2"><hr /></a></span><span class="menulinkleft"><a href="./?page=templates">templates</a></span><span class="menulinkleft"><a href="./?page=processqueue">process queue</a></span><span class="menulinkleft"><a href="./?page=processbounces">process bounces</a></span><span class="menulinkleft"><a href="./?page=bouncemgt"></a></span><span class="menulinkleft"><a href="./?page=bounces">view bounces</a></span><span class="menulinkleft"><a href="./?page=eventlog">eventlog</a></span></div>\n</td>\n</tr>\n\n\n\n\n<tr><td colspan="4">&nbsp;</td></tr>\n\n\n\n<tr><td colspan="4">&nbsp;</td></tr>\n</table>\n<!--TOP TABLE ends-->\n\n</td></tr>\n\n\n<tr>\n<td bgcolor="#000000" colspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>\n</tr>\n\n<tr>\n<td bgcolor="#000000"><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>\n<td bgcolor="#ff9900" class="bottom">&copy; <a href="http://tincan.co.uk" target="_tincan" class="urhere">tincan limited</a> | <span class="urhere">Mailing List powered by </span><a class="urhere" href="http://www.phplist.com" target="_blank">phplist</a> - version 2.10.15</td>\n<td bgcolor="#000000"><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>\n</tr>\n\n<tr>\n<td bgcolor="#000000" colspan=3><img height=1 alt="" src="images/transparent.png" width=1 border=0></td>\n</tr>\n\n<tr>\n<td colspan=3><img height=3 alt="" src="images/transparent.png" width=1 border=0></td>\n</tr>\n\n<tr>\n<td colspan=3>\n&nbsp;\n</td>\n</tr>\n</tbody>\n</table>\n\n</div>\n</body></html>\n[{"title":"<!--:en-->Bookings Pro mobile syncing coming soon<!--:-->","content":"<!--:en-->We''re currently hard at work adding mobile syncing functionality to the Bookings Pro plugin. This will allow you to sync your reservations with your iPhone, iPad, Android device, basically any device that supports CalDAV calendars. Very handy for when you''re on the road! You will be able to change and delete reservations from your mobile as well as add new ones and ensure that your online calendar will be updated in real time.\\r\\n\\r\\nWhen we release this feature we''ll increase the price of the Bookings Pro plugin, so make sure you <a href=\\"http:\\/\\/www.zingiri.net\\/plugins-and-addons\\/bookings\\/#pro\\">order today<\\/a> to lock in the original launch price!<!--:-->"},{"title":"<!--:en-->Unlimited hosting<!--:-->","content":"<!--:en--><p>Every month we offer a handful of unlimited hosting packages at an exceptional low price to our plugin users.<br \\/>The packages are made available on a first come, first served basis, so don''t wait too long beforing ordering yours!<\\/p>   \\r\\n\\t\\t<a href=\\"http:\\/\\/www.clientcentral.info\\/cart.php?a=add&pid=114\\" target=\\"_blank\\"><img src=\\"http:\\/\\/www.zingiri.net\\/wordpress\\/wp-content\\/uploads\\/home.png\\" \\/><\\/a>\\t\\t\\r\\n\\t\\t<p><strong style=\\"color:red;font-size:large\\">$2.95<\\/strong>\\/month.<\\/p><!--:-->"},{"title":"Latest news","content":"<ul><li><a href=\\"http:\\/\\/www.zingiri.net\\/?p=1631\\"><!--:en-->WHMCS Bridge compatible with WHMCS 5.0<!--:--><\\/a><\\/li><li><a href=\\"http:\\/\\/www.zingiri.net\\/?p=1629\\"><!--:en-->WHMCS Wordpress multi-site provisioning 1.2.0 plugin & addon released <!--:--><\\/a><\\/li><li><a href=\\"http:\\/\\/www.zingiri.net\\/?p=1624\\"><!--:en-->WHMCS Bridge version 1.6.0 released<!--:--><\\/a><\\/li><li><a href=\\"http:\\/\\/www.zingiri.net\\/?p=1603\\"><!--:en-->Bookings 1.2.0 released<!--:--><\\/a><\\/li><li><a href=\\"http:\\/\\/www.zingiri.net\\/?p=1507\\"><!--:en-->WHMCS Bridge version 1.5.0 released<!--:--><\\/a><\\/li><\\/ul>"}]', 'yes'),
(1566, 0, 'res_db_version', '0.7', 'yes'),
(1567, 0, 'res_days', '14', 'yes'),
(1568, 0, 'res_color', 'white', 'yes'),
(1569, 0, 'res_calendar_color', 'gold', 'yes'),
(1570, 0, 'res_security_plugin', '10', 'yes'),
(1571, 0, 'res_security_settings', '10', 'yes'),
(1572, 0, 'res_full_uninstall', '', 'yes'),
(1573, 0, 'res_terms', 'Your terms of booking', 'yes'),
(1574, 0, 'res_calc', '', 'yes'),
(1576, 0, 'contact_me_data', '', 'yes'),
(1581, 0, '_site_transient_timeout_browser_82ca89a211d145f1d8bf4c7603dc3ed6', '1323384857', 'yes'),
(1582, 0, '_site_transient_browser_82ca89a211d145f1d8bf4c7603dc3ed6', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:5:"5.1.1";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:3:"5.1";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(3470, 0, '_site_transient_timeout_browser_cc2c0700f40f025c6495552930995d72', '1334786764', 'yes'),
(3471, 0, '_site_transient_browser_cc2c0700f40f025c6495552930995d72', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"18.0.1025.151";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(2802, 0, '_site_transient_timeout_browser_8b62386c813736bfae144aee5270045b', '1326842569', 'yes'),
(2803, 0, '_site_transient_browser_8b62386c813736bfae144aee5270045b', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Safari";s:7:"version";s:5:"5.1.2";s:10:"update_url";s:28:"http://www.apple.com/safari/";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/safari.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/safari.png";s:15:"current_version";s:3:"5.1";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(2702, 0, '_site_transient_timeout_browser_1118e384874128b543bed184d2614438', '1326420658', 'yes'),
(2703, 0, '_site_transient_browser_1118e384874128b543bed184d2614438', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"8.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes'),
(2764, 0, '_site_transient_timeout_browser_af3f1433c591d1d508cfa5c8d71218d0', '1326842442', 'yes'),
(2765, 0, '_site_transient_browser_af3f1433c591d1d508cfa5c8d71218d0', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"9.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(1830, 0, 'wppa_revision', '429', 'yes'),
(1831, 0, 'widget_wppa_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1832, 0, 'widget_wppa_search_photos', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1833, 0, 'widget_wppa_topten_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1834, 0, 'widget_slideshow_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1835, 0, 'widget_wppa_gp_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1836, 0, 'widget_wppa_comment_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(1837, 0, 'wppa_fullsize', '640', 'yes'),
(1838, 0, 'wppa_colwidth', '640', 'yes'),
(1839, 0, 'wppa_maxheight', '640', 'yes'),
(1840, 0, 'wppa_enlarge', 'no', 'yes'),
(1841, 0, 'wppa_resize_on_upload', 'no', 'yes'),
(1842, 0, 'wppa_resize_to', '0', 'yes'),
(1843, 0, 'wppa_fullvalign', 'fit', 'yes'),
(1844, 0, 'wppa_fullhalign', 'center', 'yes'),
(1845, 0, 'wppa_min_thumbs', '1', 'yes'),
(1846, 0, 'wppa_thumbtype', 'default', 'yes'),
(1847, 0, 'wppa_valign', 'center', 'yes'),
(1848, 0, 'wppa_thumbsize', '100', 'yes'),
(1849, 0, 'wppa_tf_width', '100', 'yes'),
(1850, 0, 'wppa_tf_height', '130', 'yes'),
(1851, 0, 'wppa_tn_margin', '4', 'yes'),
(1852, 0, 'wppa_smallsize', '150', 'yes'),
(1853, 0, 'wppa_show_bread', 'yes', 'yes'),
(1854, 0, 'wppa_show_home', 'yes', 'yes'),
(1855, 0, 'wppa_bc_separator', 'raquo', 'yes'),
(1856, 0, 'wppa_use_thumb_opacity', 'yes', 'yes'),
(1857, 0, 'wppa_thumb_opacity', '85', 'yes'),
(1858, 0, 'wppa_use_thumb_popup', 'yes', 'yes'),
(1859, 0, 'wppa_use_cover_opacity', 'yes', 'yes'),
(1860, 0, 'wppa_cover_opacity', '85', 'yes'),
(1861, 0, 'wppa_animation_speed', '800', 'yes'),
(1862, 0, 'wppa_slideshow_timeout', '2500', 'yes'),
(1863, 0, 'wppa_bgcolor_even', '#eeeeee', 'yes'),
(1864, 0, 'wppa_bgcolor_alt', '#dddddd', 'yes'),
(1865, 0, 'wppa_bgcolor_nav', '#dddddd', 'yes'),
(1866, 0, 'wppa_bgcolor_img', '#eeeeee', 'yes'),
(1867, 0, 'wppa_bgcolor_namedesc', '#dddddd', 'yes'),
(1868, 0, 'wppa_bgcolor_com', '#dddddd', 'yes'),
(1869, 0, 'wppa_bgcolor_cus', '#dddddd', 'yes'),
(1870, 0, 'wppa_bgcolor_numbar', '#cccccc', 'yes'),
(1871, 0, 'wppa_bgcolor_numbar_active', '#333333', 'yes'),
(1872, 0, 'wppa_bcolor_even', '#cccccc', 'yes'),
(1873, 0, 'wppa_bcolor_alt', '#bbbbbb', 'yes'),
(1874, 0, 'wppa_bcolor_nav', '#bbbbbb', 'yes'),
(1875, 0, 'wppa_bcolor_img', '', 'yes'),
(1876, 0, 'wppa_bcolor_namedesc', '#bbbbbb', 'yes'),
(1877, 0, 'wppa_bcolor_com', '#bbbbbb', 'yes'),
(1878, 0, 'wppa_bcolor_cus', '#bbbbbb', 'yes'),
(1879, 0, 'wppa_bcolor_numbar', '#cccccc', 'yes'),
(1880, 0, 'wppa_bcolor_numbar_active', '#333333', 'yes'),
(1881, 0, 'wppa_bwidth', '1', 'yes'),
(1882, 0, 'wppa_bradius', '6', 'yes'),
(1883, 0, 'wppa_fontfamily_thumb', '', 'yes'),
(1884, 0, 'wppa_fontsize_thumb', '', 'yes'),
(1885, 0, 'wppa_fontcolor_thumb', '', 'yes'),
(1886, 0, 'wppa_fontfamily_box', '', 'yes'),
(1887, 0, 'wppa_fontsize_box', '', 'yes'),
(1888, 0, 'wppa_fontcolor_box', '', 'yes'),
(1889, 0, 'wppa_fontfamily_nav', '', 'yes'),
(1890, 0, 'wppa_fontsize_nav', '', 'yes'),
(1891, 0, 'wppa_fontcolor_nav', '', 'yes'),
(1892, 0, 'wppa_fontfamily_title', '', 'yes'),
(1893, 0, 'wppa_fontsize_title', '', 'yes'),
(1894, 0, 'wppa_fontcolor_title', '', 'yes'),
(1895, 0, 'wppa_fontfamily_fulldesc', '', 'yes'),
(1896, 0, 'wppa_fontsize_fulldesc', '', 'yes'),
(1897, 0, 'wppa_fontcolor_fulldesc', '', 'yes'),
(1898, 0, 'wppa_fontfamily_fulltitle', '', 'yes'),
(1899, 0, 'wppa_fontsize_fulltitle', '', 'yes'),
(1900, 0, 'wppa_fontcolor_fulltitle', '', 'yes'),
(1901, 0, 'wppa_fontfamily_numbar', '', 'yes'),
(1902, 0, 'wppa_fontsize_numbar', '', 'yes'),
(1903, 0, 'wppa_fontcolor_numbar', '#777777', 'yes'),
(1904, 0, 'wppa_arrow_color', 'black', 'yes'),
(1905, 0, 'wppa_max_cover_width', '1024', 'yes'),
(1906, 0, 'wppa_text_frame_height', '54', 'yes'),
(1907, 0, 'wppa_film_show_glue', 'yes', 'yes'),
(1908, 0, 'wppa_album_page_size', '0', 'yes'),
(1909, 0, 'wppa_thumb_page_size', '0', 'yes'),
(1910, 0, 'wppa_thumb_auto', 'yes', 'yes'),
(1911, 0, 'wppa_coverphoto_pos', 'right', 'yes'),
(1912, 0, 'wppa_thumbphoto_left', 'no', 'yes'),
(1913, 0, 'wppa_enable_slideshow', 'yes', 'yes'),
(1914, 0, 'wppa_thumb_text_name', 'yes', 'yes'),
(1915, 0, 'wppa_thumb_text_desc', 'yes', 'yes'),
(1916, 0, 'wppa_thumb_text_rating', 'yes', 'yes'),
(1917, 0, 'wppa_show_startstop_navigation', 'yes', 'yes'),
(1918, 0, 'wppa_show_browse_navigation', 'yes', 'yes'),
(1919, 0, 'wppa_show_full_desc', 'yes', 'yes'),
(1920, 0, 'wppa_show_full_name', 'yes', 'yes'),
(1921, 0, 'wppa_show_comments', 'no', 'yes'),
(1922, 0, 'wppa_show_cover_text', 'yes', 'yes'),
(1923, 0, 'wppa_start_slide', 'run', 'yes'),
(1924, 0, 'wppa_hide_slideshow', 'no', 'yes'),
(1925, 0, 'wppa_filmstrip', 'yes', 'yes'),
(1926, 0, 'wppa_bc_url', 'http://www.careyes.com.mx/web/wp-content/plugins/wp-photo-album-plus/images/arrow.gif', 'yes'),
(1927, 0, 'wppa_bc_txt', '&lt;span style=&quot;color:red; font_size:24px;&quot;&gt;&amp;bull;&lt;/span&gt;', 'yes'),
(1928, 0, 'wppa_topten_count', '10', 'yes'),
(1929, 0, 'wppa_topten_size', '86', 'yes'),
(1930, 0, 'wppa_excl_sep', 'no', 'yes'),
(1931, 0, 'wppa_rating_on', 'yes', 'yes'),
(1932, 0, 'wppa_rating_login', 'yes', 'yes'),
(1933, 0, 'wppa_rating_change', 'yes', 'yes'),
(1934, 0, 'wppa_rating_multi', 'no', 'yes'),
(1935, 0, 'wppa_comment_login', 'no', 'yes'),
(1936, 0, 'wppa_list_albums_by', '0', 'yes'),
(1937, 0, 'wppa_list_albums_desc', 'no', 'yes'),
(1938, 0, 'wppa_list_photos_by', '0', 'yes'),
(1939, 0, 'wppa_list_photos_desc', 'no', 'yes'),
(1940, 0, 'wppa_html', 'no', 'yes'),
(1941, 0, 'wppa_thumb_linkpage', '0', 'yes'),
(1942, 0, 'wppa_thumb_linktype', 'photo', 'yes'),
(1943, 0, 'wppa_mphoto_linkpage', '0', 'yes'),
(1944, 0, 'wppa_mphoto_linktype', 'photo', 'yes'),
(1945, 0, 'wppa_fadein_after_fadeout', 'no', 'yes'),
(1946, 0, 'wppa_widget_linkpage', '0', 'yes'),
(1947, 0, 'wppa_widget_linktype', 'album', 'yes'),
(1948, 0, 'wppa_widget_linkurl', '', 'yes'),
(1949, 0, 'wppa_widget_linktitle', '', 'yes'),
(1950, 0, 'wppa_topten_widget_linkpage', '0', 'yes'),
(1951, 0, 'wppa_topten_widget_linktype', 'photo', 'yes'),
(1952, 0, 'wppa_slideonly_widget_linkpage', '0', 'yes'),
(1953, 0, 'wppa_slideonly_widget_linktype', 'widget', 'yes'),
(1954, 0, 'wppa_coverimg_linkpage', '0', 'yes'),
(1955, 0, 'wppa_coverimg_linktype', 'same', 'yes'),
(1956, 0, 'wppa_mphoto_overrule', 'no', 'yes'),
(1957, 0, 'wppa_thumb_overrule', 'no', 'yes'),
(1958, 0, 'wppa_topten_overrule', 'no', 'yes'),
(1959, 0, 'wppa_sswidget_overrule', 'no', 'yes'),
(1960, 0, 'wppa_potdwidget_overrule', 'no', 'yes'),
(1961, 0, 'wppa_coverimg_overrule', 'no', 'yes'),
(1962, 0, 'wppa_slideshow_overrule', 'no', 'yes'),
(1963, 0, 'wppa_search_linkpage', '0', 'yes'),
(1964, 0, 'wppa_rating_clear', 'no', 'yes'),
(1965, 0, 'wppa_chmod', '0', 'yes'),
(1966, 0, 'wppa_owner_only', 'no', 'yes'),
(1967, 0, 'wppa_set_access_by', 'me', 'yes'),
(1968, 0, 'wppa_accesslevel', 'administrator', 'yes'),
(1969, 0, 'wppa_accesslevel_upload', 'administrator', 'yes'),
(1970, 0, 'wppa_accesslevel_sidebar', 'administrator', 'yes'),
(1971, 0, 'wppa_charset', '', 'yes'),
(1972, 0, 'wppa_setup', '', 'yes'),
(1973, 0, 'wppa_backup', '', 'yes'),
(1974, 0, 'wppa_restore', '', 'yes'),
(1975, 0, 'wppa_defaults', '', 'yes'),
(1976, 0, 'wppa_regen', '', 'yes'),
(1977, 0, 'wppa_rerate', '', 'yes'),
(1978, 0, 'wppa_allow_debug', 'no', 'yes'),
(1979, 0, 'wppa_potd_align', 'center', 'yes'),
(1980, 0, 'wppa_comadmin_show', 'all', 'yes'),
(1981, 0, 'wppa_popupsize', '150', 'yes'),
(1982, 0, 'wppa_comadmin_order', 'timestamp', 'yes'),
(1983, 0, 'wppa_slide_order', '0,1,2,3,4,5,6,7,8,9', 'yes'),
(1984, 0, 'wppa_show_bbb', 'no', 'yes'),
(1985, 0, 'wppa_show_slideshowbrowselink', 'yes', 'yes'),
(1986, 0, 'wppa_fullimage_border_width', '', 'yes'),
(1987, 0, 'wppa_bgcolor_fullimg', '#ccc', 'yes'),
(1988, 0, 'wppa_bcolor_fullimg', '#777', 'yes'),
(1989, 0, 'wppa_max_photo_newtime', '0', 'yes'),
(1990, 0, 'wppa_max_album_newtime', '0', 'yes'),
(1991, 0, 'wppa_load_skin', '', 'yes'),
(1992, 0, 'wppa_skinfile', 'default', 'yes'),
(1993, 0, 'wppa_use_lightbox', 'no', 'yes'),
(1994, 0, 'wppa_lightbox_bordersize', '10', 'yes'),
(1995, 0, 'wppa_lightbox_animationspeed', '5', 'yes'),
(1996, 0, 'wppa_lightbox_backgroundcolor', '#fff', 'yes'),
(1997, 0, 'wppa_lightbox_bordercolor', '#fff', 'yes'),
(1998, 0, 'wppa_lightbox_overlaycolor', '#000', 'yes'),
(1999, 0, 'wppa_lightbox_overlayopacity', '80', 'yes'),
(2000, 0, 'wppa_swap_namedesc', 'no', 'yes'),
(2001, 0, 'wppa_fontfamily_lightbox', 'Verdana, Helvetica, sans-serif', 'yes'),
(2002, 0, 'wppa_fontsize_lightbox', '10', 'yes'),
(2003, 0, 'wppa_fontcolor_lightbox', '#666', 'yes'),
(2004, 0, 'wppa_filter_priority', '1001', 'yes'),
(2005, 0, 'wppa_widget_width', '200', 'yes'),
(2006, 0, 'wppa_custom_on', 'no', 'yes'),
(2007, 0, 'wppa_custom_content', '<div style="color:red; font-size:24px; font-weight:bold; text-align:center;">Hello world!</div>', 'yes'),
(2008, 0, 'wppa_apply_newphoto_desc', 'no', 'yes'),
(2009, 0, 'wppa_newphoto_description', 'The brief photo description\n<a href="javascript://" onClick="jQuery(''.wppa-detail'').css(''display'', ''block''); jQuery(''.wppa-more'').css(''display'', ''none'');">\n<div class="wppa-more">\nMore -->\n</div>\n</a>\n<a href="javascript://" onClick="jQuery(''.wppa-detail'').css(''display'', ''none''); jQuery(''.wppa-more'').css(''display'', ''block'');">\n<div class="wppa-detail" style="display:none;" >\n<-- Less\n</div>\n</a>\n<div class="wppa-detail" style="display:none;">\n<table style="margin:0;" >\n<tr><td>Date Shot:</td><td>Feb 30 2011 17:37:39</td></tr>\n<tr><td>Artist:</td><td>Demos Examplos</td></tr>\n<tr><td>Copyright:</td><td>Lorem Ipse Inc. Ltd.</td></tr>\n</table>\n</div>', 'yes'),
(2010, 0, 'wppa_comments_desc', 'no', 'yes'),
(2011, 0, 'wppa_user_upload_on', 'no', 'yes'),
(2012, 0, 'wppa_show_slideshownumbar', 'no', 'yes'),
(2013, 0, 'wppa_autoclean', 'yes', 'yes'),
(2014, 0, 'wppa_numbar_max', '10', 'yes'),
(2015, 0, 'wppa_watermark_on', 'no', 'yes'),
(2016, 0, 'wppa_watermark_user', 'no', 'yes'),
(2017, 0, 'wppa_watermark_file', 'specimen.png', 'yes'),
(2018, 0, 'wppa_watermark_pos', 'cencen', 'yes'),
(2019, 0, 'wppa_watermark_upload', '', 'yes'),
(2020, 0, 'wppa_comment_widget_linkpage', '0', 'yes'),
(2021, 0, 'wppa_comment_widget_linktype', 'photo', 'yes'),
(2022, 0, 'wppa_comment_count', '10', 'yes'),
(2023, 0, 'wppa_comment_size', '86', 'yes'),
(2024, 0, 'wppa_comment_overrule', 'no', 'yes'),
(2025, 0, 'wppa_next_on_callback', 'no', 'yes'),
(2026, 0, 'wppa_show_avg_rating', 'yes', 'yes'),
(2027, 0, 'wppa_rating_use_ajax', 'no', 'yes'),
(2028, 0, 'wppa_star_opacity', '20', 'yes'),
(2029, 0, 'wppa_album_admin_autosave', 'yes', 'yes'),
(2030, 0, 'wppa_settings_autosave', 'yes', 'yes'),
(2031, 0, 'wppa_slide_wrap', 'yes', 'yes'),
(2032, 0, 'wppa_comment_login_approved', 'yes', 'yes'),
(2033, 0, 'wppa_wp_wppa_albums_lastkey', '1', 'no'),
(2034, 0, 'wppa_last_album_used-admin', '1', 'yes'),
(2035, 0, 'wppa_wp_wppa_photos_lastkey', '4', 'no'),
(2079, 0, 'frm_options', 'O:11:"FrmSettings":32:{s:15:"preview_page_id";i:0;s:19:"preview_page_id_str";s:19:"frm-preview-page-id";s:9:"lock_keys";b:0;s:5:"track";b:0;s:6:"pubkey";s:0:"";s:7:"privkey";s:0:"";s:8:"re_theme";s:3:"red";s:7:"re_lang";s:2:"en";s:6:"re_msg";s:39:"The reCAPTCHA was not entered correctly";s:8:"use_html";b:1;s:12:"custom_style";b:1;s:10:"load_style";s:3:"all";s:17:"custom_stylesheet";b:0;s:10:"jquery_css";b:0;s:12:"accordion_js";b:0;s:11:"success_msg";s:54:"Your responses were successfully submitted. Thank you!";s:10:"failed_msg";s:58:"We''re sorry. It looks like you''ve  already submitted that.";s:11:"invalid_msg";s:66:"There was a problem with your submission. Errors are marked below.";s:12:"submit_value";s:6:"Submit";s:9:"login_msg";s:45:"You do not have permission to view this form.";s:16:"admin_permission";s:37:"You do not have permission to do that";s:8:"email_to";s:24:"pablogeminis@hotmail.com";s:14:"frm_view_forms";s:13:"administrator";s:14:"frm_edit_forms";s:13:"administrator";s:16:"frm_delete_forms";s:13:"administrator";s:19:"frm_change_settings";s:13:"administrator";s:16:"frm_view_entries";N;s:18:"frm_create_entries";N;s:16:"frm_edit_entries";N;s:18:"frm_delete_entries";N;s:16:"frm_view_reports";N;s:17:"frm_edit_displays";N;}', 'yes'),
(2286, 0, 'events_calendar_widget_title', '', 'yes'),
(2149, 0, 'wuk_custom_tables', 'a:15:{s:9:"dbversion";s:10:"2011113001";s:13:"wct_cachetime";s:5:"21600";s:7:"role_ct";s:13:"administrator";s:8:"role_css";s:13:"administrator";s:12:"role_archive";s:13:"administrator";s:12:"wct_immaster";s:2:"no";s:3:"css";s:788:".wct-overlay {\n	padding: 5px;\n	background-color: white;\n	border: 1px black solid;\n	top: 1px;\n	left: 1px;\n	visibility: hidden;\n	overflow: hidden;\n	display:none;\n	max-width: 300px;\n}\n.wct-td1 {\n	background-color: #808080;\n}\n.wct-td2 {\n	background-color: transparent;\n}\n.wct-td-hover {\n	background-color: #DBD8FE;\n}\n.wct-sortdown {\n	margin: 0px 1px 0px 0px !important;\n}\n.wct-sortup {\n	margin: 0px 0px 0px 1px !important;\n}\n.wct-table {\n	width: 100% !important;\n}\n.wct-search {\n	width: 300px !important;\n}\n.wct-errorfield {\n	border-right: 0px !important;\n	border-bottom: 0px !important;\n	border-left: 0px !important;\n}\n.wctarchiveheader {\n	font-weight: bold !important;\n}\n.wctarchiveul {\n}\n.wctarchiveli {\n	line-height: 1.1em !important;\n}\n.wctarchivea {\n	text-decoration: none !important;\n}";s:11:"form_serial";s:0:"";s:13:"form_serialvu";s:1:"0";s:8:"crole1_s";s:13:"administrator";s:8:"crole1_c";s:11:"contributor";s:8:"crole1_i";s:6:"editor";s:8:"crole3_s";s:13:"administrator";s:8:"crole3_c";s:11:"contributor";s:8:"crole3_i";s:6:"editor";}', 'yes'),
(2244, 0, 'txfx_plt_schema_version', '3', 'yes'),
(2287, 0, 'events_calendar_widget_cats', '', 'yes'),
(2289, 0, 'mc_version', '1.9.8', 'yes'),
(2290, 0, 'mc_can_manage_events', 'edit_posts', 'yes'),
(2291, 0, 'mc_display_author', 'false', 'yes'),
(2292, 0, 'mc_display_jump', 'false', 'yes'),
(2293, 0, 'mc_use_styles', 'false', 'yes'),
(2294, 0, 'mc_show_months', '1', 'yes'),
(2295, 0, 'mc_show_map', 'true', 'yes'),
(2296, 0, 'mc_show_address', 'false', 'yes'),
(2297, 0, 'mc_calendar_javascript', '0', 'yes'),
(2298, 0, 'mc_list_javascript', '0', 'yes'),
(2299, 0, 'mc_mini_javascript', '0', 'yes'),
(2300, 0, 'mc_ajax_javascript', '1', 'yes'),
(2301, 0, 'mc_minijs', 'jQuery(document).ready(function($) {\r\n  $(".mini .has-events").children().not(".trigger").hide();\r\n  $(".mini .has-events .trigger").live("click",\r\n     function(e) {\r\n	 e.preventDefault();	 \r\n	 $(this).parent().children().not(".trigger").toggle(); \r\n	 });\r\n  $(".mini-event .close").live("click",\r\n     function(e) {\r\n         e.preventDefault();\r\n	 $(this).parent().parent().parent().toggle();\r\n	 });\r\n});', 'yes'),
(2302, 0, 'mc_listjs', 'jQuery(document).ready(function($) {\r\n  $("#calendar-list li.mc-events").children().not(".event-date").hide();\r\n  $("#calendar-list li.current-day").children().show();\r\n  $(".event-date").live("click",\r\n     function(e) {\r\n	 e.preventDefault();\r\n	 $(this).parent().children().not(".event-date").toggle();\r\n     });\r\n});', 'yes'),
(2303, 0, 'mc_caljs', 'jQuery(document).ready(function($) {\r\n  $(".calendar-event").children().not(".event-title").hide();\r\n  $(".calendar-event .event-title").live("click",\r\n     function(e) {\r\n         e.preventDefault(); // remove line if you are using a link in the event title\r\n	 $(this).parent().children().not(".event-title").toggle();\r\n	 });\r\n  $(".calendar-event .close").live("click",\r\n     function(e) {\r\n         e.preventDefault();\r\n	 $(this).parent().toggle();\r\n	 });\r\n});', 'yes'),
(2304, 0, 'mc_ajaxjs', 'jQuery(document).ready(function($){\r\n	$(''.calendar .my-calendar-nav a'').live(''click'', function(e){\r\n		e.preventDefault();\r\n		var link = $(this).attr(''href'');\r\n		$(''#jd-calendar.calendar'').html(''Loading...'');\r\n		$(''#jd-calendar.calendar'').load(link+'' #jd-calendar.calendar > *'', function() {\r\n			$(''.calendar-event'').children().not(''h3'').hide();\r\n		});\r\n	});	\r\n	$(''.mini .my-calendar-nav a'').live(''click'', function(e){\r\n		e.preventDefault();\r\n		var link = $(this).attr(''href'');\r\n		$(''#jd-calendar.mini'').html(''Loading...'');\r\n		$(''#jd-calendar.mini'').load(link+'' #jd-calendar.mini > *'', function() {\r\n			$(''.mini .has-events'').children().not(''.trigger'').hide();\r\n		});\r\n	});	\r\n	$(''.list .my-calendar-nav a'').live(''click'', function(e){\r\n		e.preventDefault();\r\n		var link = $(this).attr(''href'');\r\n		$(''#jd-calendar.list'').html(''Loading...'');\r\n		$(''#jd-calendar.list'').load(link+'' #jd-calendar.list > *'', function() {\r\n			$(''#calendar-list li.mc-events'').children().not(''.event-date'').hide();\r\n			$(''#calendar-list li.current-day'').children().show();\r\n		});\r\n	});	\r\n});', 'yes'),
(2305, 0, 'mc_notime_text', 'N/A', 'yes'),
(2306, 0, 'mc_hide_icons', 'false', 'yes'),
(2307, 0, 'mc_event_link_expires', 'no', 'yes'),
(2308, 0, 'mc_apply_color', 'default', 'yes'),
(2309, 0, 'mc_input_options', 'a:10:{s:11:"event_short";s:2:"on";s:10:"event_desc";s:2:"on";s:14:"event_category";s:2:"on";s:11:"event_image";s:2:"on";s:10:"event_link";s:2:"on";s:12:"event_recurs";s:2:"on";s:10:"event_open";s:2:"on";s:14:"event_location";s:2:"on";s:23:"event_location_dropdown";s:2:"on";s:16:"event_use_editor";s:3:"off";}', 'yes'),
(2310, 0, 'mc_input_options_administrators', 'false', 'yes'),
(2311, 0, 'mc_multisite', '0', 'yes'),
(2312, 0, 'mc_event_mail', 'false', 'yes'),
(2313, 0, 'mc_desc', 'true', 'yes'),
(2314, 0, 'mc_short', 'false', 'yes'),
(2315, 0, 'mc_event_mail_subject', '', 'yes'),
(2316, 0, 'mc_event_mail_to', '', 'yes'),
(2317, 0, 'mc_event_mail_message', '', 'yes'),
(2318, 0, 'mc_event_approve', 'false', 'yes'),
(2319, 0, 'mc_event_approve_perms', 'manage_options', 'yes'),
(2320, 0, 'mc_no_fifth_week', 'true', 'yes'),
(2321, 0, 'mc_week_format', 'M j, ''y', 'yes'),
(2322, 0, 'mc_user_settings', 'a:2:{s:22:"my_calendar_tz_default";a:3:{s:7:"enabled";s:3:"off";s:5:"label";s:28:"My Calendar Default Timezone";s:6:"values";a:39:{i:-12;s:32:"(GMT -12:00) Eniwetok, Kwajalein";i:-11;s:33:"(GMT -11:00) Midway Island, Samoa";i:-10;s:19:"(GMT -10:00) Hawaii";s:4:"-9.5";s:29:"(GMT -9:30) Marquesas Islands";i:-9;s:18:"(GMT -9:00) Alaska";i:-8;s:42:"(GMT -8:00) Pacific Time (US &amp; Canada)";i:-7;s:43:"(GMT -7:00) Mountain Time (US &amp; Canada)";i:-6;s:55:"(GMT -6:00) Central Time (US &amp; Canada), Mexico City";i:-5;s:56:"(GMT -5:00) Eastern Time (US &amp; Canada), Bogota, Lima";s:4:"-4.5";s:21:"(GMT -4:30) Venezuela";i:-4;s:51:"(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz";s:4:"-3.5";s:24:"(GMT -3:30) Newfoundland";i:-3;s:44:"(GMT -3:00) Brazil, Buenos Aires, Georgetown";i:-2;s:24:"(GMT -2:00) Mid-Atlantic";i:-1;s:43:"(GMT -1:00 hour) Azores, Cape Verde Islands";i:0;s:53:"(GMT) Western Europe Time, London, Lisbon, Casablanca";i:1;s:52:"(GMT +1:00 hour) Brussels, Copenhagen, Madrid, Paris";i:2;s:37:"(GMT +2:00) Kaliningrad, South Africa";i:3;s:51:"(GMT +3:00) Baghdad, Riyadh, Moscow, St. Petersburg";s:3:"3.5";s:18:"(GMT +3:30) Tehran";i:4;s:44:"(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi";s:3:"4.5";s:23:"(GMT +4:30) Afghanistan";i:5;s:54:"(GMT +5:00) Ekaterinburg, Islamabad, Karachi, Tashkent";s:3:"5.5";s:47:"(GMT +5:30) Bombay, Calcutta, Madras, New Delhi";s:4:"5.75";s:17:"(GMT +5:45) Nepal";i:6;s:34:"(GMT +6:00) Almaty, Dhaka, Colombo";s:3:"6.5";s:34:"(GMT +6:30) Myanmar, Cocos Islands";i:7;s:35:"(GMT +7:00) Bangkok, Hanoi, Jakarta";i:8;s:48:"(GMT +8:00) Beijing, Perth, Singapore, Hong Kong";i:9;s:49:"(GMT +9:00) Tokyo, Seoul, Osaka, Sapporo, Yakutsk";s:3:"9.5";s:28:"(GMT +9:30) Adelaide, Darwin";i:10;s:49:"(GMT +10:00) Eastern Australia, Guam, Vladivostok";s:4:"10.5";s:29:"(GMT +10:30) Lord Howe Island";i:11;s:52:"(GMT +11:00) Magadan, Solomon Islands, New Caledonia";s:4:"11.5";s:27:"(GMT +11:30) Norfolk Island";i:12;s:50:"(GMT +12:00) Auckland, Wellington, Fiji, Kamchatka";s:5:"12.75";s:28:"(GMT +12:45) Chatham Islands";i:13;s:18:"(GMT +13:00) Tonga";i:14;s:25:"(GMT +14:00) Line Islands";}}s:28:"my_calendar_location_default";a:3:{s:7:"enabled";s:3:"off";s:5:"label";s:28:"My Calendar Default Location";s:6:"values";a:51:{s:2:"AL";s:7:"Alabama";s:2:"AK";s:6:"Alaska";s:2:"AZ";s:7:"Arizona";s:2:"AR";s:8:"Arkansas";s:2:"CA";s:10:"California";s:2:"CO";s:8:"Colorado";s:2:"CT";s:11:"Connecticut";s:2:"DE";s:8:"Delaware";s:2:"DC";s:20:"District Of Columbia";s:2:"FL";s:7:"Florida";s:2:"GA";s:7:"Georgia";s:2:"HI";s:6:"Hawaii";s:2:"ID";s:5:"Idaho";s:2:"IL";s:8:"Illinois";s:2:"IN";s:7:"Indiana";s:2:"IA";s:4:"Iowa";s:2:"KS";s:6:"Kansas";s:2:"KY";s:8:"Kentucky";s:2:"LA";s:9:"Louisiana";s:2:"ME";s:5:"Maine";s:2:"MD";s:8:"Maryland";s:2:"MA";s:13:"Massachusetts";s:2:"MI";s:8:"Michigan";s:2:"MN";s:9:"Minnesota";s:2:"MS";s:11:"Mississippi";s:2:"MO";s:8:"Missouri";s:2:"MT";s:7:"Montana";s:2:"NE";s:8:"Nebraska";s:2:"NV";s:6:"Nevada";s:2:"NH";s:13:"New Hampshire";s:2:"NJ";s:10:"New Jersey";s:2:"NM";s:10:"New Mexico";s:2:"NY";s:8:"New York";s:2:"NC";s:14:"North Carolina";s:2:"ND";s:12:"North Dakota";s:2:"OH";s:4:"Ohio";s:2:"OK";s:8:"Oklahoma";s:2:"OR";s:6:"Oregon";s:2:"PA";s:12:"Pennsylvania";s:2:"RI";s:12:"Rhode Island";s:2:"SC";s:14:"South Carolina";s:2:"SD";s:12:"South Dakota";s:2:"TN";s:9:"Tennessee";s:2:"TX";s:5:"Texas";s:2:"UT";s:4:"Utah";s:2:"VT";s:7:"Vermont";s:2:"VA";s:8:"Virginia";s:2:"WA";s:10:"Washington";s:2:"WV";s:13:"West Virginia";s:2:"WI";s:9:"Wisconsin";s:2:"WY";s:7:"Wyoming";}}}', 'yes'),
(2323, 0, 'mc_location_type', 'event_state', 'yes'),
(2324, 0, 'mc_user_settings_enabled', '', 'yes'),
(2325, 0, 'mc_user_location_type', 'state', 'yes'),
(2326, 0, 'mc_show_js', '', 'yes'),
(2327, 0, 'mc_show_css', '', 'yes'),
(2328, 0, 'mc_location_control', '', 'yes'),
(2329, 0, 'mc_date_format', 'j F, Y', 'yes'),
(2330, 0, 'mc_templates', 'a:7:{s:5:"title";s:7:"{title}";s:4:"link";s:7:"{title}";s:4:"grid";s:499:"<span class=\\"event-time dtstart\\" title=\\"{dtstart}\\">{time}<span class=\\"time-separator\\"> - </span><span class=\\"end-time dtend\\" title=\\"{dtend}\\">{endtime}</span></span>\r\n\r\n<div class=\\"sub-details\\"><span class=\\"event-author\\">Posted by: <span class=\\"author-name\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\"mc_details\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<div class=\\"shortdesc\\">{image}\r\n{shortdesc}\r\n</div>\r\n<p><a href=\\"{link}\\" class=\\"event-link external\\">{title}</a></p></div>";s:4:"list";s:556:"<span class=\\"event-time dtstart\\" title=\\"{dtstart}\\">{time}<span class=\\"time-separator\\"> - </span><span class=\\"end-time dtend\\" title=\\"{dtend}\\">{endtime}</span></span>\r\n\r\n<div class=\\"sub-details\\">\r\n<h3 class=\\"event-title summary\\">{icon_html}{title}</h3>\r\n<span class=\\"event-author\\">Posted by: <span class=\\"author-name\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\"mc_details\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<div class=\\"shortdesc\\">{image}{shortdesc}</div>\r\n<p><a href=\\"{link}\\" class=\\"event-link external\\">{title}</a></p></div>";s:4:"mini";s:444:"<span class=\\"event-time dtstart\\" title=\\"{dtstart}\\">{time}<span class=\\"time-separator\\"> - </span><span class=\\"end-time dtend\\" title=\\"{dtend}\\">{endtime}</span></span>\r\n\r\n<div class=\\"sub-details\\"><span class=\\"event-author\\">Posted by: <span class=\\"author-name\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\"mc_details\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<p><a href=\\"{link}\\" class=\\"event-link external\\">{title}</a></p></div>";s:7:"details";s:497:"<span class=\\"event-time dtstart\\" title=\\"{dtstart}\\">{time}<span class=\\"time-separator\\"> - </span><span class=\\"end-time dtend\\" title=\\"{dtend}\\">{endtime}</span></span>\r\n\r\n<div class=\\"sub-details\\"><span class=\\"event-author\\">Posted by: <span class=\\"author-name\\">{author}</span></span><br />\r\n{hcard}\r\n<p class=\\"mc_details\\">{details}</p>\r\n<p>{ical_html}</p>\r\n<div class=\\"shortdesc\\">{image}{description}</div>\r\n<p><a href=\\"{link}\\" class=\\"event-link external\\">{title}</a></p></div>";s:5:"label";s:0:"";}', 'yes'),
(2331, 0, 'mc_skip_holidays', 'false', 'yes'),
(2332, 0, 'mc_event_edit_perms', 'manage_options', 'yes'),
(2333, 0, 'mc_css_file', 'refresh.css', 'yes'),
(2334, 0, 'mc_show_rss', 'false', 'yes'),
(2335, 0, 'mc_show_ical', 'false', 'yes'),
(2336, 0, 'mc_time_format', 'g:i A', 'yes'),
(2337, 0, 'mc_widget_defaults', 'a:2:{s:8:"upcoming";a:7:{s:4:"type";s:5:"event";s:6:"before";i:3;s:5:"after";i:3;s:8:"template";N;s:8:"category";s:0:"";s:4:"text";s:0:"";s:5:"title";s:15:"Upcoming Events";}s:5:"today";a:4:{s:8:"template";N;s:8:"category";s:0:"";s:5:"title";s:14:"Today''s Events";s:4:"text";s:0:"";}}', 'yes'),
(2338, 0, 'mc_show_weekends', 'true', 'yes'),
(2339, 0, 'mc_uri', '', 'yes'),
(2340, 0, 'mc_show_event_vcal', 'false', 'yes'),
(2341, 0, 'mc_draggable', '0', 'yes'),
(2342, 0, 'widget_my_calendar_today_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2343, 0, 'widget_my_calendar_upcoming_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2344, 0, 'widget_my_calendar_mini_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5426, 0, '_transient_timeout_mc_cache', '1349625341', 'no'),
(5427, 0, '_transient_mc_cache', 'a:2:{i:2012;a:3:{i:10;a:31:{i:1;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:2;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:3;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:4;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:5;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:6;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:7;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:8;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:9;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:10;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:11;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:12;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:13;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:14;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:15;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:16;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:17;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:18;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:19;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:20;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:21;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:22;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:23;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:24;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:25;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:26;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:27;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:28;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:29;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:30;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:31;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}}i:11;a:30:{i:1;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:2;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:3;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:4;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:5;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:6;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:7;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:8;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:9;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:10;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:11;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:12;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:13;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:14;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:15;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:16;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:17;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:18;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:19;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:20;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:21;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:22;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:23;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:24;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:25;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:26;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:27;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:28;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:29;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:30;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}}i:12;a:31:{i:1;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:2;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:3;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:4;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:5;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:6;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:7;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:8;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:9;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:10;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:11;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:12;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:13;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:14;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:15;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:16;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:17;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:18;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:19;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:20;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:21;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:22;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:23;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:24;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:25;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:26;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:27;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:28;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:29;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:30;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:31;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}}}i:2013;a:3:{i:1;a:31:{i:1;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:2;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:3;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:4;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:5;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:6;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:7;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:8;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:9;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:10;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:11;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:12;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:13;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:14;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:15;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:16;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:17;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:18;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:19;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:20;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:21;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:22;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:23;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:24;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:25;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:26;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:27;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:28;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:29;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:30;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:31;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}}i:2;a:28:{i:1;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:2;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:3;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:4;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:5;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:6;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:7;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:8;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:9;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:10;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";a:1:{i:0;O:8:"stdClass":44:{s:8:"event_id";s:2:"48";s:11:"event_begin";s:9:"2013-2-10";s:9:"event_end";s:9:"2013-2-10";s:11:"event_title";s:29:"Chinese New Year of the Snake";s:10:"event_desc";s:0:"";s:11:"event_short";s:0:"";s:10:"event_open";s:1:"2";s:10:"event_time";s:8:"09:00:00";s:13:"event_endtime";s:8:"00:00:00";s:11:"event_recur";s:1:"S";s:13:"event_repeats";s:1:"0";s:12:"event_status";s:1:"1";s:12:"event_author";s:1:"1";s:10:"event_host";s:1:"1";s:14:"event_category";s:1:"2";s:10:"event_link";s:0:"";s:18:"event_link_expires";s:1:"0";s:11:"event_label";s:0:"";s:12:"event_street";s:0:"";s:13:"event_street2";s:0:"";s:10:"event_city";s:0:"";s:11:"event_state";s:0:"";s:14:"event_postcode";s:0:"";s:12:"event_region";s:0:"";s:13:"event_country";s:0:"";s:9:"event_url";s:0:"";s:15:"event_longitude";s:8:"0.000000";s:14:"event_latitude";s:8:"0.000000";s:10:"event_zoom";s:2:"16";s:11:"event_group";s:1:"0";s:14:"event_group_id";s:1:"0";s:14:"event_approved";s:1:"1";s:13:"event_flagged";s:1:"0";s:13:"event_holiday";s:1:"0";s:16:"event_fifth_week";s:1:"1";s:11:"event_image";s:0:"";s:11:"event_added";s:19:"2012-05-22 04:01:01";s:11:"category_id";s:1:"2";s:13:"category_name";s:23:"Lifestyle Event Shedule";s:14:"category_color";s:1:"#";s:13:"category_icon";s:9:"event.png";s:20:"event_original_begin";s:10:"2013-02-10";s:14:"event_start_ts";i:1360486800;s:12:"event_end_ts";i:1360454400;}}}}}i:11;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:12;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:13;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:14;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:15;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:16;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:17;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:18;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:19;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:20;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:21;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:22;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:23;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:24;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:25;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:26;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:27;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:28;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}}i:3;a:3:{i:1;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:2;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}i:3;a:1:{i:2;a:1:{s:3:"all";a:1:{s:3:"all";s:5:"empty";}}}}}}', 'no'),
(4091, 0, '_site_transient_timeout_browser_a3fd3c81b01e934389c88afe4b60bc74', '1338832014', 'yes'),
(4092, 0, '_site_transient_browser_a3fd3c81b01e934389c88afe4b60bc74', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.52";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(2388, 0, 'fse_df_wp', '1', 'yes'),
(2389, 0, 'fse_df', 'd.m.Y', 'yes'),
(2390, 0, 'fse_tf_wp', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(2391, 0, 'fse_tf', 'H:i', 'yes'),
(2392, 0, 'fse_ws_wp', '1', 'yes'),
(2393, 0, 'fse_ws', '1', 'yes'),
(2394, 0, 'fse_df_admin', 'dmY', 'yes'),
(2395, 0, 'fse_df_admin_sep', '.', 'yes'),
(2396, 0, 'fse_page', '', 'yes'),
(2397, 0, 'fse_page_mark', '1', 'yes'),
(2398, 0, 'fse_page_hide', '1', 'yes'),
(2399, 0, 'fse_number', '10', 'yes'),
(2400, 0, 'fse_template', '<p><strong><a href="{event_url}" title="{event_subject}">{event_subject}</a></strong><br />{event_startdate} {event_starttime} - {event_enddate} {event_endtime} @ {event_location}</p>', 'yes'),
(2401, 0, 'fse_template_lst', '<strong><a href="{event_url}">{event_subject}</a></strong><br />{event_startdate} {event_starttime} - {event_enddate} {event_endtime} @ {event_location}', 'yes'),
(2402, 0, 'fse_show_enddate', '0', 'yes'),
(2403, 0, 'fse_groupby', 'm', 'yes'),
(2404, 0, 'fse_groupby_header', 'M Y', 'yes'),
(2405, 0, 'fse_page_create_notice', '0', 'yes'),
(2406, 0, 'fse_adm_gc_enabled', '1', 'yes'),
(2407, 0, 'fse_adm_gc_mode', '0', 'yes'),
(2408, 0, 'fse_adm_gc_show_week', '0', 'yes'),
(2409, 0, 'fse_adm_gc_show_sel', '1', 'yes'),
(2410, 0, 'fse_fc_tit_week_fmt', 'F d[ Y]{ ''&#8212;''[ F] d Y}', 'yes'),
(2411, 0, 'fse_fc_tit_month_fmt', 'F Y', 'yes'),
(2412, 0, 'fse_fc_tit_day_fmt', 'l, F j, Y', 'yes'),
(2413, 0, 'fse_fc_col_week_fmt', 'D m/j', 'yes'),
(2414, 0, 'fse_fc_col_month_fmt', 'l', 'yes'),
(2415, 0, 'fse_fc_col_day_fmt', 'l m/j', 'yes'),
(2416, 0, 'fse_load_jquery', '1', 'yes'),
(2417, 0, 'fse_load_jqueryui', '1', 'yes'),
(2418, 0, 'fse_allday_hide_time', '1', 'yes'),
(2419, 0, 'fse_pagination', '0', 'yes'),
(2420, 0, 'fse_pagination_usedots', '1', 'yes'),
(2421, 0, 'fse_pagination_prev_text', '&laquo;', 'yes'),
(2422, 0, 'fse_pagination_next_text', '&raquo;', 'yes'),
(2423, 0, 'fse_pagination_end_size', '3', 'yes'),
(2424, 0, 'fse_pagination_mid_size', '3', 'yes'),
(2425, 0, 'fse_gmt_hack', '0', 'yes'),
(2426, 0, 'fse_load_fc_libs', '1', 'yes'),
(2427, 0, 'fse_db_version', '2', 'yes'),
(2859, 0, 'widget_weather-widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2428, 0, 'widget_wpcalendargrouped', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2429, 0, 'widget_wpcalendarsimple', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2861, 0, 'widget_my_weather', 'a:3:{i:2;a:0:{}i:3;a:12:{s:4:"city";s:15:"Puerto Vallarta";s:5:"title";s:23:"Puerto Vallarta Weather";s:5:"tflag";s:0:"";s:15:"transparentflag";s:0:"";s:14:"fahrenheitflag";s:0:"";s:7:"country";s:2:"MX";s:12:"country_name";s:6:"Mexico";s:4:"size";s:0:"";s:4:"type";s:0:"";s:8:"typeflag";s:8:"weather3";s:10:"text_color";s:7:"#000000";s:16:"background_color";s:7:"#FFFFFF";}s:12:"_multiwidget";i:1;}', 'yes'),
(2863, 0, 'widget_icit_weather_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3751, 0, 'url_feed', 'http://weather.yahooapis.com/forecastrss?p=48980&u=c', 'yes'),
(5309, 0, 'rewrite_rules', 'a:82:{s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:46:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"wpcf7_contact_form/([^/]+)/trackback/?$";s:45:"index.php?wpcf7_contact_form=$matches[1]&tb=1";s:59:"wpcf7_contact_form/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&feed=$matches[2]";s:54:"wpcf7_contact_form/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&feed=$matches[2]";s:47:"wpcf7_contact_form/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?wpcf7_contact_form=$matches[1]&paged=$matches[2]";s:54:"wpcf7_contact_form/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?wpcf7_contact_form=$matches[1]&cpage=$matches[2]";s:39:"wpcf7_contact_form/([^/]+)(/[0-9]+)?/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&page=$matches[2]";s:35:"wpcf7_contact_form/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"wpcf7_contact_form/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"wpcf7_contact_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"wpcf7_contact_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"wpcf7_contact_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:43:"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:36:"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?ngg_tag=$matches[1]&paged=$matches[2]";s:18:"ngg_tag/([^/]+)/?$";s:29:"index.php?ngg_tag=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=99&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:41:"%postid%/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?%postid%$matches[1]&feed=$matches[2]";s:36:"%postid%/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?%postid%$matches[1]&feed=$matches[2]";s:29:"%postid%/page/?([0-9]{1,})/?$";s:47:"index.php?%postid%$matches[1]&paged=$matches[2]";s:36:"%postid%/comment-page-([0-9]{1,})/?$";s:47:"index.php?%postid%$matches[1]&cpage=$matches[2]";s:11:"%postid%/?$";s:29:"index.php?%postid%$matches[1]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(5151, 0, '_site_transient_timeout_browser_b459dfa4ddc4d95ef0e23bc1347c5671', '1347650871', 'yes'),
(5152, 0, '_site_transient_browser_b459dfa4ddc4d95ef0e23bc1347c5671', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"21.0.1180.89";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(5451, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 20:06:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:86:"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23862@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:24:"Michael Adams (mdawaffe)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"WordPress SEO by Yoast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Google Analytics for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:6:"gtrans";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/gtrans/#post-30417";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Sep 2011 11:48:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30417@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:63:"Make your website available to the world using Google Translate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"kikadev";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:109:"NextGEN Gallery is a fully integrated image gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Yet Another Related Posts Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/#post-2769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Jan 2008 13:05:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2769@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:120:"Display a list of related entries on your site and feeds based on a unique algorithm. Now with custom post type support!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:35:"mitcho (Michael Yoshitaka Erlewine)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WP-PageNavi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds a more advanced paging navigation interface.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"AddThis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/addthis/#post-8124";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Dec 2008 16:03:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8124@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:127:"The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with over 330 popular services.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"_mjk_";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google Analyticator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/google-analyticator/#post-130";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"130@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"cavemonkey50";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"SEO Friendly Images";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/seo-image/#post-4729";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Mar 2008 15:03:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"4729@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:121:"SEO Friendly Images automatically adds alt and title attributes to all your images improving traffic from search engines.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Vladimir Prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 05 Oct 2012 20:35:03 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Fri, 05 Oct 2012 20:41:50 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 05 Oct 2012 20:06:50 +0000";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(5438, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1349512502', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(5439, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Sep 2012 22:37:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.5-beta1-22104";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 3.5 Beta 1 (and a bonus!)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Sep 2012 22:37:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2443";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:376:"I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1. This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6603:"<p>I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1.</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.5-beta-1.zip">download the beta here</a> (zip).</p>\n<p>In just three short months, we&#8217;ve already made a few hundred changes to improve your WordPress experience. The biggest thing we&#8217;ve been working on is overhauling the media experience from the ground up. We&#8217;ve made it all fair game: How you upload photos, arrange galleries, insert images into posts, and more. It&#8217;s still rough around the edges and some pieces are missing — which means now is the <em>perfect</em> time to test it out, report issues, and help shape our headline feature.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="http://core.trac.wordpress.org/report/5">a list of known bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5">everything we&#8217;ve fixed</a> so far.</p>\n<p>Here&#8217;s some more of what&#8217;s new:</p>\n<ul>\n<li><strong>Appearance: </strong>A simplified welcome screen. A new color picker. And the all-HiDPI (retina) dashboard.</li>\n<li><strong>Accessibility:</strong> Keyboard navigation and screen reader support have both been improved.</li>\n<li><strong>Plugins: </strong>You can browse and install plugins you&#8217;ve marked as favorites on WordPress.org, directly from your dashboard.</li>\n<li><strong>Mobile: </strong>It&#8217;ll be easier to link up your WordPress install with <a href="http://wordpress.org/extend/mobile/">our mobile apps</a>, as XML-RPC is now enabled by default.</li>\n<li><strong>Links: </strong>We&#8217;ve hidden the Link Manager for new installs. (Don&#8217;t worry, <a href="http://wordpress.org/extend/plugins/link-manager/">there&#8217;s a plugin for that</a>.)</li>\n</ul>\n<p><strong>Developers: </strong>We love you. We do. And one of the things we strive to do with every release is be compatible with all existing plugins and themes. To make sure we don&#8217;t break anything, we need your help. <strong>Please, please test your plugins and themes against 3.5.</strong> If something isn&#8217;t quite right, please let us know. (Chances are, it wasn&#8217;t intentional.) And despite all of the changes to media, we&#8217;re still aiming to be backwards compatible with plugins that make changes to the existing media library. It&#8217;s a tall task, and it means we need your help.</p>\n<p>Here&#8217;s some more things we think developers will enjoy (and should test their plugins and themes against):</p>\n<ul>\n<li><strong>External libraries updated:</strong> TinyMCE  3.5.6. SimplePie 1.3. jQuery 1.8.2. jQuery UI 1.9 (and it&#8217;s not even released yet). We&#8217;ve also added Backbone 0.9.2 and Underscore 1.3.3, and you can use protocol-relative links when enqueueing scripts and styles. (<a href="http://core.trac.wordpress.org/ticket/16560">#16560</a>)</li>\n<li><strong>WP Query:</strong> You can now ask to receive posts in the order specified by <code>post__in</code>. (<a href="http://core.trac.wordpress.org/ticket/13729">#13729</a>)</li>\n<li><strong>XML-RPC:</strong> New user management, profile editing, and post revision methods. We&#8217;ve also removed AtomPub. (<a href="http://core.trac.wordpress.org/ticket/18428">#18428</a>, <a href="http://core.trac.wordpress.org/ticket/21397">#21397</a>, <a href="http://core.trac.wordpress.org/ticket/21866">#21866</a>)</li>\n<li><strong>Multisite: </strong>switch_to_blog() is now used in more places, is faster, and more reliable. Also: You can now use multisite in a subdirectory, and uploaded files no longer go through ms-files (for new installs). (<a href="http://core.trac.wordpress.org/ticket/21434">#21434</a>, <a href="http://core.trac.wordpress.org/ticket/19796">#19796</a>, <a href="http://core.trac.wordpress.org/ticket/19235">#19235</a>)</li>\n<li><strong>TinyMCE: </strong>We&#8217;ve added API support for &#8220;views&#8221; which you can use to offer previews and interaction of elements from the visual editor. (<a href="http://core.trac.wordpress.org/ticket/21812">#21812</a>)</li>\n<li><strong>Posts API: </strong>Major performance improvements when working with hierarchies of pages and post ancestors. Also, you can now &#8220;turn on&#8221; native custom columns for taxonomies on edit post screens. (<a href="http://core.trac.wordpress.org/ticket/11399">#11399</a>, <a href="http://core.trac.wordpress.org/ticket/21309">#21309</a>, <a href="http://core.trac.wordpress.org/ticket/21240">#21240</a>)</li>\n<li><strong>Comments API:</strong> Search for comments of a particular status, or with a meta query (same as with WP_Query). (<a href="http://core.trac.wordpress.org/ticket/21101">#21101</a>, <a href="http://core.trac.wordpress.org/ticket/21003">#21003</a>)</li>\n<li><strong>oEmbed: </strong>We&#8217;ve added support for a few oEmbed providers, and we now handle SSL links. (<a href="http://core.trac.wordpress.org/ticket/15734">#15734</a>, <a href="http://core.trac.wordpress.org/ticket/21635">#21635</a>, <a href="http://core.trac.wordpress.org/ticket/16996">#16996</a>, <a href="http://core.trac.wordpress.org/ticket/20102">#20102</a>)</li>\n</ul>\n<p>We&#8217;re looking forward to your feedback. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 200 contributors to version 3.5 — come join us!</p>\n<h3>And as promised, a bonus:</h3>\n<p>We&#8217;re planning a December 5 release for WordPress 3.5. But, we have a special offering for you, today. The newest default theme for WordPress, <strong>Twenty</strong><strong> Twelve</strong>, is now <a href="http://wordpress.org/extend/themes/twentytwelve">available for download</a> from the WordPress themes directory. It&#8217;s a gorgeous and fully responsive theme, and it works with WordPress 3.4.2. Take it for a spin!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 3.4.2 Maintenance and Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/09/wordpress-3-4-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/09/wordpress-3-4-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Sep 2012 20:07:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2426";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:355:"WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions. After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve identified and fixed a number of nagging bugs, including: Fix some issues with older browsers in the administration area. Fix an issue where a theme [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1443:"<p>WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions.</p>\n<p>After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.2&amp;group=resolution&amp;order=severity&amp;desc=1">identified and fixed a number of nagging bugs</a>, including:</p>\n<ul>\n<li>Fix some issues with older browsers in the administration area.</li>\n<li>Fix an issue where a theme may not preview correctly, or its screenshot may not be displayed.</li>\n<li>Improve plugin compatibility with the visual editor.</li>\n<li>Address pagination problems with some category permalink structures.</li>\n<li>Avoid errors with both oEmbed providers and trackbacks.</li>\n<li>Prevent improperly sized header images from being uploaded.</li>\n</ul>\n<p>Version 3.4.2 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential privilege escalation and a bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>\n<p><a href="http://wordpress.org/download/"><strong>Download 3.4.2</strong></a><strong> now or visit Dashboard → Updates in your site admin to update now.</strong></p>\n<p><em>Fixes for some bugs<br />\nBack to work on 3.5<br />\nIt&#8217;s time to update</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/09/wordpress-3-4-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:60:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Event Organizers Unite!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2012/07/event-organizers-unite/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2012/07/event-organizers-unite/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Jul 2012 08:18:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:7:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"classes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:12:"contributors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:10:"hackathons";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:7:"meetups";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:6;a:5:{s:4:"data";s:9:"WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2412";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:388:"I&#8217;m happy to announce the formation of a new official contributor group within the WordPress project for the organizers of in-person events that promote WordPress. Though there are hundreds of people around the globe organizing WordCamps, WordPress meetups, hackathons, free classes and the like, since their &#8220;projects&#8221; were all happening locally there was never a [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3709:"<p>I&#8217;m happy to announce the formation of a new official contributor group within the WordPress project for the organizers of in-person events that promote WordPress. Though there are hundreds of people around the globe organizing WordCamps, WordPress meetups, hackathons, free classes and the like, since their &#8220;projects&#8221; were all happening locally there was never a central hub of activity for these folks. Despite the many informal connections between community organizers, we weren&#8217;t taking advantage of the huge existing knowledge base as new organizers stepped up to the plate.</p>\n<p>With the creation of <a href="http://make.wordpress.org/events/">this new contributor group</a>, we finally have a way to organize and recognize these kinds of contributions, a clear avenue for feedback and input when it comes to policies around official events, and the opportunity to create even more connections between community organizers through mentorship programs and group projects. I&#8217;m especially excited about the creation of this group because until now the role of community organizer, while one of the most important, has not gotten the same recognition as higher-profile contribution methods such as forum support or core code contribution. That is something I hope this group will change, and the local organizers can be recognized for the community leaders they are.*</p>\n<p>If you are the organizer of a local WordCamp, WordPress meetup, etc., head over to <a href="http://make.wordpress.org/events/">http://make.wordpress.org/events/</a> and introduce yourself so we can include you in the fun!</p>\n<p>Speaking of meetups, an update on <a href="http://wordpress.org/news/2012/01/year-of-the-meetup/">my last post about meetups</a> is long overdue. With around 500 meetup organizers (and/or potential organizers) responding to my last survey, it took much longer than anticipated to review all the responses. We&#8217;re working now with meetup.com to issue invitations to join a centralized WordPress Meetup account, so if you filled out the form earlier this year, you should be hearing from them soon. The first wave of existing meetup account transfers (for those who opted in) should happen in the next two weeks, with additional waves every 3 months thereafter (and new groups will be able to be created along the way).</p>\n<p>The <a href="http://wordpress.org/news/2012/05/calling-all-contributors-community-summit-2012/">contributor summit</a> that is being planned for the end of October also generated hundreds of responses/nominations, so that review process is still happening, but we should be announcing some basic plans and issuing invitations soon.</p>\n<p>And finally, it would be impossible to talk about in-person WordPress events without mentioning the upcoming annual <a href="http://2012.sf.wordcamp.org">WordCamp in San Francisco</a>. As the event that represents the worldwide project as a whole, it&#8217;s the perfect time to evaluate where we stand as a project and as a community, to help determine where we go next. If you&#8217;re a WordPress user, developer, or in any way a part of our vast and interconnected ecosystem, please take a moment to fill in the <a href="http://wpsurvey.polldaddy.com/s/wp-2012">2nd annual WordPress survey</a>. It&#8217;s just a couple of questions, and your input would be greatly appreciated. The results of the survey will be announced at <a href="http://2012.sf.wordcamp.org">WSCF</a>, and a report issued shortly thereafter.</p>\n<p>Thanks!</p>\n<p>*<em> I am also of the firm belief that academic and arts activities should earn varsity letters just like sports teams do &#8212; go mathletes! </em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2012/07/event-organizers-unite/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress 3.4.1 Maintenance and Security Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/06/wordpress-3-4-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/06/wordpress-3-4-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2012 19:57:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2383";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:379:"WordPress 3.4.1 is now available for download. WordPress 3.4 has been a very smooth release, and copies are flying off the shelf &#8212; 3 million downloads in two weeks! This maintenance release addresses 18 bugs with version 3.4, including: Fixes an issue where a theme&#8217;s page templates were sometimes not detected. Addresses problems with some category permalink [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1585:"<p>WordPress 3.4.1 is now available for download. WordPress 3.4 has been a very smooth release, and copies are flying off the shelf &#8212; 3 million downloads in two weeks! This maintenance release addresses <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.1&amp;group=resolution&amp;order=severity&amp;desc=1">18 bugs</a> with version 3.4, including:</p>\n<ul>\n<li>Fixes an issue where a theme&#8217;s page templates were sometimes not detected.</li>\n<li>Addresses problems with some category permalink structures.</li>\n<li>Better handling for plugins or themes loading JavaScript incorrectly.</li>\n<li>Adds early support for uploading images on iOS 6 devices.</li>\n<li>Allows for a technique commonly used by plugins to detect a network-wide activation.</li>\n<li>Better compatibility with servers running certain versions of PHP (5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which had caused warnings or in some cases prevented emails from being sent.</li>\n</ul>\n<p>Version 3.4.1 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential information disclosure as well as an bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>\n<p><strong><a href="http://wordpress.org/download/">Download 3.4.1</a> now or visit Dashboard → Updates in your site admin to update now.</strong></p>\n<p><em>Green was a bit green<br />\nWe have hardened it up some<br />\nUpdate WordPress now</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/06/wordpress-3-4-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 3.4 “Green”";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2012/06/green/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2012/06/green/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 13 Jun 2012 18:42:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2334";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:386:"WordPress 3.4 is here and out the door. We&#8217;ve dubbed this release &#8220;Green&#8221; in honor of guitarist Grant Green whose soulful simplicity has kept many of us company during this release. This release includes significant improvements to theme customization, custom headers, Twitter embeds, and image captions &#8212; here&#8217;s a short clip with the highlights: For [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:15280:"<p>WordPress 3.4 is <a href="http://wordpress.org/download/">here and out the door</a>. We&#8217;ve dubbed this release &#8220;Green&#8221; in honor of guitarist <a href="http://en.wikipedia.org/wiki/Grant_Green">Grant Green</a> whose soulful simplicity has kept many of us company during this release.</p>\n<p>This release includes significant improvements to theme customization, custom headers, Twitter embeds, and image captions &#8212; here&#8217;s a short clip with the highlights:</p>\n<div id="v-Gg0EFixV-1" class="video-player"><embed id="v-Gg0EFixV-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=Gg0EFixV&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.4 &quot;Green&quot;" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Users</h3>\n<p>The biggest change in 3.4 is the <strong>theme customizer</strong> which allows you to play around with various looks and settings for your current theme or one you&#8217;re thinking about switching to without publishing those changes to the whole world. For themes that support it, you can change colors, backgrounds, and of course custom image headers. We have more planned for the customizer down the road.</p>\n<p>Throughout the rest of the admin you&#8217;ll notice tweaks to make your everyday life easier. For example, if you have lots of themes we&#8217;ve made it quicker to browse them all at once without paging. We&#8217;ve made it possible to use images from your media library to populate custom headers, and for you to choose the height and width of your header images.</p>\n<p>We&#8217;ve expanded our embed support to include tweets: just put a Twitter permalink on its own line in the post editor and we&#8217;ll turn it into a beautiful embedded Tweet. And finally, image captions have been improved to allow HTML, like links, in them.</p>\n<h3>For Developers</h3>\n<p>There are hundreds of under-the-hood improvements in this release, notably in the XML-RPC, themes, and custom header APIs, and significant performance improvements in WP_Query and the translation system. <a href="http://codex.wordpress.org/Version_3.4">The Codex has a pretty good summary of the developer features</a>, and you can always <a href="http://core.trac.wordpress.org/milestone/3.4">dive into Trac directly</a>.</p>\n<p>We&#8217;ve also <a href="http://wpdevel.wordpress.com/2012/06/07/wordpress-3-4-field-guide-for-developers/">put together a busy developer&#8217;s field guide to the new APIs in 3.4</a>.</p>\n<h3>It takes a village</h3>\n<p>Here are some of the fine folks who were involved in bringing 3.4 to the world:</p>\n<p><a href="http://profiles.wordpress.org/082net">082net</a>, <a href="http://profiles.wordpress.org/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/ajacommerce">AJ Acevedo</a>, <a href="http://profiles.wordpress.org/akshayagarwal">akshayagarwal</a>, <a href="http://profiles.wordpress.org/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/alexkingorg">Alex King</a>, <a href="http://profiles.wordpress.org/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/ampt">ampt</a>, <a href="http://profiles.wordpress.org/sabreuse">Amy Hendrix</a>, <a href="http://profiles.wordpress.org/andrea_r">Andrea Rennick</a>, <a href="http://profiles.wordpress.org/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/andrewryno">Andrew Ryno</a>, <a href="http://profiles.wordpress.org/andy">Andy Skelton</a>, <a href="http://profiles.wordpress.org/arieputranto">Arie Putranto</a>, <a href="http://profiles.wordpress.org/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/barry">Barry</a>, <a href="http://profiles.wordpress.org/benchapman">BenChapman</a>, <a href="http://profiles.wordpress.org/husobj">Ben Huson</a>, <a href="http://profiles.wordpress.org/benbalter">Benjamin J. Balter</a>, <a href="http://profiles.wordpress.org/billerickson">Bill Erickson</a>, <a href="http://profiles.wordpress.org/bananastalktome">Billy (bananastalktome)</a>, <a href="http://profiles.wordpress.org/boonebgorges">Boone Gorges</a>, <a href="http://profiles.wordpress.org/camiloclc">camiloclc</a>, <a href="http://profiles.wordpress.org/casben79">casben79</a>, <a href="http://profiles.wordpress.org/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/ceefour">ceefour</a>, <a href="http://profiles.wordpress.org/cheald">cheald</a>, <a href="http://profiles.wordpress.org/chellycat">chellycat</a>, <a href="http://profiles.wordpress.org/chexee">Chelsea Otakan</a>, <a href="http://profiles.wordpress.org/chipbennett">Chip Bennett</a>, <a href="http://profiles.wordpress.org/c3mdigital">Chris Olbekson</a>, <a href="http://profiles.wordpress.org/coenjacobs">Coen Jacobs</a>, <a href="http://profiles.wordpress.org/scribu">Cristi Burc&#259;</a>, <a href="http://profiles.wordpress.org/cyapow">Cyapow</a>, <a href="http://profiles.wordpress.org/djcp">Dan Collis-Puro</a>, <a href="http://profiles.wordpress.org/danielbachhuber">Daniel Bachhuber</a>, <a href="http://profiles.wordpress.org/convissor">Daniel Convissor</a>, <a href="http://profiles.wordpress.org/redsweater">Daniel Jalkut (Red Sweater)</a>, <a href="http://profiles.wordpress.org/daniloercoli">daniloercoli</a>, <a href="http://profiles.wordpress.org/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/dgwyer">David Gwyer</a>, <a href="http://profiles.wordpress.org/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/demetris">demetris</a>, <a href="http://profiles.wordpress.org/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/dllh">dllh</a>, <a href="http://profiles.wordpress.org/ocean90">Dominik Schilling</a>, <a href="http://profiles.wordpress.org/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/drewapicture">Drew Jaynes (DrewAPicture)</a>, <a href="http://profiles.wordpress.org/ebababi">ebababi</a>, <a href="http://profiles.wordpress.org/edward-mindreantre">edward-mindreantre</a>, <a href="http://profiles.wordpress.org/emhr">emhr</a>, <a href="http://profiles.wordpress.org/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/ericlewis">Eric Andrew Lewis</a>, <a href="http://profiles.wordpress.org/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/ejdanderson">Evan Anderson</a>, <a href="http://profiles.wordpress.org/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/fredwu">Fred Wu</a>, <a href="http://profiles.wordpress.org/ounziw">Fumito Mizuno</a>, <a href="http://profiles.wordpress.org/garyc40">Gary Cao</a>, <a href="http://profiles.wordpress.org/garyj">Gary Jones</a>, <a href="http://profiles.wordpress.org/gautamgupta">Gautam</a>, <a href="http://profiles.wordpress.org/soulseekah">Gennady Kovshenin</a>, <a href="http://profiles.wordpress.org/mamaduka">George Mamadashvili</a>, <a href="http://profiles.wordpress.org/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/webord">Gustavo Bordoni</a>, <a href="http://profiles.wordpress.org/hearvox">hearvox</a>, <a href="http://profiles.wordpress.org/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/hugobaeta">Hugo Baeta</a>, <a href="http://profiles.wordpress.org/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/insertvisionhere">insertvisionhere</a>, <a href="http://profiles.wordpress.org/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/master-jake">Jacob Chappell</a>, <a href="http://profiles.wordpress.org/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/japh">Japh</a>, <a href="http://profiles.wordpress.org/jaquers">jaquers</a>, <a href="http://profiles.wordpress.org/jarretc">JarretC</a>, <a href="http://profiles.wordpress.org/jeremyclarke">jeremyclarke</a>, <a href="http://profiles.wordpress.org/jeremyfelt">Jeremy Felt</a>, <a href="http://profiles.wordpress.org/jayjdk">Jesper Johansen (Jayjdk)</a>, <a href="http://profiles.wordpress.org/jiehanzheng">Jiehan Zheng</a>, <a href="http://profiles.wordpress.org/intoxstudio">Joachim Jensen (Intox Studio)</a>, <a href="http://profiles.wordpress.org/jkudish">Joachim Kudish (jkudish)</a>, <a href="http://profiles.wordpress.org/johnbillion">John Blackbourn (johnbillion)</a>, <a href="http://profiles.wordpress.org/aldenta">John Ford</a>, <a href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/joostdevalk">Joost de Valk</a>, <a href="http://profiles.wordpress.org/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/devesine">Justin</a>, <a href="http://profiles.wordpress.org/justindgivens">Justin Givens</a>, <a href="http://profiles.wordpress.org/trepmal">Kailey Lampert (trepmal)</a>, <a href="http://profiles.wordpress.org/kenan3008">Kenan Dervisevic</a>, <a href="http://profiles.wordpress.org/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/kobenland">Konstantin Obenland</a>, <a href="http://profiles.wordpress.org/klagraff">Kristopher Lagraff</a>, <a href="http://profiles.wordpress.org/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/lardjo">Lardjo</a>, <a href="http://profiles.wordpress.org/leewillis77">Lee Willis (leewillis77)</a>, <a href="http://profiles.wordpress.org/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/latz">Lutz Schroer</a>, <a href="http://profiles.wordpress.org/settle">Mantas Malcius</a>, <a href="http://profiles.wordpress.org/netweblogic">Marcus</a>, <a href="http://profiles.wordpress.org/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/markauk">Mark Rowatt Anderson</a>, <a href="http://profiles.wordpress.org/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/sivel">Matt Martz</a>, <a href="http://profiles.wordpress.org/mattonomics">mattonomics</a>, <a href="http://profiles.wordpress.org/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/maxcutler">Max Cutler</a>, <a href="http://profiles.wordpress.org/merty">Mert Yazicioglu</a>, <a href="http://profiles.wordpress.org/mgolawala">mgolawala</a>, <a href="http://profiles.wordpress.org/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/tw2113">Michael Beckwith</a>, <a href="http://profiles.wordpress.org/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/mikeschinkel">Mike Schinkel</a>, <a href="http://profiles.wordpress.org/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/toppa">Mike Toppa</a>, <a href="http://profiles.wordpress.org/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/mitchoyoshitaka">mitcho (Michael Yoshitaka Erlewine)</a>, <a href="http://profiles.wordpress.org/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/mrtorrent">mrtorrent</a>, <a href="http://profiles.wordpress.org/namely">Name.ly</a>, <a href="http://profiles.wordpress.org/Nao">Naoko McCracken</a>, <a href="http://profiles.wordpress.org/alex-ye">Nashwan Doaqan</a>, <a href="http://profiles.wordpress.org/niallkennedy">Niall Kennedy</a>, <a href="http://profiles.wordpress.org/nikolayyordanov">Nikolay Yordanov</a>, <a href="http://profiles.wordpress.org/norocketsurgeon">norocketsurgeon</a>, <a href="http://profiles.wordpress.org/npetetin">npetetin</a>, <a href="http://profiles.wordpress.org/nunomorgadinho">Nuno Morgadinho</a>, <a href="http://profiles.wordpress.org/ocollet">Olivier Collet</a>, <a href="http://profiles.wordpress.org/pbiron">Paul Biron</a>, <a href="http://profiles.wordpress.org/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/petemall">Pete Mall</a>, <a href="http://profiles.wordpress.org/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/pishmishy">pishmishy</a>, <a href="http://profiles.wordpress.org/nprasath002">Prasath Nadarajah</a>, <a href="http://profiles.wordpress.org/prettyboymp">prettyboymp</a>, <a href="http://profiles.wordpress.org/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/pw201">pw201</a>, <a href="http://profiles.wordpress.org/ramiy">Rami Yushuvaev</a>, <a href="http://profiles.wordpress.org/rarst">Rarst</a>, <a href="http://profiles.wordpress.org/arena">RENAUT</a>, <a href="http://profiles.wordpress.org/greuben">Reuben Gunday</a>, <a href="http://profiles.wordpress.org/roscius">Roscius</a>, <a href="http://profiles.wordpress.org/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/russellwwest">russellwwest</a>, <a href="http://profiles.wordpress.org/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/ryanduff">Ryan Duff</a>, <a href="http://profiles.wordpress.org/rmccue">Ryan McCue</a>, <a href="http://profiles.wordpress.org/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/otto42">Samuel &#8220;Otto&#8221; Wood</a>, <a href="http://profiles.wordpress.org/tenpura">Seisuke Kuraishi</a>, <a href="http://profiles.wordpress.org/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/sksmatt">sksmatt</a>, <a href="http://profiles.wordpress.org/sushkov">Stas Su&#537;kov</a>, <a href="http://profiles.wordpress.org/stephdau">Stephane Daury (stephdau)</a>, <a href="http://profiles.wordpress.org/tamlyn">tamlyn</a>, <a href="http://profiles.wordpress.org/griffinjt">Thomas Griffin</a>, <a href="http://profiles.wordpress.org/tott">Thorsten Ott</a>, <a href="http://profiles.wordpress.org/tobiasbg">TobiasBg</a>, <a href="http://profiles.wordpress.org/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/skithund">Toni Viemero</a>, <a href="http://profiles.wordpress.org/transom">transom</a>, <a href="http://profiles.wordpress.org/sorich87">Ulrich Sossou</a>, <a href="http://profiles.wordpress.org/utkarsh">Utkarsh Kukreti</a>, <a href="http://profiles.wordpress.org/wojtekszkutnik">Wojtek Szkutnik</a>, <a href="http://profiles.wordpress.org/wonderslug">wonderslug</a>, <a href="http://profiles.wordpress.org/xibe">Xavier Borderie</a>, <a href="http://profiles.wordpress.org/yoavf">Yoav Farhi</a>, <a href="http://profiles.wordpress.org/thezman84">Zach &#8220;The Z Man&#8221; Abernathy</a>, <a href="http://profiles.wordpress.org/tollmanz">Zack Tollman</a>, <a href="http://profiles.wordpress.org/vanillalounge">Ze Fontainhas</a>, and <a href="http://profiles.wordpress.org/zx2c4">zx2c4</a>.</p>\n<p>See you next time!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2012/06/green/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.4 Release Candidate 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2012/06/wordpress-3-4-release-candidate-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2012/06/wordpress-3-4-release-candidate-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Jun 2012 00:30:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2326";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:325:"The third release candidate for WordPress 3.4 is now available. Since RC2, we&#8217;ve fixed a few lingering issues with the new live preview feature, as well as with custom headers and backgrounds. There are no remaining issues, and we plan to release 3.4 in the coming days. But if you think you&#8217;ve found a bug, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1376:"<p>The third release candidate for WordPress 3.4 is now available. Since RC2, we&#8217;ve fixed a few lingering issues with the new live preview feature, as well as with custom headers and backgrounds.</p>\n<p>There are no remaining issues, and we plan to release 3.4 in the coming days. But if you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums, or file a bug report on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>.</p>\n<p>To test WordPress 3.4, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.4-RC3.zip">download the release candidate here</a> (zip). Be sure to visit <strong><img style="vertical-align: text-top" src="http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png" alt="" /> → About</strong> for an updated list of features and under-the-hood changes. As a reminder: We’ve published some resources on the <a href="http://wpdevel.wordpress.com/2012/06/07/wordpress-3-4-field-guide-for-developers/">development blog</a> to help plugin and theme developers prepare.</p>\n<p><em>The new live preview<br />\nNearing perfection, and yet?<br />\nNot yet. RC3</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2012/06/wordpress-3-4-release-candidate-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.4 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2012/06/wordpress-3-4-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2012/06/wordpress-3-4-release-candidate-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 07 Jun 2012 02:48:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2318";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:331:"The second release candidate for WordPress 3.4 is now available. Since RC1, we&#8217;ve made a few dozen final changes. Our goal is to release WordPress 3.4 early next week, so plugin and theme authors, this is likely your last chance to test your plugins and themes to find any compatibility issues before the final release. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1713:"<p>The second release candidate for WordPress 3.4 is now available. Since RC1, we&#8217;ve made a <a href="http://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=21018&amp;stop_rev=20949&amp;limit=500">few dozen final changes</a>.</p>\n<p>Our goal is to release WordPress 3.4 early next week, so plugin and theme authors, this is likely <strong>your last chance to test your plugins and themes to find any compatibility issues before the final release</strong>. We&#8217;ve published some resources on the <a href="http://wpdevel.wordpress.com/2012/06/07/wordpress-3-4-field-guide-for-developers/">development blog</a> to help you prepare.</p>\n<p>If you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>, but we&#8217;re hoping for a quiet few days so we can get some great features into your hands next week!</p>\n<p>To test WordPress 3.4, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.4-RC2.zip">download the release candidate here</a> (zip). Be sure to visit <strong><img src="http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png" alt="" style="vertical-align:text-top" /> &rarr; About</strong> for an updated list of features and under-the-hood changes.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2012/06/wordpress-3-4-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:48:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 3.4 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2012/05/wordpress-3-4-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2012/05/wordpress-3-4-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 27 May 2012 17:18:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2303";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:130:"The first release candidate (RC1) for WordPress 3.4 is now available. If you haven’t tested WordPress 3.4 yet, now is the time! ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1871:"<p>The first release candidate (RC1) for WordPress 3.4 is now available.</p>\n<p>An RC comes after the beta period and before final release. We think we&#8217;re done, but with millions of users and thousands of plugins and themes, it&#8217;s possible we&#8217;ve missed something. So if you haven’t tested WordPress 3.4 yet, now is the time! Please though, not on your live site unless you’re adventurous.</p>\n<p>With more than <a href="http://core.trac.wordpress.org/milestone/3.4">500 tickets closed</a>, there are quite a few changes. <strong>Plugin and theme authors,</strong> please test your plugins and themes now, so that if there is a compatibility issue, we can figure it out before the final release.</p>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, please post to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a>. If any known issues crop up, you’ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>.</p>\n<p>To test WordPress 3.4, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.4-RC1.zip">download the release candidate here (zip)</a>.</p>\n<p>If you&#8217;d like to know which levers to pull in your testing, visit the About page (<strong><img src="http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png" alt="" style="vertical-align:text-top" /> &rarr; About</strong> in the toolbar) and check out the list of features! You&#8217;ll definitely want to try the live theme previews.</p>\n<p><strong>Bonus:</strong> Happy birthday WordPress &#8212; <a href="http://wordpress.org/news/2003/05/wordpress-now-available/">nine years old</a> today.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2012/05/wordpress-3-4-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:42:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Plugin Directory Refreshed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2012/05/plugins-refreshed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2012/05/plugins-refreshed/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 19 May 2012 18:56:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2291";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:333:"Been hanging out with a few WordPress.org hackers &#8212; Scott, Nacin, and Otto &#8212; the last few days in a BBQ-fueled haze of hacking to make plugin directory better. There are over 19,000 plugins listed and they&#8217;re really the heart and soul of WordPress for many people, so they deserve a little tender loving care. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:3324:"<p>Been hanging out with a few WordPress.org hackers &#8212; Scott, Nacin, and Otto &#8212; the last few days in a BBQ-fueled haze of hacking to make plugin directory better. There are over <a href="http://wordpress.org/extend/plugins/">19,000 plugins listed</a> and they&#8217;re really the heart and soul of WordPress for many people, so they deserve a little tender loving care. Here&#8217;s a quick before and after snapshot you can zoom in on to see a visual overview of some of the changes:</p>\n<p><a href="http://wpdotorg.files.wordpress.com/2012/05/contact-form-7.png"><img src="http://s2.wp.com/imgpress?resize=690,350&amp;url=http://wpdotorg.files.wordpress.com/2012/05/contact-form-7.png&amp;unsharpmask=80,0.5,3" alt="" /></a></p>\n<p>Our first focus was around improving the discussion and support around plugins.</p>\n<p>You&#8217;ll now notice that threads about a plugin are pulled directly into a &#8220;support&#8221; tab on the plugin page &#8212; each plugin has its own forum. We&#8217;ve made authors much more prominent and with bigger Gravatars and better placement, so you can get a sense of who made the plugin you&#8217;re using. And finally to show how active and well-supported a plugin is, you can see  &#8221;16 of 75 support threads in the last two weeks have been resolved.&#8221; Finally, if you&#8217;re logged in you get access to the new &#8220;favorites&#8221; feature that lets you mark the plugins you use the most so you can share them on your profile page and find them quickly later. We soft-launched favorites a few days ago and there have already been 2,000 saved!</p>\n<p>If you&#8217;re a plugin author, we&#8217;ve started with a short threshold (2 weeks) for the resolved stats so it&#8217;s easy to catch up and stay on top of it. (It&#8217;ll eventually go to two months.) You also now have the ability to set stickies on your plugin forum to put FAQs or important information at the top, and of course any person you put as a committer on the plugin will have moderation access. People on the forum tag will see your custom header and links to the other resources attached to your plugin.</p>\n<p>We&#8217;ve tightened up the styling a bit on the forums and plugin pages, though still some cleanups to do there. Some older improvements you might have missed, but are still useful for users and developers alike:</p>\n<ul>\n<li>&#8220;Plugin headers&#8221; or those cool graphics you see at the top of plugin pages have really taken off, there are over 1,600 active now.</li>\n<li>You can now subscribe to get an email whenever a commit is made to a plugin repository even if it isn&#8217;t yours. There is no better way to follow the development of your favorite plugins. There&#8217;s nothing like the smell of fresh changesets in the morning.</li>\n<li>Behind the scenes, we&#8217;ve dramatically ramped up proactive scanning of the entire repository to help authors fix security and other problems they might not even know about yet. The quality level of the repo has gone way, way up.</li>\n</ul>\n<p>All of this will continue to evolve as we get feedback and see usage, but we&#8217;re happy to have been able to make some key improvements in just a few days while hanging out in Memphis. (This is why WordCamps usually have BBQ &#8212; it imparts magical coding powers.)</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2012/05/plugins-refreshed/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:45:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Calling All Contributors: Community Summit 2012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/news/2012/05/calling-all-contributors-community-summit-2012/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:90:"http://wordpress.org/news/2012/05/calling-all-contributors-community-summit-2012/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 May 2012 22:36:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2278";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"Each year, the WordPress core development team meets in person for a week to work together and discuss the vision for WordPress in the coming year. As annual events go, it&#8217;s easily my favorite. Don&#8217;t get me wrong, I love attending WordCamps and local WordPress meetups (which are awesome and you should try to attend [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:5345:"<p>Each year, the WordPress core development team meets in person for a week to work together and discuss the vision for WordPress in the coming year. As annual events go, it&#8217;s easily my favorite. Don&#8217;t get me wrong, I love attending <a title="WordCamp Central" href="http://wordcamp.org">WordCamps</a> and local <a title="WordPress on Meetup.com" href="http://wordpress.meetup.com/">WordPress meetups</a> (which are awesome and you should try to attend if you are able), but at the core team meetup, the focus on working together and getting things done is unique, as is the experience of every person in the room being so highly qualified. This year, instead of just planning a core team meetup, I&#8217;m aiming a little higher and shooting for a full-on contributor/community summit.</p>\n<p>Core code isn&#8217;t the only way to contribute to the WordPress project. We have an active <a title="Theme Review Team blog" href="http://make.wordpress.org/themes/">theme review team</a>, <a href="http://wordpress.org/support/">support forum</a> volunteers, people writing <a href="http://codex.wordpress.org/Main_Page">documentation</a>, plugin managers, community event organizers, translators, and more. The teams have been siloed for too long, so we&#8217;ve recently begun the process of bringing them together by having teams elect representatives to facilitate more communication between the contributor groups. These reps will form the nucleus of the contributor summit now being planned for a long weekend at the end of October in Tybee Island, GA. This is completely different from a WordCamp. It will be a combination of co-working, unconference, and discussions among the project leaders, and participation will be by invitation.</p>\n<p>In addition to bringing together the active contributor team reps to work together, I think it&#8217;s important to include community members who don&#8217;t fall into that category (at least not yet!). Successful WordPress-based business, authors of popular plugins and themes, and people using WordPress in unexpected but intriguing ways should have a place at the table, too. That said, part of the magic of the core team meetup is the small size; it allows every voice not only to be heard, but to engage. Since this is my first attempt at bringing together so many groups and points of view, I want to try and keep it small enough to retain that personal atmosphere while at the same time ensuring that the best possible mix of people and businesses in the WordPress ecosystem is represented. This is where you come in!</p>\n<p>Taking a cue from events with limited availability like <a title="AdaCamp" href="http://dc.adacamp.org/">AdaCamp</a> (attendance) and the <a title="jQuery Conference" href="http://events.jquery.org/2012/sf/">jQuery conference</a> (speaker roster), I want you to <a title="Nomination survey" href="http://wordpressdotorg.polldaddy.com/s/2012-community-summit-nominations">nominate people and/or WordPress-based businesses to participate in the summit</a>. Yes, you can nominate yourself.* You can nominate up to 10 additional people &#8212; be prepared to provide URLs and the reason you think they should participate. You can also nominate up to 10 WordPress-based businesses without naming individual people, so if there&#8217;s a theme or hosting company (for example) that you think should be there, you don&#8217;t need to go looking for employee names. This nomination process will hopefully ensure that we don&#8217;t overlook someone who is making a difference in our community when it comes time to issue invitations.</p>\n<p>Nominations will be open for a week, after which <a href="http://wordpressdotorg.polldaddy.com/s/2012-community-summit-nominations">the survey</a> will be closed and the process of analyzing the results** will begin. The nominations process will lead to invitations in June, confirmations in July, planning in August and September, and the summit itself in October. Hopefully we can stream and/or record some of the activity to share online at <a href="http://wordpress.tv">WordPress.tv</a>. Additional invitations may be extended up until the event if there are people/businesses that become more active in the community. If you&#8217;re thinking to yourself that maybe now&#8217;s the perfect time to start <a href="http://codex.wordpress.org/Contributing_to_WordPress">contributing time to the WordPress project</a>, good thinking! In the meantime, if you want to weigh in, <a href="http://wordpressdotorg.polldaddy.com/s/2012-community-summit-nominations">fill in the community summit nomination form</a>. Thanks, and wish us luck!</p>\n<p><em>* Nominating yourself: Do nominate yourself if you fall into one of the categories described in the post above, or if you believe that you have a unique point of view. Please do not nominate yourself if you just think it would be cool to hang out with this group. This is a working event, and everyone is expected to bring something special to the table.</em></p>\n<p><em>** I (and/or a helpful community volunteer) will sift through the nominations and compile a shortlist of the most-nominated people/businesses and the most intriguing underdogs. This list will be reviewed by the summit planning committee (made up of team reps) to create the invitation list.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.org/news/2012/05/calling-all-contributors-community-summit-2012/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 05 Oct 2012 20:35:02 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Thu, 27 Sep 2012 22:37:49 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(5444, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1349512503', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(5445, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"WordPress.tv: Anthony Hortin: Getting to Grips with Firebug";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13589";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.tv/2012/10/05/anthony-hortin-getting-to-grips-with-firebug/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:649:"<div id="v-9UnEQj4N-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13589/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13589/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13589&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/05/anthony-hortin-getting-to-grips-with-firebug/"><img alt="Anthony-Hortin-Firebug.mov" src="http://videos.videopress.com/9UnEQj4N/video-4fe0c3d85c_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 19:50:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:81:"Weblog Tools Collection: Slight Under-the-Hood Improvements plus Jetpack Comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12059";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wvp3yBJVAjI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3438:"<p>You may not notice offhand, but we made some rather significant under-the-hood changes over the weekend. Despite often drooling like fan boys over the latest and greatest <a href="http://wordpress.org">WordPress</a> features, much of this theme has been hard-coded. For those of you who aren&#8217;t familiar with what &#8220;hard-coded&#8221; is, it means that the sidebar was just HTML in the theme&#8217;s sidebar template, not <a href="https://codex.wordpress.org/WordPress_Widgets">widgets</a>, and the navigation menu was just HTML in the theme&#8217;s header template, not a <a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">custom menu</a>. Why did we do this? Because it was easy, fast, and we didn&#8217;t need to change anything.</p>\n<p>Well, as WordPress continues to mature, more features are implemented as widgets. As we began desiring some of these, it became clear that the sidebar needed to be widgetized, and the existing modules (or non-widgets) needed to be switched over to widgets. Are you stuck with a theme that isn&#8217;t widgetized? If so, don&#8217;t worry, it&#8217;s really easy to <a href="http://codex.wordpress.org/Widgetizing_Themes">widgetize your theme</a>, and most existing HTML modules can simple be added as a text widget.</p>\n<p>As for custom menus, we&#8217;re starting to see new features that rely on established menus. For example, <a href="http://jetpack.me/2012/09/27/jetpack-1-8-mobile-theme/">Jetpack&#8217;s new mobile theme</a> uses your primary custom menu. Since we just switched to that mobile theme, it was time to do away with the hard-coded menu too. <a href="http://codex.wordpress.org/Navigation_Menus">Adding custom menus</a> to your theme is a bit more complicated, but we&#8217;ll get to that later.</p>\n<p>The last bit of the customization, and probably the most noticeable, was adding support for <a href="http://jetpack.me/2012/06/14/jetpack-comments-now-available/">Jetpack Comments</a>. I know, Jetpack Comments is supposed to work out of the box, but I think this theme is a bit older than they intended. If you activate Jetpack Comments and don&#8217;t see any change, check your theme&#8217;s comments template, and replace the old-fashioned comments form elements with <a href="http://codex.wordpress.org/Function_Reference/comment_form">the super-handy comment_form tag</a>.</p>\n<p>So, what&#8217;s the best way to do all the above? Well, I don&#8217;t proclaim to be an expert, which is why I always consult the work that has already been done by experts, like the two most recent default themes, <a href="http://wordpress.org/extend/themes/twentyeleven">Twenty Eleven</a> and <a href="http://wordpress.org/extend/themes/twentytwelve">Twenty Twelve</a>. In my humble opinion, the best way to tackle upgrades like this (and really the best way to learn almost anything) is to directly compare your theme&#8217;s template to a more modern theme&#8217;s template. Once you isolate the area to change, the differences should be readily apparent, and the reason for the change becomes obvious (maybe after a bit of extra Googling). Beyond that, it&#8217;s just a few extra minutes of trial and error as you basically copy and paste the good code and make it work with your overall design. It&#8217;s fun, and you learn a lot while doing it.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wvp3yBJVAjI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 14:30:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WordPress.tv: Tracey Kemp: Demystifying Custom Post Types and Taxonomies";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13623";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://wordpress.tv/2012/10/05/tracey-kemp-demystifying-custom-post-types-and-taxonomies/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:651:"<div id="v-rcI9igAd-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13623/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13623/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13623&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/05/tracey-kemp-demystifying-custom-post-types-and-taxonomies/"><img alt="Tracey-Kemp.mov" src="http://videos.videopress.com/rcI9igAd/video-cb1009c69b_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 13:49:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"WordPress.tv: Becky Davis: Freelance WordPress Lessons Learned";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13625";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://wordpress.tv/2012/10/04/becky-davis-freelance-wordpress-lessons-learned/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:675:"<div id="v-R5PnRJ0H-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13625/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13625/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13625&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/04/becky-davis-freelance-wordpress-lessons-learned/"><img alt="BeckyDavis-SD 24 No Gamma Correction 800kbits.mov" src="http://videos.videopress.com/R5PnRJ0H/video-cabf5e4a06_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 03:48:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WordPress.tv: Jeff Waugh: TurboPress: The High Performance Guide to WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13751";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://wordpress.tv/2012/10/04/jeff-waugh-turbopress-the-high-performance-guide-to-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:654:"<div id="v-U9dgBrZg-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13751/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13751&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/04/jeff-waugh-turbopress-the-high-performance-guide-to-wordpress/"><img alt="Jeff-Waugh.mov" src="http://videos.videopress.com/U9dgBrZg/video-f31ddef4bc_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 21:47:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Donncha: WP Super Cache 1.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89497891";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://ocaoimh.ie/2012/10/04/wp-super-cache-1-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4299:"<p><strong>UPDATE!</strong> I have just updated the plugin version number to 1.2. Thanks to everyone who tested it!</p>\n<p>A new version of <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> is <strike>almost</strike> out and here are the changes in this full page caching plugin for WordPress.</p>\n<p><strike>OH! Hang on. Almost out? Yeah. I&#8217;m going to release it tomorrow but I would love a couple of hardy folks to try it first. People on the forums have been using <a href="http://ocaoimh.ie/y/2o">the development version</a> for several weeks without incident but I would really appreciate it if a few more tried it before the general public gets it. You know what to do, I don&#8217;t need to explain. Here&#8217;s <a href="http://downloads.wordpress.org/plugin/wp-super-cache.zip">wp-super-cache.zip</a>. This is the version running on this very site right now and it&#8217;s very stable. Go at it! I&#8217;ll update this post in the morning, UTC. Thanks.</strike></p>\n<p>So, those changes eh?</p>\n<ul>\n<li>Garbage collection of old cache files is significantly improved. I added a scheduled job that keeps an eye on things and restarts the job if necessary. Also, if you enable caching from the Easy page garbage collection will be enabled too.</li>\n<li> Editors can delete single cached files from the admin bar now. (<a href="http://wordpress.org/support/topic/plugin-wp-super-cache-allow-editor-role-to-delete-cache?replies=8">thread</a>)</li>\n<li> Fixed the cached page counter on the settings page (<a href="http://wordpress.org/support/topic/plugin-wp-super-cache-confusing-information-in-cached-pages-since?replies=2">thread</a>)</li>\n<li> Some sites that updated to 1.0 experienced too much garbage collection. There are still stragglers out there who haven&#8217;t upgraded but that&#8217;s fixed now! (<a href="http://wordpress.org/support/topic/wp-super-cache-causes-high-doing_wp_cron-load?replies=3">thread</a>)</li>\n<li> Supercached mobile files are now used as there was a tiny little typo that needed fixing. (<a href="http://wordpress.org/support/topic/plugin-wp-super-cache-why-_mobile-instead-of-mobile-after-wp_cache_check_mobile-action?replies=2">thread</a>)</li>\n<li> If your site is in a directory and you saw problems updating a page then that should be fixed now. (<a href="http://wordpress.org/support/topic/plugin-wp-super-cache-wordpress-in-directory-and-cache-on-post-edit-not-removed?replies=3">thread</a>)</li>\n<li> The deactivate hook has been changed so your configuration isn&#8217;t hosed when you upgrade. Unfortunately this will only happen <em>after</em> you do this upgrade.</li>\n<li> Some sites use custom cookies with the LOGGED_IN_COOKIE constant. Added support for that.</li>\n<li> Added support for WPTouch Pro, but it appears to be flaky still. Anyone have time to work on that? I don&#8217;t.</li>\n<li> Some sites had problems with scheduled posts. For some reason the plugin thought the post was in draft mode and then because it only checked the same post once, when the post magically became published the cache wasn&#8217;t cleared. That&#8217;s fixed, thanks to the debug logging of several patient users.</li>\n<li> And more bug fixes and translation updates.</li>\n</ul>\n<p>If you have problems the first place to look should be <a href="http://wordpress.org/support/plugin/wp-super-cache">the forums</a> (or try <a href="http://wordpress.org/tags/wp-super-cache">here</a> too where things lived for a <em>long</em> time). Chances are someone else had the same issue before you and maybe they fixed it.</p>\n <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497891" width="1" height="1" />\n<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href="http://ocaoimh.ie/2009/01/09/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li> <a href="http://ocaoimh.ie/2010/02/08/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 21:15:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"Dougal Campbell: The easiest way to share localhost over the web – Showoff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=71875";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://dougal.gunters.org/blog/2012/10/04/the-easiest-way-to-share-localhost-over-the-web-showoff/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1135:"<p><i>This could come in handy: showoff.io is a service that creates a temporary or permanent public URL alias which will tunnel to your localhost.You can map to a general port or a particular vhost. You can even use a DNS CNAME forwarded to a permanent share.io URL, giving you a static name which always points to your machine, even if you switch networks. There are specific instructions for using it with a local WordPress install, working around WP&#8217;s canonical URL redirection. Oh, and it works through any firewall that allows outgoing ssh (port 22) connections. I could see this being useful for very quickly setting up/tearing down temporary demos for web development clients.</i></p>\n<p><a href="https://showoff.io/">The easiest way to share localhost over the web &#8211; Showoff</a></p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/10/04/the-easiest-way-to-share-localhost-over-the-web-showoff/">The easiest way to share localhost over the web &#8211; Showoff</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 19:55:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:130:"WordPress.tv: Helen Hou-Sandi: How to Sneak Your Way into Being be A Rockstar WordPress Developer When Everyone Thinks You’re…";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13621";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:141:"http://wordpress.tv/2012/10/04/helen-hou-sandi-how-to-sneak-your-way-into-being-be-a-rockstar-wordpress-developer-when-everyone-thinks-youre/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:740:"<div id="v-tnvPcNda-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13621&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/04/helen-hou-sandi-how-to-sneak-your-way-into-being-be-a-rockstar-wordpress-developer-when-everyone-thinks-youre/"><img alt="HelenHouSandi-SD 24 No Gamma Correction 800kbits.mov" src="http://videos.videopress.com/tnvPcNda/video-c6c2188654_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 19:15:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"WordPress.tv: Wil Brown: WordPress for n00bs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13610";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.tv/2012/10/04/wil-brown-wordpress-for-n00bs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:621:"<div id="v-2Vf0MN39-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13610/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13610/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13610&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/04/wil-brown-wordpress-for-n00bs/"><img alt="Wil Brown.mov" src="http://videos.videopress.com/2Vf0MN39/video-3a295b56b1_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 19:12:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 10/4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12048";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/XS5t03g_Mqg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1126:"<p><img class="alignnone size-full wp-image-12051" title="arbor" src="http://weblogtoolscollection.com/wp-content/uploads/2012/10/arbor.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/10/02/arbor-wordpress-blog-theme/"><strong>Arbor</strong></a> is a clean, highly readable theme with sans serif typography.</p>\n<p><img class="alignnone size-full wp-image-12049" title="discussion" src="http://weblogtoolscollection.com/wp-content/uploads/2012/10/discussion.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/discussion"><strong>Discussion</strong></a> is designed on a notice board using push pins and sheets.</p>\n<p><img class="alignnone size-full wp-image-12050" title="sanfrancisco" src="http://weblogtoolscollection.com/wp-content/uploads/2012/10/sanfrancisco.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/san-francisco"><strong>San Francisco</strong></a> is a mobile-optimized theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/XS5t03g_Mqg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 15:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WordPress.tv: Jason McCreary: 21 Ways to Make WordPress Fast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13675";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2012/10/04/jason-mccreary-21-ways-to-make-wordpress-fast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:676:"<div id="v-94GVITDC-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13675/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13675/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13675&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/04/jason-mccreary-21-ways-to-make-wordpress-fast/"><img alt="JasonMcCreary-SD 24 No Gamma Correction 800kbits.mov" src="http://videos.videopress.com/94GVITDC/video-f8fa759a03_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 13:11:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"Alex King: Big “Slash Sanity” Patch Unit Tests";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://alexking.org/?p=14549";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://alexking.org/blog/2012/10/04/big-slash-sanity-patch-unit-tests";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1381:"<p>I was able to finish up<sup id="fnref:1"><a href="http://alexking.org/blog/topic/wordpress/feed#fn:1" rel="footnote">1</a></sup> the unit tests to cover the various <a href="http://alexking.org/blog/2012/09/01/big-wordpress-patch-remove-stripslashes-from-api-functions">&#8220;slashing&#8221; scenarios</a> that my <a href="http://core.trac.wordpress.org/ticket/21767">big patch</a> is intended to address and <a href="http://unit-tests.trac.wordpress.org/ticket/131">commit those last night</a>. With these in place, I&#8217;m hopeful the patch will be able to land for 3.5.  <img src="http://alexking.org/wp-content/themes/alexking.org-v3/smilies/ak_fingerscrossed.gif" alt=":fingerscrossed:" class="wp-smiley" /> </p>\n<p>Thanks in advance to anyone who is able to apply the patch and do some additional testing. I think it&#8217;s really important to get this change in, but it&#8217;s also important to make sure things don&#8217;t break as a result. Unit tests are a great first step, but they only test what we know might break (not things we didn&#8217;t consider).</p>\n<div class="footnotes">\n<hr />\n<ol>\n<li id="fn:1">\nI used the time on the plane to <a href="http://monktoberfest.com">Monktoberfest</a> &#8211; I love how productive I can be on a plane.&#160;<a href="http://alexking.org/blog/topic/wordpress/feed#fnref:1" rev="footnote">&#8617;</a>\n</li>\n</ol>\n</div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 12:58:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:90:"WordPress.tv: Scott Offord: SEO for WordPress: How to Avoid Penalties from Google and Bing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13683";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://wordpress.tv/2012/10/03/scott-offord-seo-for-wordpress-how-to-avoid-penalties-from-google-and-bing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:703:"<div id="v-aVVXnI2y-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13683/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13683&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/03/scott-offord-seo-for-wordpress-how-to-avoid-penalties-from-google-and-bing/"><img alt="ScottOfford-SD 24 No Gamma Correction 800kbits.mov" src="http://videos.videopress.com/aVVXnI2y/video-899c73f729_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 04 Oct 2012 03:10:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"WordPress.tv: Matías Ventura: Diseñando un Theme con Underscores";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13687";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.tv/2012/10/03/uploaded-video-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:621:"<div id="v-oERFzYUy-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13687/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13687&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/03/uploaded-video-2/"><img alt="20120825-MatiasVentura.mp4" src="http://videos.videopress.com/oERFzYUy/video-9ea2dbb501_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 19:10:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:103:"WordPress.tv: Ricardo Moraleida: Theme Review e Unit Test – “O” guia de boas práticas para temas";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13689";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.tv/2012/10/03/ricardo-moraleida/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:625:"<div id="v-ubv2BYP7-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13689/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13689/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13689&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/03/ricardo-moraleida/"><img alt="20120825-RicardoMoraleida.mp4" src="http://videos.videopress.com/ubv2BYP7/video-cc963f0eb7_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 13:09:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"WordPress.tv: Anthony Cole: What Multisite can do for You";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13591";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.tv/2012/10/02/what-multisite-can-do-for-you/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:634:"<div id="v-ZnfOvDSd-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13591/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13591&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/02/what-multisite-can-do-for-you/"><img alt="Anthony-Cole-multisite.mov" src="http://videos.videopress.com/ZnfOvDSd/video-ce1c324c06_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 03:49:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"WordPress.tv: Brent Shepherd: Word to the Future";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13582";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.tv/2012/10/02/brent-shepherd-word-to-the-future/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:646:"<div id="v-haox1Q9w-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13582/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13582/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13582&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/02/brent-shepherd-word-to-the-future/"><img alt="Brent-Shepherd-WordToTheFuture.mov" src="http://videos.videopress.com/haox1Q9w/video-2c4e3b527d_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 22:48:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 10/2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12042";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/BROfIR4dbmQ/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1198:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/advanced-browser-check/"><strong>Advanced Browser Check</strong></a> gives you the option to give a visitor of your site a warning popup if they use a browser that you don&#8217;t support on your site.</p>\n<p><a href="http://wordpress.org/extend/plugins/favorite-plugins-widget/"><strong>Favorite Plugins Widget</strong></a> displays your favorite plugins from your WordPress.org profile along with star ratings and author info.</p>\n<p><a href="http://wordpress.org/extend/plugins/thin-out-revisions/"><strong>Thin Out Revisions</strong></a> helps you thin out post/page revisions manually.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/"><strong>Yet Another Related Posts Plugin</strong></a> displays a list of related entries on your site and feeds based on a unique algorithm.</p>\n<p><a href="http://wordpress.org/extend/plugins/ultimate-tinymce/"><strong>Ultimate TinyMCE</strong></a> beefs up your visual editor with a plethora of advanced options.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/BROfIR4dbmQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 14:45:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:82:"WordPress.tv: Rafael Ehlers: E-commerce no WordPress utilizando PayPal e PagSeguro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13691";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"http://wordpress.tv/2012/10/02/rafael-ehlers-e-commerce-no-wordpress-utilizando-paypal-e-pagseguro/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:671:"<div id="v-FJM1ojkZ-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13691&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/02/rafael-ehlers-e-commerce-no-wordpress-utilizando-paypal-e-pagseguro/"><img alt="20120825-RafaelEhlers.mp4" src="http://videos.videopress.com/FJM1ojkZ/video-1751f7388c_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 13:46:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"WordPress.tv: Diogenes Buarque Ianakiara: WordPress com Alta Performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13700";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:89:"http://wordpress.tv/2012/10/01/diogenes-buarque-ianakiara-wordpress-com-alta-performance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:666:"<div id="v-JfITcoBH-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13700/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13700/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13700&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/01/diogenes-buarque-ianakiara-wordpress-com-alta-performance/"><img alt="20120825-DiogenesIanakiara.mp4" src="http://videos.videopress.com/JfITcoBH/video-7857f05323_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 03:45:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WordPress.tv: Bruno Borges: Malware e Segurança em WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13702";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2012/10/01/bruno-borges-malware-e-seguranca-em-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:654:"<div id="v-vhQbXUy5-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13702/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13702/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13702&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/10/01/bruno-borges-malware-e-seguranca-em-wordpress/"><img alt="20120825-BrunoBorges.mp4" src="http://videos.videopress.com/vhQbXUy5/video-fbcead5748_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 22:38:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Donncha: C64 fans will like this theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89497875";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://ocaoimh.ie/2012/10/01/c64-fans-will-like-this-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1892:"<p><img src="http://ocaoimh.ie/ocaoimh/2012/10/commodore-theme.png" alt="" title="Commodore C64 theme" width="600" height="458" class="aligncenter size-full wp-image-89497876" /></p>\n<p>If you&#8217;re a fan of that strikingly handsome and powerful computer, the Commodore 64, you will no doubt be itching to try this <a href="http://wordpress.org/extend/themes/commodore">Commodore theme</a> for WordPress. It turns your blog into what every C64 owner saw when they powered on the computer. I&#8217;m disappointed it doesn&#8217;t retain the 40 character line but I guess some exceptions had to be made &#8220;in the name of progress&#8221;. We didn&#8217;t have Youtube back then either but if we did you can be sure it would be full of dodgy VHS copies of <a href="http://www.youtube.com/watch?v=SePNWYpb-NQ">Glenroe</a> and Cheers.</p>\n<p>Of much more interest to a certain <em>demo</em>graphic would be a WordPress theme that embeds blog posts in an <a>Amiga intro</a> or C64 intro using HTML5? Someone will read a DYCP version of this post, right?</p>\n<p>(Thanks <a href="http://themeshaper.com/">Ian</a> for the link!)</p>\n <img src="http://ocaoimh.ie/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=89497875" width="1" height="1" />\n<p><strong>Related Posts</strong><ul><li> <a href="http://ocaoimh.ie/2011/08/02/batman-the-movie-theme-by-powerglove/" rel="bookmark" title="Permanent Link: Batman The Movie Theme by Powerglove">Batman The Movie Theme by Powerglove</a></li><li> <a href="http://ocaoimh.ie/2008/04/08/the-best-way-to-test-new-wordpress-themes/" rel="bookmark" title="Permanent Link: The best way to test new WordPress themes">The best way to test new WordPress themes</a></li><li> <a href="http://ocaoimh.ie/2004/10/05/wpmu-theme-switcher/" rel="bookmark" title="Permanent Link: WPMU Theme Switcher">WPMU Theme Switcher</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 17:06:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 9/30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12024";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/iyzg7d1HPQA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1203:"<p><img class="alignnone size-full wp-image-12025" title="brighteconomy" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/brighteconomy.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/09/28/bright-economy-wordpress-theme-for-websites-or-blogs/"><strong>Bright Economy</strong></a> is a simple, minimalist, highly readable theme with clean, sans serif typography.</p>\n<p><img class="alignnone size-full wp-image-12026" title="runo" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/runo.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/runo-lite"><strong>Runo Lite</strong></a> has been made especially for poets and writers.</p>\n<p><img class="alignnone size-full wp-image-12027" title="twentytwelve" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/twentytwelve.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/twentytwelve"><strong>Twenty Twelve</strong></a> is a fully responsive theme that looks great on any device.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/iyzg7d1HPQA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 30 Sep 2012 14:30:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/28";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/cKYyqKUgEvU/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1371:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/automatic-updater/"><strong>Automatic Updater</strong></a> will automatically download and install plugin, theme, and core updates as soon as they become available.</p>\n<p><a href="http://wordpress.org/extend/plugins/html5-videos/"><strong>HTML5 Videos</strong></a> allows you to easily embed HTML5 videos from the Media Library into posts and pages.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/automatic-post-tagger/"><strong>Automatic Post Tagger</strong></a> automatically adds user-specified tags to posts.</p>\n<p><a href="http://jetpack.me/"><strong>Jetpack</strong></a> allows you to supercharge your WordPress site with powerful features previously only available to WordPress.com users.</p>\n<p><a href="http://wordpress.org/extend/plugins/pushover-notifications/"><strong>Pushover Notifications</strong></a> allows your WordPress blog to send push notifications for events happening on your blog straight to your iOS/Android device.</p>\n<p><a href="http://yoast.com/wordpress/seo/"><strong>WordPress SEO</strong></a> is an all in one solution to search engine optimize your WordPress blog: SEO titles, meta descriptions, XML sitemaps and much more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/cKYyqKUgEvU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Sep 2012 15:00:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Dougal Campbell: WordPress Snippet: Add Uploadable File Types";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=71707";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://dougal.gunters.org/blog/2012/09/28/wordpress-snippet-add-uploadable-file-types/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:836:"<p>My <a href="http://dougal.gunters.org/plugins/documents-shortcode/">Documents Shortcode</a> plugin lets you display uploaded attachments. WordPress limits what kinds of files you can upload, but you might need to upload additional types of files. Here&#8217;s an example of how to add new file types to the ones that WordPress will allow. In my case, I needed to upload a Keynote slideshow, which had the file extension <code>.key</code>:</p>\n<p>View the code on <a href="https://gist.github.com/3797807">Gist</a>.</p>\n<p>&nbsp;</p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/09/28/wordpress-snippet-add-uploadable-file-types/">WordPress Snippet: Add Uploadable File Types</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Sep 2012 04:05:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"Weblog Tools Collection: WordPress 3.5 Beta 1 and Twenty Twelve Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Udo9e6hf1hc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1497:"<p><a href="http://wordpress.org/">WordPress</a> 3.5 Beta 1 <a href="http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/">has been released</a> and can be easily upgraded to with <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">the Beta Tester plugin</a>. This is the first beta release, so it&#8217;s not recommended for live sites, but plugin and theme developers, and anyone with a keen eye for bugs, are encouraged to try it out now.</p>\n<p>This new release includes tons of changes to how images are handled, a new color picker, keyboard navigation, support for favorited plugins from <a href="http://wordpress.org/extend/plugins/">the official directory</a>, and much more.</p>\n<p>If you run into any bugs, please check the <a href="http://core.trac.wordpress.org/report/5">known</a> and <a href="http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.5">fixed</a> issues first, <a href="http://codex.wordpress.org/Reporting_Bugs">report them</a> if they have not already been reported or fixed, and visit <a href="http://wordpress.org/support/forum/alphabeta">the support forums</a> if you need any help.</p>\n<p><a href="http://wordpress.org/extend/themes/twentytwelve">Twenty Twelve</a>, the new default theme for WordPress 3.5, has also been released separately and is available for anyone running WordPress 3.4.2 or higher.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Udo9e6hf1hc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Sep 2012 01:00:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Dev Blog: WordPress 3.5 Beta 1 (and a bonus!)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2443";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6594:"<p>I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1.</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.5, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href="http://wordpress.org/wordpress-3.5-beta-1.zip">download the beta here</a> (zip).</p>\n<p>In just three short months, we&#8217;ve already made a few hundred changes to improve your WordPress experience. The biggest thing we&#8217;ve been working on is overhauling the media experience from the ground up. We&#8217;ve made it all fair game: How you upload photos, arrange galleries, insert images into posts, and more. It&#8217;s still rough around the edges and some pieces are missing — which means now is the <em>perfect</em> time to test it out, report issues, and help shape our headline feature.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href="http://core.trac.wordpress.org/">file one on the WordPress Trac</a>. There, you can also find <a href="http://core.trac.wordpress.org/report/5">a list of known bugs</a> and <a href="http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.5">everything we&#8217;ve fixed</a> so far.</p>\n<p>Here&#8217;s some more of what&#8217;s new:</p>\n<ul>\n<li><strong>Appearance: </strong>A simplified welcome screen. A new color picker. And the all-HiDPI (retina) dashboard.</li>\n<li><strong>Accessibility:</strong> Keyboard navigation and screen reader support have both been improved.</li>\n<li><strong>Plugins: </strong>You can browse and install plugins you&#8217;ve marked as favorites on WordPress.org, directly from your dashboard.</li>\n<li><strong>Mobile: </strong>It&#8217;ll be easier to link up your WordPress install with <a href="http://wordpress.org/extend/mobile/">our mobile apps</a>, as XML-RPC is now enabled by default.</li>\n<li><strong>Links: </strong>We&#8217;ve hidden the Link Manager for new installs. (Don&#8217;t worry, <a href="http://wordpress.org/extend/plugins/link-manager/">there&#8217;s a plugin for that</a>.)</li>\n</ul>\n<p><strong>Developers: </strong>We love you. We do. And one of the things we strive to do with every release is be compatible with all existing plugins and themes. To make sure we don&#8217;t break anything, we need your help. <strong>Please, please test your plugins and themes against 3.5.</strong> If something isn&#8217;t quite right, please let us know. (Chances are, it wasn&#8217;t intentional.) And despite all of the changes to media, we&#8217;re still aiming to be backwards compatible with plugins that make changes to the existing media library. It&#8217;s a tall task, and it means we need your help.</p>\n<p>Here&#8217;s some more things we think developers will enjoy (and should test their plugins and themes against):</p>\n<ul>\n<li><strong>External libraries updated:</strong> TinyMCE  3.5.6. SimplePie 1.3. jQuery 1.8.2. jQuery UI 1.9 (and it&#8217;s not even released yet). We&#8217;ve also added Backbone 0.9.2 and Underscore 1.3.3, and you can use protocol-relative links when enqueueing scripts and styles. (<a href="http://core.trac.wordpress.org/ticket/16560">#16560</a>)</li>\n<li><strong>WP Query:</strong> You can now ask to receive posts in the order specified by <code>post__in</code>. (<a href="http://core.trac.wordpress.org/ticket/13729">#13729</a>)</li>\n<li><strong>XML-RPC:</strong> New user management, profile editing, and post revision methods. We&#8217;ve also removed AtomPub. (<a href="http://core.trac.wordpress.org/ticket/18428">#18428</a>, <a href="http://core.trac.wordpress.org/ticket/21397">#21397</a>, <a href="http://core.trac.wordpress.org/ticket/21866">#21866</a>)</li>\n<li><strong>Multisite: </strong>switch_to_blog() is now used in more places, is faster, and more reliable. Also: You can now use multisite in a subdirectory, and uploaded files no longer go through ms-files (for new installs). (<a href="http://core.trac.wordpress.org/ticket/21434">#21434</a>, <a href="http://core.trac.wordpress.org/ticket/19796">#19796</a>, <a href="http://core.trac.wordpress.org/ticket/19235">#19235</a>)</li>\n<li><strong>TinyMCE: </strong>We&#8217;ve added API support for &#8220;views&#8221; which you can use to offer previews and interaction of elements from the visual editor. (<a href="http://core.trac.wordpress.org/ticket/21812">#21812</a>)</li>\n<li><strong>Posts API: </strong>Major performance improvements when working with hierarchies of pages and post ancestors. Also, you can now &#8220;turn on&#8221; native custom columns for taxonomies on edit post screens. (<a href="http://core.trac.wordpress.org/ticket/11399">#11399</a>, <a href="http://core.trac.wordpress.org/ticket/21309">#21309</a>, <a href="http://core.trac.wordpress.org/ticket/21240">#21240</a>)</li>\n<li><strong>Comments API:</strong> Search for comments of a particular status, or with a meta query (same as with WP_Query). (<a href="http://core.trac.wordpress.org/ticket/21101">#21101</a>, <a href="http://core.trac.wordpress.org/ticket/21003">#21003</a>)</li>\n<li><strong>oEmbed: </strong>We&#8217;ve added support for a few oEmbed providers, and we now handle SSL links. (<a href="http://core.trac.wordpress.org/ticket/15734">#15734</a>, <a href="http://core.trac.wordpress.org/ticket/21635">#21635</a>, <a href="http://core.trac.wordpress.org/ticket/16996">#16996</a>, <a href="http://core.trac.wordpress.org/ticket/20102">#20102</a>)</li>\n</ul>\n<p>We&#8217;re looking forward to your feedback. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 200 contributors to version 3.5 — come join us!</p>\n<h3>And as promised, a bonus:</h3>\n<p>We&#8217;re planning a December 5 release for WordPress 3.5. But, we have a special offering for you, today. The newest default theme for WordPress, <strong>Twenty</strong><strong> Twelve</strong>, is now <a href="http://wordpress.org/extend/themes/twentytwelve">available for download</a> from the WordPress themes directory. It&#8217;s a gorgeous and fully responsive theme, and it works with WordPress 3.4.2. Take it for a spin!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Sep 2012 22:37:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Lorelle on WP: How Many is Too Many WordPress Plugins?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=6663";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:79:"http://lorelle.wordpress.com/2012/09/27/how-many-is-too-many-wordpress-plugins/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:517:"In &#8220;How Many WordPress Plugins Should You Install on Your Site?&#8221; WPBeginner asks a question I bring up in my workshops, training programs, and college courses: How many WordPress Plugins are too many. The article brings up some valid points worth considering when choosing WordPress Plugins. Are WordPress Plugins a security risk? How would you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=6663&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Sep 2012 21:17:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"Dougal Campbell: Presentation: Higher Order WordPress Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=71607";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://dougal.gunters.org/blog/2012/09/27/presentation-higher-order-wordpress-security/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2176:"<p>Last night, I gave a presentation at the <a href="http://www.meetup.com/wordpress-atlanta/events/82052482/">Atlanta WordPress Users meetup</a>, titled &#8220;Higher Order WordPress Security&#8221;. While the presentation looks at security from the point-of-view of a WordPress site owner, the aim is to look at the bigger picture. There are many links in the security chain, and it helps to understand how the pieces fit together.</p>\n<p><ins datetime="2012-10-01T15:22:20+00:00"><strong>NOTE</strong>: I&#8217;ve noticed that (once again) SlideShare has dropped several key images from the presentation I uploaded there. Your best option for getting all of the content is to download one of the files I have made available below.</ins></p>\n<p> \n<div> <strong> <a href="http://www.slideshare.net/DougalCampbell/higher-order-wordpress-security" title="Higher Order WordPress Security" target="_blank">Higher Order WordPress Security</a> </strong> from <strong><a href="http://www.slideshare.net/DougalCampbell" target="_blank">Dougal Campbell</a></strong> </div>\n<p>&nbsp;</p>\n<p>On the SlideShare site, click the &#8220;Notes on Slide&#8221; tab underneath the slideshow to see my presenter&#8217;s notes. Or if you have Apple Keynote, you can use the &#8220;Save file&#8221; button at the top to download my original file.</p>\n<p>Or download them here:</p>\n<ul class="dc_documents">\n<li class="ppt"><a href="http://maxcdn.gunters.org/wordpress/wp-content/uploads/2012/09/WordPress-Security1.ppt?c9421e">WordPress-Security (PowerPoint)</a></li>\n<li class="pdf"><a href="http://maxcdn.gunters.org/wordpress/wp-content/uploads/2012/09/WordPress-Security1.pdf?c9421e">WordPress-Security (PDF)</a></li>\n<li class="key"><a href="http://maxcdn.gunters.org/wordpress/wp-content/uploads/2012/09/WordPress-Security1.key">WordPress-Security (Keynote)</a></li>\n</ul>\n\n<p>&nbsp;</p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/09/27/presentation-higher-order-wordpress-security/">Presentation: Higher Order WordPress Security</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Sep 2012 20:57:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:85:"Lorelle on WP: Introduction to WordPress Course at Clark College Continuing Education";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=6644";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:111:"http://lorelle.wordpress.com/2012/09/26/introduction-to-wordpress-course-at-clark-college-continuing-education/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:521:"Starting October 16, 2012, I&#8217;m teaching the Introduction to WordPress at Clark College Corporate and Continuing Education in Vancouver, Washington. This is the course many of you have been waiting for &#8211; affordable and covering the basics you need to know about WordPress. The CTEC 280 Clark College WordPress Introduction course continues as a four [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=6644&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Sep 2012 19:18:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 9/26";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=12000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/mLnE6h7xkmQ/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1434:"<p><img class="alignnone size-full wp-image-12002" title="gamepress" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/gamepress.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/gamepress"><strong>GamePress</strong></a> is a gaming-oriented theme.</p>\n<p><img class="alignnone size-full wp-image-12003" title="keiran" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/keiran.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/keiran"><strong>Keiran</strong></a> is a clean, dark, two-column theme.</p>\n<p><img class="alignnone size-full wp-image-12001" title="murmur" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/murmur.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://devpress.com/themes/murmur/"><strong>Murmur</strong></a> is a portfolio theme for showcasing web design and photography projects.</p>\n<p><img class="alignnone size-full wp-image-12004" title="rustic" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/rustic.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/09/20/rustic-wordpress-website-theme/"><strong>Rustic</strong></a> creates a natural, clean mood set against a textured stone wall of mixed colors.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/mLnE6h7xkmQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 26 Sep 2012 14:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:60:"WordPress.tv: Troy Dean: How to Get Paid What You’re Worth";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13627";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.tv/2012/09/25/how-to-get-paid-what-youre-worth/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:623:"<div id="v-aw4FNPh7-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13627/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13627/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13627&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/09/25/how-to-get-paid-what-youre-worth/"><img alt="TroyDean.mov" src="http://videos.videopress.com/aw4FNPh7/video-8afe4654de_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 25 Sep 2012 20:59:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:32;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/24";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11997";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/hr-WUNt2QEI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:881:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/automatic-post-tagger/"><strong>Automatic Post Tagger</strong></a> automatically adds user-specified tags to posts.</p>\n<p><a href="http://wordpress.org/extend/plugins/sitefeedbackcom-feedback-tab/"><strong>SiteFeedback.com Feedback Tab</strong></a> lets you add a feedback tab at the bottom of your site pages to collect user feedback.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/facebook/"><strong>Facebook</strong></a> makes your site deeply social by integrating functionality from Facebook.</p>\n<p><a href="http://wordpress.org/extend/plugins/qtranslate/"><strong>qTranslate</strong></a> adds userfriendly multilingual content management and translation support.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/hr-WUNt2QEI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 24 Sep 2012 14:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:33;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 9/22";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11988";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/1Uz0nvKHtco/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1463:"<p><img class="alignnone size-full wp-image-11989" title="convention" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/convention.jpg" alt="" width="150" height="99" /></p>\n<p><a href="http://wordpress.org/extend/themes/convention"><strong>Convention</strong></a> has lots of great features like post thumbnails and custom menus.</p>\n<p><img class="alignnone size-full wp-image-11994" title="ipin" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/ipin.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://ericulous.com/2012/09/21/wp-theme-ipin-pinterest-clone/"><strong>iPin</strong></a> is a Pinterest clone theme.</p>\n<p><img class="alignnone size-full wp-image-11990" title="light" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/light.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://emptynestthemes.com/2012/09/16/light-wordpress-theme/"><strong>Light</strong></a> is designed with readability in mind.</p>\n<p><img class="alignnone size-full wp-image-11991" title="livingjournal" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/livingjournal.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/living-journal"><strong>Living Journal</strong></a> is a very simple and minimalistic theme with nice attention to details.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/1Uz0nvKHtco" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 22 Sep 2012 15:15:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"Alex King: WordPress “stripslashes” Patch Progress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://alexking.org/?p=14455";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://alexking.org/blog/2012/09/21/wordpress-stripslashes-patch-progress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2454:"<p><a href="http://alexking.org/blog/2012/09/01/big-wordpress-patch-remove-stripslashes-from-api-functions">The patch I posted about previously</a> to improve the slash handling within WordPress for 3.5 (which fixes some core bugs and fixes <em>tons</em> of developer custom code bugs) is still looking promising. After <a href="http://make.wordpress.org/core/handbook/automated-testing/">setting up my unit testing environment</a> a few days back and talking with <a href="http://wizardmode.com">a colleague</a> to verify the proper approach, I began actually writing the tests today.</p>\n<p><a href="http://nacin.com">Nacin</a> quite reasonably <a href="http://core.trac.wordpress.org/ticket/21767#comment:13">stated</a>:</p>\n<blockquote><p>\n  This can&#8217;t go near core without tests, and it is going to be difficult to even understand many of the issues presented here without tests.\n</p></blockquote>\n<p>He&#8217;s right. There&#8217;s no way the core team should take my word for it that I tested the changes thoroughly. A set of changes this big, while very important fixes, also run the risk of introducing bugs that would affect literally millions of sites. Unit tests are a necessity here.</p>\n<p>I&#8217;ve <a href="http://unit-tests.trac.wordpress.org/ticket/131">opened a ticket for the unit test changes</a> and am <a href="https://docs.google.com/spreadsheet/ccc?key=0AqJlMmZg82o_dGoxT2pvbTY2VmY3VWpscEZFb1dLSGc#gid=0">tracking the general test coverage</a> to give better visibility into what is being tested. The good news is the tests all pass so far <em>with</em> the new core patch applied and fail on trunk (without the patch). Exactly what should be happening.</p>\n<p>I&#8217;d love additional help creating tests as well as testing the overall core patch to help make sure edge cases aren&#8217;t getting missed. The sooner this can land in trunk the sooner it gets widespread testing. Getting it in early in the release cycle is definitely a good idea.</p>\n<hr />\n<p>A quick summary of the issue: without this patch, developers that are making calls to &#8220;model&#8221; functions such as <code>wp_insert_post()</code> (comment, term, user, meta, etc.) without manually adding slashes to the data they pass in are losing data in certain situations. These functions all expect slashed data &#8211; this patch reverses this and moves the &#8220;stripslashes&#8221; actions to the &#8220;controller&#8221; functions instead.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 21 Sep 2012 07:03:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:35;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11982";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/lHcXt4tXBmA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:906:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/cookie-compliance/"><strong>Cookie Compliance</strong></a> helps you to make your site comply to the new cookie regulations in the EU.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-debug-robot/"><strong>WP Debug Robot</strong></a> is an unobtrusive debugging tool for WordPress that leverages UDP.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.tcbarrett.com/wordpress-plugins/wp-glossary/"><strong>WP Glossary</strong></a> allows you to create your own glossary of hot-linked terms.</p>\n<p><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/"><strong>Yet Another Related Posts Plugin</strong></a> displays a list of related entries on your site and feeds based on a unique algorithm.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/lHcXt4tXBmA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Sep 2012 14:45:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:70:"WP Android: Version 2.2 Now Available: Featured Images & All-New Stats";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://android.wordpress.org/?p=700";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:96:"http://android.wordpress.org/2012/09/19/version-2-2-now-available-featured-images-all-new-stats/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3209:"<p>Version 2.2 of WordPress for Android is now available on <a href="https://play.google.com/store/apps/details?id=org.wordpress.android">Google Play</a>. It is full of some great new features that make blogging from your Android device even better!</p>\n<h3><a href="http://wpandroid.files.wordpress.com/2012/08/wordpress-for-android-version-2-2-featured-image-stats.png"><img class="alignright size-medium wp-image-717" title="Version 2.2 of WordPress for Android: Featured Images & All-New Stats" src="http://wpandroid.files.wordpress.com/2012/08/wordpress-for-android-version-2-2-featured-image-stats.png?w=350&h=469" alt="Version 2.2 of WordPress for Android: Featured Images & All-New Stats" width="350" height="469" /></a>What&#8217;s New</h3>\n<h4>Featured Image Support</h4>\n<p>Many WordPress themes now have support for setting <a href="http://codex.wordpress.org/Post_Thumbnails">featured images</a>, and you can now set them right from the app. To set an image as featured, just tap on it after adding it to the post content area and select the &#8216;Use as featured image&#8217; checkbox. You can also optionally set the image to also be included in the post content.</p>\n<p>Note that you&#8217;ll need WordPress 3.4.1 or greater and a theme that supports featured images in order to use this feature.</p>\n<h4>All-New WordPress.com Stats</h4>\n<p>Checking your stats from the app can be really handy, and we wanted to make it even better. When accessing stats now, you will see all of the same data that you see when at your blog&#8217;s web dashboard including Views by Country and Top Posts &amp; Pages. If you are running a self-hosted blog and want to enable stats in the app, install the free <a href="http://jetpack.me">Jetpack plugin</a>.</p>\n<h4>Reliability and Performance Improvements</h4>\n<p>This release also includes some great improvements to the app to make it more reliable and fast. Error messages are easier to read and understand as well. You can see the details on what was taken care of on the <a href="http://android.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.2">trac roadmap</a>.</p>\n<h3>New Contributors and What&#8217;s Next</h3>\n<p>Did you know that WordPress for Android is an open source project? We owe a big thanks to the contributors that made this release possible, including <a href="http://wordpress.org/support/profile/aerych">aerych</a>, <a href="http://wordpress.org/support/profile/mrroundhill">mrroundhill</a>, <a href="http://wordpress.org/support/profile/frankkanis">frankkanis</a> and <a href="http://wordpress.org/support/profile/aagam94">aagam94</a>! If you would like to get involved please visit <a href="http://make.wordpress.org/mobile">make.wordpress.org/mobile</a>.</p>\n<p>So what&#8217;s next? So far we have plans to improve the ActionBar, post editor and add push notifications for comments. What would you like to see improved in the app? Leave a comment or follow us at <a href="http://twitter.com/wpandroid">@WPAndroid</a> to get in touch!</p>\n<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=android.wordpress.org&blog=9426921&post=700&subd=wpandroid&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Sep 2012 07:08:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:3:"Dan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Weblog Tools Collection: WordPress in Politics";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11977";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/NOJYYV4u2Ig/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1401:"<p>For better or worse, the U.S. political season is here, but thanks to <a href="http://vip.wordpress.com">WordPress.com VIP</a>, we now know that <a href="http://wordpress.org">WordPress</a> is <a href="http://vip.wordpress.com/2012/09/13/wordpress-powers-politics/">the most commonly used platform for this season&#8217;s campaign sites</a>. In a field that was previously dominated by custom-built sites, WordPress is making a strong grab for the mantle of the go-to political web platform, and between WordPress, <a href="http://drupal.org">Drupal</a>, and <a href="http://www.joomla.org">Joomla</a>, open source software is powering almost all of this season&#8217;s campaign sites.</p>\n<p>For this season alone, WordPress is powering 35% of U.S. Congressional races, 40% of U.S. Senate races, 44% of Gubernatorial races, 41% of state political parties, and both of the 2012 major political party conventions.</p>\n<p><a href="http://vip.wordpress.com/2012/09/13/wordpress-powers-politics/"><img title="WordPress Powers Politics -- compiled by WordPress.com VIP: Enterprise Hosting and Services for WordPress" src="http://vip.files.wordpress.com/2012/09/wordpress-com-vip-politics-infographic-final-1.png" alt="WordPress Powers Politics - Infographic" width="640" height="1599" /></a></p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/NOJYYV4u2Ig" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Sep 2012 15:30:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Matt: WP in Politics";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=41798";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:36:"http://ma.tt/2012/09/wp-in-politics/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:158:"<p><a href="http://mashable.com/2012/09/17/politics-wordpress/">WordPress Is Probably Powering Your Favorite Candidate&#8217;s Website</a>, from Mashable.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Sep 2012 06:55:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Dougal Campbell: September 19 is Talk Like A Pirate Day";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=70946";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://dougal.gunters.org/blog/2012/09/18/september-19-is-talk-like-a-pirate-day/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1632:"<div class="featured-image align-right"><img width="240" height="240" src="http://maxcdn.gunters.org/wordpress/wp-content/uploads/2012/09/Deadman_Pirate_flag-240x240.jpeg?c9421e" class="attachment-post-thumbnail wp-post-image" alt="Deadman_Pirate_flag" title="Deadman_Pirate_flag" /></div><p>And my <a href="http://wordpress.org/extend/plugins/text-filter-suite/">Text Filter Suite</a> plugin is still around to add piratey goodness to your WordPress site!</p>\n<p>Install the plugin and activate the &#8216;TFS Core&#8217; and &#8216;TFS Pirate&#8217; plugins. It will automatically turn the content on your site to pirate-speak on Talk Like A Pirate Day (September 19 each year). On other days, it will leave your content alone.</p>\n<p>If you have a particular post that you want to always be in pirate speak, just add a custom field named &#8216;post_filter&#8217; (and/or &#8216;comment_filter&#8217; to filter the comments) with a value of &#8216;pirate&#8217;.</p>\n<p>Yes, this is probably more complex than it has to be. But I wrote the original plugin a long time ago. Yes, I need to rewrite the thing from scratch, give it a settings page, etc. I&#8217;ll do that in my Copious Free Time. <img src="http://maxcdn.gunters.org/wordpress/wp-includes/images/smilies/icon_smile.gif?c9421e" alt=":)" class="wp-smiley" /> </p>\n<p>&nbsp;</p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/09/18/september-19-is-talk-like-a-pirate-day/">September 19 is Talk Like A Pirate Day</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Sep 2012 18:38:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 9/18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11962";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/r5XldnYvtME/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1914:"<p><img class="alignnone size-full wp-image-11963" title="d5corporatelite" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/d5corporatelite.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/d5-corporate-lite"><strong>D5 Corporate Lite</strong></a> is a customizable business theme.</p>\n<p><img class="alignnone size-full wp-image-11964" title="elegantwhite" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/elegantwhite.jpg" alt="" width="150" height="110" /></p>\n<p><a href="http://wordpress.org/extend/themes/elegantwhite"><strong>elegantWhite</strong></a> is a white and blue theme.</p>\n<p><img class="alignnone size-full wp-image-11965" title="growingthings" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/growingthings.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/09/13/growing-things-theme/"><strong>Growing Things</strong></a> is specifically designed with one column and no sidebars to best suit a journal or diary site.</p>\n<p><img class="alignnone size-full wp-image-11966" title="sampressionlite" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/sampressionlite.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/sampression-lite"><strong>Sampression Lite</strong></a> is a fully responsive theme, perfect for blogging.</p>\n<p><img class="alignnone size-full wp-image-11967" title="skylark" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/skylark.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/skylark"><strong>Skylark</strong></a> is a bright, clean, and responsive theme that&#8217;s a great starting point for individuals and businesses.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/r5XldnYvtME" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Sep 2012 14:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:41;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:97:"Dougal Campbell: Using Git locally for a Subversion-based project (like BuddyPress) | Teleogistic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=70933";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:119:"http://dougal.gunters.org/blog/2012/09/17/using-git-locally-for-a-subversion-based-project-like-buddypress-teleogistic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:660:"<p><i>More workflow tips for using git and subversion together to manage a project.</i></p>\n<p><a href="http://teleogistic.net/2012/09/using-git-locally-for-a-subversion-based-project-like-buddypress/">Using Git locally for a Subversion-based project (like BuddyPress) | Teleogistic</a></p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/09/17/using-git-locally-for-a-subversion-based-project-like-buddypress-teleogistic/">Using Git locally for a Subversion-based project (like BuddyPress) | Teleogistic</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Sep 2012 16:29:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"Weblog Tools Collection: Get Your Fill of WordPress Videos at WordPress.tv";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11936";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/N-X80ahxGRs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:649:"<p>I&#8217;m sure you&#8217;ve seen all of our <a href="http://wordpress.tv">WordPress</a> videos over the past few years, but were you aware that most of them came from the same place?</p>\n<p>If you&#8217;re in the mood for some educational and inspirational videos, head on over to <a href="http://wordpress.tv">WordPress.tv</a>, where you can find hundreds of videos from <a href="http://wordpress.tv/category/how-to/">general tutorials</a> to <a href="http://wordpress.tv/category/wordcamptv/">almost every WordCamp presentation</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/N-X80ahxGRs" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Sep 2012 15:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 9/12";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11939";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/QcYGvS2ENyI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:878:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/liveblog/"><strong>Liveblog</strong></a> provides quick and simple blogging for following fast-paced events.</p>\n<p><a href="http://wordpress.org/extend/plugins/panicpress/"><strong>PanicPress</strong></a> provides two-factor authentication for your blog.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/hotfix/"><strong>Hotfix</strong></a> provides unofficial fixes for selected WordPress bugs, so you don&#8217;t have to wait for the next WordPress core release.</p>\n<p><a href="http://wordpress.org/extend/plugins/wordpress-popular-posts/"><strong>WordPress Popular Posts</strong></a> allows you to show your visitors what are the most popular entries on your blog.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/QcYGvS2ENyI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Sep 2012 14:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:94:"Dougal Campbell: Revisiting Git, Github, and the wordpress.org plugin repository | Teleogistic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://dougal.gunters.org/?p=70496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"http://dougal.gunters.org/blog/2012/09/11/revisiting-git-github-and-the-wordpress-org-plugin-repository-teleogistic/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:692:"<p><i>The secret sauce for how to manage a WordPress plugin in the wordpress.org svn repository and on GitHub at the same time.</i></p>\n<p><a href="http://teleogistic.net/2011/05/revisiting-git-github-and-the-wordpress-org-plugin-repository/">Revisiting Git, Github, and the wordpress.org plugin repository | Teleogistic</a></p>\n<p>Original Article: <a href="http://dougal.gunters.org/blog/2012/09/11/revisiting-git-github-and-the-wordpress-org-plugin-repository-teleogistic/">Revisiting Git, Github, and the wordpress.org plugin repository | Teleogistic</a>\n<a href="http://dougal.gunters.org">Dougal Campbell&#039;s geek ramblings - WordPress, web development, and world domination.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Sep 2012 21:15:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Dougal";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:68:"Weblog Tools Collection: WordPress Community Summit Seeking Sponsors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11932";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/eS27wSY929A/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:792:"<p>Planning for the 2012 <a href="http://make.wordpress.org/summit/">WordPress Community Summit</a> is underway, but they are <a href="http://make.wordpress.org/summit/2012/09/06/desperately-seeking-sponsors/">in need of some sponsors</a> who are eager to help the future of <a href="http://wordpress.org">WordPress</a>.</p>\n<p>If you&#8217;re a fan of WordPress and want to see what happens when the top WordPress volunteers sit in the same room for a day, <a href="http://make.wordpress.org/summit/sponsors/">sponsor the WordPress Community Summit</a>! All sponsorships come with notoriety on the summit website and the opportunity to send an approved participant to the summit.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/eS27wSY929A" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Sep 2012 14:00:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:46;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 9/10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11942";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/4pv7ZPR0DxE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:785:"<p><img class="alignnone size-full wp-image-11944" title="iribbon" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/iribbon.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/iribbon"><strong>iRibbon</strong></a> is professional responsive drag and drop starter theme framework.</p>\n<p><img class="alignnone size-full wp-image-11943" title="stone" src="http://weblogtoolscollection.com/wp-content/uploads/2012/09/stone.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/09/08/stone-theme/"><strong>Stone</strong></a> is a stark, beautiful theme with a somewhat monochromatic feel.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/4pv7ZPR0DxE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Sep 2012 15:15:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:47;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:75:"BuddyPress: Announcing “Status”, a Community-Developed Theme for BP 1.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://buddypress.org/?p=1997";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://buddypress.org/2012/08/announcing-status-a-community-developed-theme-for-bp-1-6/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5434:"<p>When we were beginning development on BuddyPress 1.6, we had the idea of building a new child theme for BuddyPress Default &#8211; something that would show off some of BP&#8217;s coolest features by highlighting a single of BP&#8217;s several components. The BuddyPress core team put out a call for community contributors to take the lead on this new theme, and we soon had some of the best and brightest theme developers in the BP world working on the project. Today, we&#8217;re thrilled to announce the availability of the new theme, <strong>Status</strong>. You can download it today from its home at Github: <a href="https://github.com/buddypress-themers/status/zipball/master">status.zip</a>. (It&#8217;ll be available in the wordpress.org theme repository soon.)</p>\n<p>What follows is a short introduction to Status &#8211; why it was built, what it does, and how you can get involved &#8211; written by the Status team.</p>\n<p>=====</p>\n<h2>Starting something social</h2>\n<p>Status started out life thanks <a href="http://buddypress.trac.wordpress.org/ticket/3662">to this ticket</a>, where it was suggested to build a new theme alongside of BuddyPress 1.6, which would &#8211; in <a href="http://buddypress.org/community/members/djpaul/" rel="nofollow">@djpaul</a>&#8217;s words &#8211; &#8220;flex some muscle&#8221;. Several months of work and a fair few people later, we have today&#8217;s release announcement.</p>\n<p>After several initial chats, it was decided that &#8217;Status&#8217; - as it obviously had to be named - would be an &#8216;activity focused&#8217; theme, along the lines of Twitter. The aim was to show BuddyPress in a more specific guise, to demonstrate how BuddyPress can work well by focusing on just one of its several features. A secondary goal was to re-factor the BuddyPress templates with leaner code, focusing on HTML5 as much as possible.</p>\n<p>Because work on Status was done in close connection with the BuddyPress core team, some of the improvements that arose during development were passed upstream to BP itself. For example, as Status was being built, it became aware there were limitations in the JavaScript used by the BuddyPress Default theme. The Status team took the lead on <a href="http://buddypress.trac.wordpress.org/ticket/3821">this ticket</a>, where bp-default&#8217;s JS was reworked in a way to be much less dependent on the specific markup of the bp-default templates. This was done not only to benefit Status; it also means others can have extra flexibility in their templates.</p>\n<p>Status is designed toward a specific function &#8211; Twitter-like activity streams &#8211; but it also functions as a more general BuddyPress theme, for maximum flexibility.</p>\n<div class="wp-caption alignnone"><img src="http://hardg.com/bporg/status.png" alt="" width="500" height="330" /><p class="wp-caption-text">Status&#8217;s Activity page</p></div>\n<h2>That little something extra</h2>\n<p>Status has been blessed with having some great minds working on its code. As a result, it&#8217;s got a few features above and beyond your everyday BuddyPress theme:</p>\n<ul>\n<li>Per-user profile customization: Under Profile, there is a new navigation element called Design, where users can set custom backgrounds and link colours for their profiles.</li>\n<li>Friends list:  A list of your friends shows in the sidebar</li>\n<li>Member stats: On member profiles, you can see how many status updates, forum topics, forum replies, blog posts, and blog comments the user has created.</li>\n<li>Fully responsive: Status looks good on screens of all sizes</li>\n<li>Navigation menu in the admin bar : A custom menu area has been added to the WordPress/BuddyPress admin bar.</li>\n<li>Show/hide comments in the activity stream: You can open or close any nested comments in the activity stream for a cleaner, less cluttered view.</li>\n<li>A login template to mean content doesn&#8217;t show on the front unless logged in</li>\n</ul>\n<h2>Not one designer not one developer</h2>\n<p>At the heart of the creation process was the idea this project would be developed on GitHub and open to anyone who wanted to be part of it. There was also a &#8216;just do it&#8217; approach to both the design and development, with most design work done directly in code.</p>\n<p>A big thank you to the BuddyPress core team for allowing a different type of contribution to the project in the form of this theme.  Thanks go out to all those involved so far in this project:</p>\n<p><a href="http://buddypress.org/community/members/hnla/" rel="nofollow">@hnla</a>, <a href="http://buddypress.org/community/members/vebailovity/" rel="nofollow">@vebailovity</a>, <a href="http://buddypress.org/community/members/mercime/" rel="nofollow">@mercime</a>, <a href="http://buddypress.org/community/members/djpaul/" rel="nofollow">@DJPaul</a>, <a href="http://buddypress.org/community/members/karmatosed/" rel="nofollow">@karmatosed</a></p>\n<p>Also props go to <a href="http://buddypress.org/community/members/jarret/" rel="nofollow">@jarret</a> for saving the day with the last bug fix during the chase to the finish line.</p>\n<h2>Call to arms</h2>\n<p>Status is an ongoing open project. If you want help shape version 1.1, 1.2, and beyond, check out the <a href="http://buddypress-themers.github.com/status/">project on GitHub</a>.  Want Status to have x or y feature?  Well, you can get involved and add it in.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Sep 2012 13:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Boone Gorges";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:48;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:63:"WordPress.tv: Commerce électronique + WordPress = À l’aide!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:28:"http://wordpress.tv/?p=13283";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.tv/2012/09/07/commerce-electronique-wordpress-a-laide/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:638:"<div id="v-fj4ZgSlz-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13283&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/09/07/commerce-electronique-wordpress-a-laide/"><img alt="12-JF-Arseneault.mp4" src="http://videos.videopress.com/fj4ZgSlz/video-947c237e48_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Sep 2012 16:32:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Video Upload";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Plugin Releases for 9/7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=11927";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/2z2EAmV9tdI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:850:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/bootstrap-admin/"><strong>Bootstrap Admin</strong></a> is a clean, minimalistic administration theme based on <a href="http://twitter.github.com/bootstrap/">Twitter&#8217;s Bootstrap</a>.</p>\n<p><a href="http://wordpress.org/extend/plugins/simple-related-posts-widget/"><strong>Simple Related Posts Widget</strong></a> displays articles from the same category.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://sharexy.com/get_sharexy"><strong>Sharexy</strong></a> is a powerful social sharing, bookmarking, and blog monetization tool.</p>\n<p><a href="http://wordpress.org/extend/plugins/yepty/"><strong>Yepty</strong></a> is yet another pay per click advertising plugin.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/2z2EAmV9tdI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Sep 2012 15:15:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 05 Oct 2012 20:35:03 GMT";s:12:"content-type";s:8:"text/xml";s:14:"content-length";s:6:"100851";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Fri, 05 Oct 2012 20:15:09 GMT";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(5446, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1349512503', 'no'),
(5447, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1349469303', 'no'),
(5448, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1349512503', 'no'),
(5449, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.tv/2012/10/05/anthony-hortin-getting-to-grips-with-firebug/'' title='' [&hellip;]''>WordPress.tv: Anthony Hortin: Getting to Grips with Firebug</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wvp3yBJVAjI/'' title=''You may not notice offhand, but we made some rather significant under-the-hood changes over the weekend. Despite often drooling like fan boys over the latest and greatest WordPress features, much of this theme has been hard-coded. For those of you who aren’t familiar with what “hard-coded” is, it means that the sidebar was just HTML in the theme’s sidebar te [&hellip;]''>Weblog Tools Collection: Slight Under-the-Hood Improvements plus Jetpack Comments</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2012/10/05/tracey-kemp-demystifying-custom-post-types-and-taxonomies/'' title='' [&hellip;]''>WordPress.tv: Tracey Kemp: Demystifying Custom Post Types and Taxonomies</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2012/10/04/becky-davis-freelance-wordpress-lessons-learned/'' title='' [&hellip;]''>WordPress.tv: Becky Davis: Freelance WordPress Lessons Learned</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2012/10/04/jeff-waugh-turbopress-the-high-performance-guide-to-wordpress/'' title='' [&hellip;]''>WordPress.tv: Jeff Waugh: TurboPress: The High Performance Guide to WordPress</a></li></ul></div>', 'no'),
(5460, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1349512503', 'no'),
(5461, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1349469303', 'no'),
(5462, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1349512503', 'no'),
(5463, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/gtrans/''>gtrans</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=gtrans&amp;_wpnonce=d2734fceca&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''gtrans''>Install</a>)</span>\n<p>Make your website available to the world using Google Translate</p>\n<h4>Newest Plugins</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/wp-safely-disable-directory-browsing/''>WP safely disable directory browsing</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=wp-safely-disable-directory-browsing&amp;_wpnonce=6a0bfefe12&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''WP safely disable directory browsing''>Install</a>)</span>\n<p>This essential .htaccess rules plugin allow you to improve security of your wordpress blog.</p>\n<h4>Recently Updated</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/wp-safely-disable-directory-browsing/''>WP safely disable directory browsing</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=wp-safely-disable-directory-browsing&amp;_wpnonce=6a0bfefe12&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''WP safely disable directory browsing''>Install</a>)</span>\n<p>This essential .htaccess rules plugin allow you to improve security of your wordpress blog.</p>\n', 'no'),
(5458, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1349512503', 'no'),
(5459, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 05 Oct 2012 20:28:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:5:"Nginx";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/nginx-helper/#post-43707";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 28 Sep 2012 06:00:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43707@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:133:"Helps WordPress-Nginx work together nicely using fastcgi/proxy cache purging, nginx map{}, rewrite  support for permalinks &#38; more";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"rtCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Simple Retail Menus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/simple-retail-menus/#post-27460";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 13 Jun 2011 22:44:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27460@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:118:"Create and manage restaurant, salon, and retail store menu lists of services, food items, retail items, or other data.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"whatwouldjessedo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"NextGEN Gallery Voting";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/nextgen-gallery-voting/#post-13933";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Oct 2009 19:28:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"13933@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:147:"This plugin adds the ability for users to vote on NextGEN Galleries and Images. A few basic options give the ability to limit who can vote on what.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"shauno";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:8:"Tinypass";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/tinypass/#post-26127";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 26 Apr 2011 18:40:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"26127@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:80:"Tinypass is the best way to charge for access to content on your WordPress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:22:"wordpress@tinypass.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Advanced Sidebar Menu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/advanced-sidebar-menu/#post-30912";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Oct 2011 12:56:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30912@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"Version: 3.4.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Mat Lipe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Custom Javascript Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/custom-javascript-editor/#post-42270";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Aug 2012 15:59:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"42270@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:72:"Add custom Javascript to your site from an editor in the WordPress admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"betzster";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Multisite Toolbar Additions";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/multisite-toolbar-additions/#post-42450";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Aug 2012 16:22:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"42450@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:112:"This plugin adds a few useful admin links to the WordPress Toolbar / Admin Bar in Multisite or Network installs.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:24:"daveshine (David Decker)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"muluBox";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/mulubox/#post-43867";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 00:13:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43867@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:60:"muluBox allows you to easily share your mulu.me collections.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mulu.me";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Post Meta Inspector";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/post-meta-inspector/#post-43920";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 03 Oct 2012 05:17:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43920@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:26:"Peer inside your post meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Daniel Bachhuber";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Random Posts with Thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/random-posts-with-thumbnails/#post-43865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 22:12:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43865@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:119:"Puts a list of clickable random posts with their featured image in your sidebar as a widget, this list is customizable.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"wondermill";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Blimply";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/blimply/#post-43405";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Sep 2012 22:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43405@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:99:"Blimply will allow you to send push notifications to your mobile users utilizing Urban Airship API.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Rinat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"WP safely disable directory browsing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/wp-safely-disable-directory-browsing/#post-43913";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 20:50:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43913@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:91:"This essential .htaccess rules plugin allow you to improve security of your wordpress blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Pearson john";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Stein Mobile Switcher";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/stein-mobile-switcher/#post-43847";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Oct 2012 12:25:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43847@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:121:"The Stein Mobile Switcher detects which device (e.g. Smartphone) your visitor is using and enables a theme you specified.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"steinm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Gravity Forms (nl)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/gravityforms-nl/#post-22469";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 14:30:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22469@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:82:"This WordPress plugin extends the Gravity Forms plugin with the Dutch translation.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Pronamic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"BMRE Domain Monitor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/bmre-domain-monitor/#post-43885";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 02 Oct 2012 16:05:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"43885@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:81:"This plugin is meant to monitor your domainnames and warn you before they expire.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"dvwallin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:10:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 05 Oct 2012 20:35:03 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:7:"expires";s:29:"Fri, 05 Oct 2012 21:03:43 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 05 Oct 2012 20:28:43 +0000";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'),
(5453, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1349469303', 'no'),
(3366, 0, '_site_transient_timeout_browser_ffa92d3b71a1534e0389f1980e7126dc', '1334188188', 'yes'),
(3367, 0, '_site_transient_browser_ffa92d3b71a1534e0389f1980e7126dc', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"11.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(3144, 0, '_site_transient_timeout_browser_2b45708eed12a4303fb8c906f3041812', '1330715736', 'yes'),
(3145, 0, '_site_transient_browser_2b45708eed12a4303fb8c906f3041812', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"10.0.2";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4951, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1349469300;s:7:"checked";a:50:{s:33:"addthis/addthis_social_widget.php";s:5:"2.3.0";s:19:"akismet/akismet.php";s:5:"2.5.3";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:8:"1.6.14.6";s:21:"bookings/bookings.php";s:5:"1.2.0";s:21:"calendar/calendar.php";s:5:"1.3.1";s:15:"clima/clima.php";s:1:"7";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"3.0.1";s:29:"contactme/contactmedotcom.php";s:3:"2.1";s:41:"convert-post-types/convert-post-types.php";s:3:"1.1";s:31:"custom-tables/custom-tables.php";s:5:"2.5.1";s:38:"custom-tables/custom-tables-search.php";s:5:"2.5.1";s:38:"custom-tables/custom-tables-widget.php";s:5:"2.5.1";s:21:"exec-php/exec-php.php";s:3:"4.9";s:44:"featured-content-gallery/content-gallery.php";s:5:"3.2.0";s:25:"formidable/formidable.php";s:7:"1.05.05";s:29:"gallery-only/gallery_only.php";s:3:"1.1";s:9:"hello.php";s:3:"1.6";s:41:"ical-for-wp-calendar/ical-wp-calendar.php";s:5:"1.0.3";s:54:"interconnect-it-weather-widget/icit-weather-widget.php";s:5:"1.0.5";s:43:"ios-alternate-theme/ios_alternate_theme.php";s:3:"0.1";s:45:"link-to-your-content/link_to_your_content.php";s:3:"1.4";s:39:"mce-table-buttons/mce_table_buttons.php";s:5:"1.0.4";s:27:"my-calendar/my-calendar.php";s:5:"1.9.8";s:25:"my-weather/my_weather.php";s:3:"1.1";s:29:"nextgen-gallery/nggallery.php";s:5:"1.9.0";s:33:"nggGalleryview/nggGalleryview.php";s:5:"1.0.1";s:55:"ninja-page-categories-and-tags/ninja_page_cats_tags.php";s:3:"1.1";s:28:"oqey-gallery/oqeygallery.php";s:3:"0.5";s:31:"page-links-to/page-links-to.php";s:3:"2.5";s:33:"photo-galleria/photo-galleria.php";s:5:"0.4.1";s:19:"phpexec/phpexec.php";s:3:"1.7";s:41:"post-type-switcher/post-type-switcher.php";s:3:"0.3";s:25:"qtranslate/qtranslate.php";s:6:"2.5.24";s:41:"shortcode-exec-php/shortcode-exec-php.php";s:4:"1.34";s:49:"smart-slideshow-widget/smart-slideshow-widget.php";s:5:"2.7.3";s:25:"sm-gallery/sm-gallery.php";s:5:"1.0.3";s:21:"sociable/sociable.php";s:5:"4.2.9";s:40:"media-share-drop-down-menu/social-wp.php";s:3:"3.0";s:55:"sponsors-slideshow-widget/sponsors-slideshow-widget.php";s:5:"1.9.3";s:43:"thethe-image-slider/thethe-image-slider.php";s:5:"1.1.1";s:55:"ultimate-tag-cloud-widget/ultimate-tag-cloud-widget.php";s:6:"1.3.10";s:34:"wordpress-weather-widget/index.php";s:3:"1.0";s:33:"wp-reservation/wp-reservation.php";s:5:"1.3.3";s:35:"wp-simpleviewer/wp-simpleviewer.php";s:5:"2.2.0";s:39:"wp-table-reloaded/wp-table-reloaded.php";s:5:"1.9.2";s:26:"wp-calendar/fsCalendar.php";s:5:"1.4.3";s:39:"wp-compare-tables/wp-compare-tables.php";s:5:"1.0.4";s:27:"wp-exec-php/wp-exec-php.php";s:3:"1.0";s:14:"1.4.x/wpig.php";s:5:"1.4.3";s:28:"wp-photo-album-plus/wppa.php";s:5:"4.2.9";}s:8:"response";a:29:{s:33:"addthis/addthis_social_widget.php";O:8:"stdClass":6:{s:2:"id";s:4:"5710";s:4:"slug";s:7:"addthis";s:11:"new_version";s:5:"2.5.1";s:14:"upgrade_notice";s:10:"Bug fixes.";s:3:"url";s:44:"http://wordpress.org/extend/plugins/addthis/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/addthis.2.5.1.zip";}s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.5.6";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.5.6.zip";}s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";O:8:"stdClass":5:{s:2:"id";s:3:"520";s:4:"slug";s:19:"all-in-one-seo-pack";s:11:"new_version";s:8:"1.6.15.2";s:3:"url";s:56:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/";s:7:"package";s:61:"http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip";}s:21:"bookings/bookings.php";O:8:"stdClass":5:{s:2:"id";s:5:"25666";s:4:"slug";s:8:"bookings";s:11:"new_version";s:5:"1.7.9";s:3:"url";s:45:"http://wordpress.org/extend/plugins/bookings/";s:7:"package";s:56:"http://downloads.wordpress.org/plugin/bookings.1.7.9.zip";}s:29:"contactme/contactmedotcom.php";O:8:"stdClass":5:{s:2:"id";s:5:"18387";s:4:"slug";s:9:"contactme";s:11:"new_version";s:3:"2.3";s:3:"url";s:46:"http://wordpress.org/extend/plugins/contactme/";s:7:"package";s:51:"http://downloads.wordpress.org/plugin/contactme.zip";}s:41:"convert-post-types/convert-post-types.php";O:8:"stdClass":5:{s:2:"id";s:5:"15731";s:4:"slug";s:18:"convert-post-types";s:11:"new_version";s:3:"1.2";s:3:"url";s:55:"http://wordpress.org/extend/plugins/convert-post-types/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/convert-post-types.1.2.zip";}s:31:"custom-tables/custom-tables.php";O:8:"stdClass":5:{s:2:"id";s:5:"23483";s:4:"slug";s:13:"custom-tables";s:11:"new_version";s:5:"3.5.8";s:3:"url";s:50:"http://wordpress.org/extend/plugins/custom-tables/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/custom-tables.zip";}s:38:"custom-tables/custom-tables-search.php";O:8:"stdClass":5:{s:2:"id";s:5:"23483";s:4:"slug";s:13:"custom-tables";s:11:"new_version";s:5:"3.5.8";s:3:"url";s:50:"http://wordpress.org/extend/plugins/custom-tables/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/custom-tables.zip";}s:38:"custom-tables/custom-tables-widget.php";O:8:"stdClass":5:{s:2:"id";s:5:"23483";s:4:"slug";s:13:"custom-tables";s:11:"new_version";s:5:"3.5.8";s:3:"url";s:50:"http://wordpress.org/extend/plugins/custom-tables/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/custom-tables.zip";}s:25:"formidable/formidable.php";O:8:"stdClass":5:{s:2:"id";s:5:"11762";s:4:"slug";s:10:"formidable";s:11:"new_version";s:7:"1.06.05";s:3:"url";s:47:"http://wordpress.org/extend/plugins/formidable/";s:7:"package";s:60:"http://downloads.wordpress.org/plugin/formidable.1.06.05.zip";}s:41:"ical-for-wp-calendar/ical-wp-calendar.php";O:8:"stdClass":5:{s:2:"id";s:5:"25081";s:4:"slug";s:20:"ical-for-wp-calendar";s:11:"new_version";s:5:"1.1.0";s:3:"url";s:57:"http://wordpress.org/extend/plugins/ical-for-wp-calendar/";s:7:"package";s:68:"http://downloads.wordpress.org/plugin/ical-for-wp-calendar.1.1.0.zip";}s:45:"link-to-your-content/link_to_your_content.php";O:8:"stdClass":6:{s:2:"id";s:5:"26861";s:4:"slug";s:20:"link-to-your-content";s:11:"new_version";s:3:"1.7";s:14:"upgrade_notice";s:133:"If you&#039;ve been wanting to link to content in your media library other than documents and images then this is the update for you.";s:3:"url";s:57:"http://wordpress.org/extend/plugins/link-to-your-content/";s:7:"package";s:66:"http://downloads.wordpress.org/plugin/link-to-your-content.1.7.zip";}s:27:"my-calendar/my-calendar.php";O:8:"stdClass":5:{s:2:"id";s:5:"14010";s:4:"slug";s:11:"my-calendar";s:11:"new_version";s:5:"2.0.7";s:3:"url";s:48:"http://wordpress.org/extend/plugins/my-calendar/";s:7:"package";s:53:"http://downloads.wordpress.org/plugin/my-calendar.zip";}s:55:"ninja-page-categories-and-tags/ninja_page_cats_tags.php";O:8:"stdClass":5:{s:2:"id";s:5:"16581";s:4:"slug";s:30:"ninja-page-categories-and-tags";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:67:"http://wordpress.org/extend/plugins/ninja-page-categories-and-tags/";s:7:"package";s:78:"http://downloads.wordpress.org/plugin/ninja-page-categories-and-tags.1.3.2.zip";}s:28:"oqey-gallery/oqeygallery.php";O:8:"stdClass":5:{s:2:"id";s:5:"19271";s:4:"slug";s:12:"oqey-gallery";s:11:"new_version";s:5:"0.5.4";s:3:"url";s:49:"http://wordpress.org/extend/plugins/oqey-gallery/";s:7:"package";s:60:"http://downloads.wordpress.org/plugin/oqey-gallery.0.5.4.zip";}s:41:"post-type-switcher/post-type-switcher.php";O:8:"stdClass":5:{s:2:"id";s:5:"15112";s:4:"slug";s:18:"post-type-switcher";s:11:"new_version";s:3:"1.1";s:3:"url";s:55:"http://wordpress.org/extend/plugins/post-type-switcher/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/post-type-switcher.1.1.zip";}s:41:"shortcode-exec-php/shortcode-exec-php.php";O:8:"stdClass":6:{s:2:"id";s:5:"13674";s:4:"slug";s:18:"shortcode-exec-php";s:11:"new_version";s:4:"1.44";s:14:"upgrade_notice";s:27:"One bugfix, new translation";s:3:"url";s:55:"http://wordpress.org/extend/plugins/shortcode-exec-php/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/shortcode-exec-php.1.44.zip";}s:49:"smart-slideshow-widget/smart-slideshow-widget.php";O:8:"stdClass":5:{s:2:"id";s:5:"20750";s:4:"slug";s:22:"smart-slideshow-widget";s:11:"new_version";s:5:"2.7.4";s:3:"url";s:59:"http://wordpress.org/extend/plugins/smart-slideshow-widget/";s:7:"package";s:70:"http://downloads.wordpress.org/plugin/smart-slideshow-widget.2.7.4.zip";}s:25:"sm-gallery/sm-gallery.php";O:8:"stdClass":5:{s:2:"id";s:5:"25086";s:4:"slug";s:10:"sm-gallery";s:11:"new_version";s:5:"1.0.9";s:3:"url";s:47:"http://wordpress.org/extend/plugins/sm-gallery/";s:7:"package";s:58:"http://downloads.wordpress.org/plugin/sm-gallery.1.0.9.zip";}s:21:"sociable/sociable.php";O:8:"stdClass":5:{s:2:"id";s:4:"1514";s:4:"slug";s:8:"sociable";s:11:"new_version";s:7:"4.3.3.2";s:3:"url";s:45:"http://wordpress.org/extend/plugins/sociable/";s:7:"package";s:56:"http://downloads.wordpress.org/plugin/sociable.4.3.3.zip";}s:40:"media-share-drop-down-menu/social-wp.php";O:8:"stdClass":5:{s:2:"id";s:5:"26082";s:4:"slug";s:26:"media-share-drop-down-menu";s:11:"new_version";s:3:"3.6";s:3:"url";s:63:"http://wordpress.org/extend/plugins/media-share-drop-down-menu/";s:7:"package";s:68:"http://downloads.wordpress.org/plugin/media-share-drop-down-menu.zip";}s:43:"thethe-image-slider/thethe-image-slider.php";O:8:"stdClass":5:{s:2:"id";s:5:"24632";s:4:"slug";s:19:"thethe-image-slider";s:11:"new_version";s:5:"1.1.8";s:3:"url";s:56:"http://wordpress.org/extend/plugins/thethe-image-slider/";s:7:"package";s:67:"http://downloads.wordpress.org/plugin/thethe-image-slider.1.1.8.zip";}s:55:"ultimate-tag-cloud-widget/ultimate-tag-cloud-widget.php";O:8:"stdClass":6:{s:2:"id";s:5:"18053";s:4:"slug";s:25:"ultimate-tag-cloud-widget";s:11:"new_version";s:6:"1.3.17";s:14:"upgrade_notice";s:53:"Removed the static wp-content/plugins path for assets";s:3:"url";s:62:"http://wordpress.org/extend/plugins/ultimate-tag-cloud-widget/";s:7:"package";s:74:"http://downloads.wordpress.org/plugin/ultimate-tag-cloud-widget.1.3.17.zip";}s:34:"wordpress-weather-widget/index.php";O:8:"stdClass":5:{s:2:"id";s:5:"28289";s:4:"slug";s:24:"wordpress-weather-widget";s:11:"new_version";s:3:"2.0";s:3:"url";s:61:"http://wordpress.org/extend/plugins/wordpress-weather-widget/";s:7:"package";s:70:"http://downloads.wordpress.org/plugin/wordpress-weather-widget.2.0.zip";}s:33:"wp-reservation/wp-reservation.php";O:8:"stdClass":5:{s:2:"id";s:5:"13332";s:4:"slug";s:14:"wp-reservation";s:11:"new_version";s:5:"1.3.8";s:3:"url";s:51:"http://wordpress.org/extend/plugins/wp-reservation/";s:7:"package";s:56:"http://downloads.wordpress.org/plugin/wp-reservation.zip";}s:35:"wp-simpleviewer/wp-simpleviewer.php";O:8:"stdClass":5:{s:2:"id";s:3:"705";s:4:"slug";s:15:"wp-simpleviewer";s:11:"new_version";s:5:"2.3.2";s:3:"url";s:52:"http://wordpress.org/extend/plugins/wp-simpleviewer/";s:7:"package";s:63:"http://downloads.wordpress.org/plugin/wp-simpleviewer.2.3.2.zip";}s:39:"wp-table-reloaded/wp-table-reloaded.php";O:8:"stdClass":6:{s:2:"id";s:4:"7505";s:4:"slug";s:17:"wp-table-reloaded";s:11:"new_version";s:5:"1.9.3";s:14:"upgrade_notice";s:104:"This upgrade includes several bugfixes and a few enhancements, and is a recommended maintenance release.";s:3:"url";s:54:"http://wordpress.org/extend/plugins/wp-table-reloaded/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/wp-table-reloaded.1.9.3.zip";}s:26:"wp-calendar/fsCalendar.php";O:8:"stdClass":5:{s:2:"id";s:5:"10556";s:4:"slug";s:11:"wp-calendar";s:11:"new_version";s:5:"1.5.0";s:3:"url";s:48:"http://wordpress.org/extend/plugins/wp-calendar/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/wp-calendar.1.5.0.zip";}s:28:"wp-photo-album-plus/wppa.php";O:8:"stdClass":5:{s:2:"id";s:5:"12749";s:4:"slug";s:19:"wp-photo-album-plus";s:11:"new_version";s:6:"4.7.15";s:3:"url";s:56:"http://wordpress.org/extend/plugins/wp-photo-album-plus/";s:7:"package";s:61:"http://downloads.wordpress.org/plugin/wp-photo-album-plus.zip";}}}', 'yes'),
(5386, 0, '_site_transient_timeout_browser_a87cae39c0c588ade34b1d821df5a116', '1350005397', 'yes'),
(5387, 0, '_site_transient_browser_a87cae39c0c588ade34b1d821df5a116', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"15.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4952, 0, 'aioseop_options', 'a:39:{s:9:"aiosp_can";s:2:"on";s:12:"aiosp_donate";s:0:"";s:16:"aiosp_home_title";s:0:"";s:22:"aiosp_home_description";s:0:"";s:19:"aiosp_home_keywords";s:0:"";s:23:"aiosp_max_words_excerpt";s:0:"";s:20:"aiosp_rewrite_titles";s:2:"on";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:26:"aiosp_archive_title_format";s:21:"%date% | %blog_title%";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:25:"aiosp_google_analytics_id";s:13:"UA-19636526-1";s:29:"aiosp_ga_track_outbound_links";s:0:"";s:20:"aiosp_use_categories";s:0:"";s:32:"aiosp_dynamic_postspage_keywords";s:2:"on";s:22:"aiosp_category_noindex";s:0:"";s:21:"aiosp_archive_noindex";s:0:"";s:18:"aiosp_tags_noindex";s:0:"";s:14:"aiosp_cap_cats";s:2:"on";s:27:"aiosp_generate_descriptions";s:0:"";s:16:"aiosp_debug_info";s:0:"";s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:13:"aiosp_enabled";s:1:"1";s:17:"aiosp_enablecpost";s:0:"";s:26:"aiosp_use_tags_as_keywords";s:2:"on";s:16:"aiosp_seopostcol";s:0:"";s:18:"aiosp_seocustptcol";s:0:"";s:21:"aiosp_posttypecolumns";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:12:"aiosp_do_log";s:0:"";s:22:"aiosp_google_publisher";s:0:"";s:15:"aiosp_ga_domain";s:0:"";s:14:"aiosp_ex_pages";s:0:"";}', 'yes'),
(5077, 0, '_site_transient_timeout_browser_89ef88eb43fad9ae5c9242986ea75fc5', '1346973939', 'yes'),
(5078, 0, '_site_transient_browser_89ef88eb43fad9ae5c9242986ea75fc5', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"21.0.1180.82";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(3863, 0, '_site_transient_timeout_browser_92283a3167bcdd292a091e60e35f84bb', '1337988012', 'yes'),
(3864, 0, '_site_transient_browser_92283a3167bcdd292a091e60e35f84bb', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"19.0.1084.46";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4823, 0, '_site_transient_timeout_browser_c621b46d84c44aba04ab5433efd3cd15', '1345226733', 'yes'),
(4824, 0, '_site_transient_browser_c621b46d84c44aba04ab5433efd3cd15', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"21.0.1180.75";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(4533, 0, '_site_transient_timeout_browser_b4da43a5f894afcd1ca036d2a7fc18e4', '1343087886', 'yes'),
(4534, 0, '_site_transient_browser_b4da43a5f894afcd1ca036d2a7fc18e4', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:6:"13.0.1";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(5440, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1349512502', 'no'),
(5441, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1349469302', 'no'),
(5442, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1349512502', 'no'),
(5443, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/'' title=''I’m excited to announce the availability of WordPress 3.5 Beta 1. This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download [&hellip;]''>WordPress 3.5 Beta 1 (and a bonus!)</a> <span class="rss-date">27 September, 2012</span><div class=''rssSummary''>I’m excited to announce the availability of WordPress 3.5 Beta 1. This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download [&hellip;]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2012/09/wordpress-3-4-2/'' title=''WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions. After nearly 15 million downloads since 3.4 was released not three months ago, we’ve identified and fixed a number of nagging bugs, including: Fix some issues with older browsers in the administration area. Fix an issue where a theme [&hellip;]''>WordPress 3.4.2 Maintenance and Security Release</a> <span class="rss-date">6 September, 2012</span><div class=''rssSummary''>WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions. After nearly 15 million downloads since 3.4 was released not three months ago, we’ve identified and fixed a number of nagging bugs, including: Fix some issues with older browsers in the administration area. Fix an issue where a theme [&hellip;]</div></li></ul></div>', 'no'),
(3502, 0, '_site_transient_timeout_browser_b922898fae8a3ed8fc00b7886b4edb1d', '1335305379', 'yes'),
(3503, 0, '_site_transient_browser_b922898fae8a3ed8fc00b7886b4edb1d', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"18.0.1025.163";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"16";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_oqey_gallery`
--

CREATE TABLE IF NOT EXISTS `wp_oqey_gallery` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `splash_img` int(11) NOT NULL DEFAULT '0',
  `splash_only` int(11) NOT NULL DEFAULT '0',
  `post_id` int(11) NOT NULL DEFAULT '0',
  `gall_order` int(11) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '0',
  `author` int(11) NOT NULL DEFAULT '0',
  `folder` varchar(255) NOT NULL DEFAULT '',
  `skin_id` int(11) NOT NULL DEFAULT '0',
  `wtmrk_status` varchar(255) NOT NULL DEFAULT 'default',
  `permalink` varchar(255) NOT NULL DEFAULT 'default',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_oqey_images`
--

CREATE TABLE IF NOT EXISTS `wp_oqey_images` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `gal_id` int(11) NOT NULL DEFAULT '0',
  `img_order` int(11) NOT NULL DEFAULT '0',
  `alt` text NOT NULL,
  `comments` text NOT NULL,
  `status` int(1) NOT NULL DEFAULT '0',
  `img_link` text NOT NULL,
  `img_path` text NOT NULL,
  `img_type` varchar(255) NOT NULL DEFAULT 'oqey',
  `video_id` int(11) NOT NULL DEFAULT '0',
  `meta_data` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_oqey_music`
--

CREATE TABLE IF NOT EXISTS `wp_oqey_music` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `link` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(255) NOT NULL DEFAULT '',
  `title` tinytext NOT NULL,
  `artist` varchar(255) NOT NULL DEFAULT '',
  `music_order` int(11) NOT NULL DEFAULT '0',
  `status` int(1) NOT NULL DEFAULT '0',
  `type` varchar(55) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_oqey_music_rel`
--

CREATE TABLE IF NOT EXISTS `wp_oqey_music_rel` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `music_id` int(11) NOT NULL DEFAULT '0',
  `gallery_id` int(11) NOT NULL DEFAULT '0',
  `mrel_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_oqey_skins`
--

CREATE TABLE IF NOT EXISTS `wp_oqey_skins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` tinytext NOT NULL,
  `description` tinytext NOT NULL,
  `comkey` varchar(255) NOT NULL DEFAULT '',
  `folder` tinytext NOT NULL,
  `status` int(1) NOT NULL DEFAULT '0',
  `commercial` varchar(3) NOT NULL DEFAULT 'no',
  `skinid` varchar(55) NOT NULL DEFAULT '',
  `firstrun` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_oqey_video`
--

CREATE TABLE IF NOT EXISTS `wp_oqey_video` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL DEFAULT '0',
  `oqey_parent` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `video_link` varchar(255) NOT NULL DEFAULT '',
  `video_image` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(55) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `status` int(1) NOT NULL DEFAULT '0',
  `vorder` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_postmeta`
--

CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2315 ;

--
-- Volcado de datos para la tabla `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1935, 1150, '_menu_item_url', ''),
(1286, 700, '_menu_item_menu_item_parent', '1150'),
(1287, 700, '_menu_item_object_id', '684'),
(1288, 700, '_menu_item_object', 'page'),
(1289, 700, '_menu_item_target', ''),
(1290, 700, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1275, 684, '_edit_lock', '1345735378:1'),
(1274, 684, '_edit_last', '1'),
(13, 9, '_wp_attached_file', '2011/11/Aerial-1.jpg'),
(14, 10, '_wp_attached_file', '2011/11/Aerial-11.jpg'),
(15, 11, '_wp_attached_file', '2011/11/Aerial-12.jpg'),
(524, 288, '_menu_item_object', 'page'),
(523, 288, '_menu_item_object_id', '286'),
(522, 288, '_menu_item_menu_item_parent', '1044'),
(107, 26, '_wp_attached_file', '2011/11/tops11.jpg'),
(1966, 1205, '_menu_item_url', ''),
(1965, 1205, '_menu_item_xfn', ''),
(1964, 1205, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1963, 1205, '_menu_item_target', ''),
(1962, 1205, '_menu_item_object', 'page'),
(1755, 1050, '_menu_item_object_id', '1048'),
(1754, 1050, '_menu_item_menu_item_parent', '0'),
(1753, 1050, '_menu_item_type', 'post_type'),
(1752, 1048, '_wp_page_template', 'sidebar-page.php'),
(1751, 1048, '_edit_last', '1'),
(106, 25, '_wp_attachment_context', 'custom-header'),
(1930, 1150, '_menu_item_object_id', '1148'),
(1929, 1150, '_menu_item_menu_item_parent', '0'),
(1927, 1148, '_wp_page_template', 'sidebar-page.php'),
(1928, 1150, '_menu_item_type', 'post_type'),
(1926, 1148, '_edit_last', '1'),
(1777, 1058, '_menu_item_menu_item_parent', '0'),
(1776, 1058, '_menu_item_type', 'post_type'),
(1775, 1056, '_wp_page_template', 'sidebar-page.php'),
(1774, 1056, '_edit_lock', '1336774719:1'),
(1773, 1056, '_edit_last', '1'),
(105, 25, '_wp_attached_file', '2011/11/tops1.jpg'),
(1766, 1055, '_menu_item_menu_item_parent', '0'),
(1765, 1055, '_menu_item_type', 'post_type'),
(1764, 1053, '_wp_page_template', 'sidebar-page.php'),
(1763, 1053, '_edit_lock', '1336775062:1'),
(1762, 1053, '_edit_last', '1'),
(1799, 1072, '_wp_attached_file', '2011/11/btn_reservar.jpg'),
(104, 24, '_wp_attachment_context', 'custom-background'),
(1977, 1212, '_menu_item_xfn', ''),
(1976, 1212, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1974, 1212, '_menu_item_object', 'page'),
(1975, 1212, '_menu_item_target', ''),
(103, 24, '_wp_attached_file', '2011/11/bg_top2.jpg'),
(102, 23, '_wp_attachment_context', 'custom-background'),
(101, 23, '_wp_attached_file', '2011/11/bg_top1.jpg'),
(100, 22, '_wp_attachment_context', 'custom-background'),
(99, 22, '_wp_attached_file', '2011/11/bg_top.jpg'),
(108, 26, '_wp_attachment_context', 'custom-header'),
(109, 27, '_wp_attached_file', '2011/11/tops12.jpg'),
(110, 27, '_wp_attachment_context', 'custom-header'),
(111, 28, '_wp_attached_file', '2011/11/tops13.jpg'),
(112, 28, '_wp_attachment_context', 'custom-header'),
(113, 29, '_wp_attached_file', '2011/11/tops14.jpg'),
(114, 30, '_wp_attached_file', '2011/11/tops15.jpg'),
(115, 31, '_wp_attached_file', '2011/11/tops16.jpg'),
(116, 31, '_wp_attachment_context', 'custom-header'),
(117, 32, '_wp_attached_file', '2011/11/tops17.jpg'),
(118, 32, '_wp_attachment_context', 'custom-header'),
(119, 33, '_wp_attached_file', '2011/11/tops18.jpg'),
(120, 33, '_wp_attachment_context', 'custom-header'),
(121, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"288";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:18:"2011/11/tops18.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"tops18-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:17:"tops18-300x86.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"86";}s:13:"small-feature";a:3:{s:4:"file";s:18:"tops18-500x144.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"144";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:5:"N";}}'),
(122, 33, '_wp_attachment_is_custom_header', 'twentyeleven'),
(123, 34, '_wp_attached_file', '2011/11/Aerial-13.jpg'),
(124, 34, '_wp_attachment_context', 'custom-background'),
(125, 34, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"806";s:14:"hwstring_small";s:23:"height=''96'' width=''121''";s:4:"file";s:21:"2011/11/Aerial-13.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"Aerial-13-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"Aerial-13-300x236.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"236";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"Aerial-13-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"Aerial-13-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"Aerial-13-381x300.jpg";s:5:"width";s:3:"381";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:6:"N";}}'),
(126, 34, '_wp_attachment_is_custom_background', 'twentyeleven'),
(127, 35, '_wp_attached_file', '2011/11/bg_top3.jpg'),
(128, 35, '_wp_attachment_context', 'custom-background'),
(129, 35, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"10";s:6:"height";s:3:"150";s:14:"hwstring_small";s:21:"height=''96'' width=''6''";s:4:"file";s:19:"2011/11/bg_top3.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(130, 35, '_wp_attachment_is_custom_background', 'twentyeleven'),
(1934, 1150, '_menu_item_xfn', ''),
(132, 36, '_wp_attached_file', '2011/10/Aerial-1.jpg'),
(133, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"806";s:14:"hwstring_small";s:23:"height=''96'' width=''121''";s:4:"file";s:20:"2011/10/Aerial-1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"Aerial-1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"Aerial-1-300x236.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"236";}s:14:"post-thumbnail";a:3:{s:4:"file";s:21:"Aerial-1-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:21:"Aerial-1-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:20:"Aerial-1-381x300.jpg";s:5:"width";s:3:"381";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:6:"N";}}'),
(134, 37, '_wp_attached_file', '2011/11/la_clasica.jpg'),
(135, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"332";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:22:"2011/11/la_clasica.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"la_clasica-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"la_clasica-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"la_clasica-500x288.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"la_clasica-500x288.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:22:"la_clasica-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(138, 39, '_wp_attached_file', '2011/11/guestbed_2b-e1320629051319.jpg'),
(139, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"332";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:38:"2011/11/guestbed_2b-e1320629051319.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"guestbed_2b-e1320629051319-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:38:"guestbed_2b-e1320629051319-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"guestbed_2b-500x288.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"guestbed_2b-500x288.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"guestbed_2b-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(140, 40, '_wp_attached_file', '2011/11/bg_top21.jpg'),
(141, 40, '_wp_attachment_context', 'custom-background'),
(142, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:2:"10";s:6:"height";s:3:"288";s:14:"hwstring_small";s:21:"height=''96'' width=''3''";s:4:"file";s:20:"2011/11/bg_top21.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"bg_top21-10x150.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(143, 40, '_wp_attachment_is_custom_background', 'twentyeleven'),
(144, 42, '_wp_attached_file', '2011/11/bg_top2_28.jpg'),
(145, 42, '_wp_attachment_context', 'custom-background'),
(146, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:2:"10";s:6:"height";s:3:"316";s:14:"hwstring_small";s:21:"height=''96'' width=''3''";s:4:"file";s:22:"2011/11/bg_top2_28.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"bg_top2_28-10x150.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"bg_top2_28-9x300.jpg";s:5:"width";s:1:"9";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:21:"bg_top2_28-10x288.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:21:"bg_top2_28-10x288.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:20:"bg_top2_28-9x300.jpg";s:5:"width";s:1:"9";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(147, 42, '_wp_attachment_is_custom_background', 'twentyeleven'),
(148, 43, '_wp_attached_file', '2011/11/bg_top2_281.jpg'),
(149, 43, '_wp_attachment_context', 'custom-background'),
(150, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:2:"10";s:6:"height";s:3:"320";s:14:"hwstring_small";s:21:"height=''96'' width=''3''";s:4:"file";s:23:"2011/11/bg_top2_281.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"bg_top2_281-10x150.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"bg_top2_281-9x300.jpg";s:5:"width";s:1:"9";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"bg_top2_281-10x288.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"bg_top2_281-10x288.jpg";s:5:"width";s:2:"10";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"bg_top2_281-9x300.jpg";s:5:"width";s:1:"9";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(151, 43, '_wp_attachment_is_custom_background', 'twentyeleven'),
(156, 47, '_wp_attached_file', '2011/11/la_clasica1.jpg'),
(157, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"332";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:23:"2011/11/la_clasica1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"la_clasica1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"la_clasica1-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"la_clasica1-500x288.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"la_clasica1-500x288.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"la_clasica1-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1291, 700, '_menu_item_xfn', ''),
(1984, 1213, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1276, 684, '_wp_page_template', 'sidebar-page.php'),
(176, 58, '_wp_attached_file', '2011/11/01_bannerscappino-02.jpg'),
(177, 58, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"290";s:6:"height";s:3:"240";s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:32:"2011/11/01_bannerscappino-02.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"01_bannerscappino-02-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1933, 1150, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(184, 62, '_wp_attached_file', '2011/11/02_paddle_board.jpg'),
(185, 62, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"290";s:6:"height";s:3:"240";s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:27:"2011/11/02_paddle_board.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"02_paddle_board-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1982, 1213, '_menu_item_object', 'page'),
(1979, 1213, '_menu_item_type', 'post_type'),
(1978, 1212, '_menu_item_url', ''),
(194, 66, '_wp_attached_file', '2011/11/03_slide_nespresso.jpg'),
(195, 66, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"290";s:6:"height";s:3:"240";s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:30:"2011/11/03_slide_nespresso.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"03_slide_nespresso-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1909, 1135, '_edit_last', '1'),
(1910, 1135, '_wp_page_template', 'sidebar-page.php'),
(1911, 1137, '_menu_item_type', 'post_type'),
(1912, 1137, '_menu_item_menu_item_parent', '0'),
(1913, 1137, '_menu_item_object_id', '1135'),
(1914, 1137, '_menu_item_object', 'page'),
(1292, 700, '_menu_item_url', ''),
(2167, 1331, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"650";s:6:"height";s:3:"929";s:14:"hwstring_small";s:22:"height=''96'' width=''67''";s:4:"file";s:36:"2011/12/festival_ecuestre_def-03.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"festival_ecuestre_def-03-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"festival_ecuestre_def-03-209x300.jpg";s:5:"width";s:3:"209";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:36:"festival_ecuestre_def-03-650x288.jpg";s:5:"width";s:3:"650";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:36:"festival_ecuestre_def-03-650x288.jpg";s:5:"width";s:3:"650";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:36:"festival_ecuestre_def-03-209x300.jpg";s:5:"width";s:3:"209";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:10:"Basic CMYK";}}'),
(2166, 1331, '_wp_attached_file', '2011/12/festival_ecuestre_def-03.jpg'),
(521, 288, '_menu_item_type', 'post_type'),
(520, 286, '_wp_page_template', 'sidebar-page.php'),
(518, 286, '_edit_last', '1'),
(519, 286, '_edit_lock', '1337678227:1'),
(516, 285, '_menu_item_url', ''),
(515, 285, '_menu_item_xfn', ''),
(240, 39, '_wp_attachment_backup_sizes', 'a:3:{s:9:"full-orig";a:3:{s:5:"width";s:3:"500";s:6:"height";s:3:"332";s:4:"file";s:15:"guestbed_2b.jpg";}s:11:"medium-orig";a:3:{s:4:"file";s:23:"guestbed_2b-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"thumbnail-orig";a:3:{s:4:"file";s:23:"guestbed_2b-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'),
(243, 87, '_wp_attached_file', '2011/11/atrium_eve.jpg'),
(244, 87, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/11/atrium_eve.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"atrium_eve-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"atrium_eve-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"atrium_eve-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"atrium_eve-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:22:"atrium_eve-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(245, 88, '_wp_attached_file', '2011/11/casa_flota.jpg'),
(246, 88, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/11/casa_flota.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"casa_flota-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"casa_flota-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"casa_flota-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"casa_flota-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:22:"casa_flota-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(247, 89, '_wp_attached_file', '2011/11/casita_recamara_1.jpg'),
(248, 89, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:29:"2011/11/casita_recamara_1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"casita_recamara_1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"casita_recamara_1-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:30:"casita_recamara_1-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:30:"casita_recamara_1-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:29:"casita_recamara_1-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(249, 90, '_wp_attached_file', '2011/11/grand_entry.jpg'),
(250, 90, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:4:"1542";s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:23:"2011/11/grand_entry.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"grand_entry-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"grand_entry-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:24:"grand_entry-680x1024.jpg";s:5:"width";s:3:"680";s:6:"height";s:4:"1024";}s:14:"post-thumbnail";a:3:{s:4:"file";s:24:"grand_entry-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:24:"grand_entry-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"grand_entry-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(251, 91, '_wp_attached_file', '2011/11/guest_bath.jpg'),
(252, 91, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/11/guest_bath.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"guest_bath-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"guest_bath-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"guest_bath-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"guest_bath-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:22:"guest_bath-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(253, 92, '_wp_attached_file', '2011/11/pool_twilight.jpg'),
(254, 92, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:25:"2011/11/pool_twilight.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"pool_twilight-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"pool_twilight-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"pool_twilight-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:26:"pool_twilight-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:25:"pool_twilight-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(255, 93, '_wp_attached_file', '2011/11/solstairs.jpg'),
(256, 93, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/11/solstairs.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"solstairs-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"solstairs-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"solstairs-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"solstairs-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"solstairs-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(257, 86, '_edit_last', '1'),
(267, 99, '_wp_page_template', 'sidebar-page.php'),
(260, 86, '_edit_lock', '1323383939:1'),
(266, 99, '_edit_lock', '1337655831:1'),
(265, 99, '_edit_last', '1'),
(277, 106, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/11/wedgeworx.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"wedgeworx-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"wedgeworx-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"wedgeworx-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"wedgeworx-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"wedgeworx-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(276, 106, '_wp_attached_file', '2011/11/wedgeworx.jpg'),
(278, 107, '_wp_attached_file', '2011/11/V-jet_H.jpg'),
(279, 107, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1024";s:6:"height";s:3:"680";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:19:"2011/11/V-jet_H.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"V-jet_H-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"V-jet_H-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:20:"V-jet_H-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:20:"V-jet_H-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:19:"V-jet_H-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(280, 146, '_edit_last', '1'),
(281, 146, '_edit_lock', '1339550053:1'),
(285, 148, '_edit_lock', '1336024525:1'),
(284, 148, '_edit_last', '1'),
(327, 191, '_edit_last', '1'),
(290, 151, '_edit_last', '1'),
(291, 151, '_edit_lock', '1339550146:1'),
(328, 191, '_edit_lock', '1336024554:1'),
(318, 146, '_thumbnail_id', '92'),
(336, 205, '_edit_last', '1'),
(335, 86, '_wp_page_template', 'sidebar-page.php'),
(337, 205, '_wp_page_template', 'sidebar-page.php'),
(338, 205, '_edit_lock', '1323388527:1'),
(1932, 1150, '_menu_item_target', ''),
(370, 235, '_wp_attached_file', '2011/11/blue.jpg'),
(371, 235, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"665";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:16:"2011/11/blue.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"blue-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:16:"blue-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:17:"blue-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:17:"blue-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:16:"blue-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Mark Callanan";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(372, 236, '_wp_attached_file', '2011/11/costa_careyes.jpg'),
(373, 236, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"665";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:25:"2011/11/costa_careyes.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"costa_careyes-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"costa_careyes-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"costa_careyes-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:26:"costa_careyes-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:25:"costa_careyes-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Mark Callanan";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(374, 237, '_wp_attached_file', '2011/11/flechamarillo_2.jpg'),
(375, 237, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''70'' width=''128''";s:4:"file";s:27:"2011/11/flechamarillo_2.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"flechamarillo_2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"flechamarillo_2-300x165.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"165";}s:14:"post-thumbnail";a:3:{s:4:"file";s:28:"flechamarillo_2-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:28:"flechamarillo_2-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:27:"flechamarillo_2-500x275.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"275";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Mark Callanan";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(376, 238, '_wp_attached_file', '2011/11/guestroom.jpg'),
(377, 238, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"665";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/11/guestroom.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"guestroom-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"guestroom-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"guestroom-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"guestroom-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"guestroom-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Mark Callanan";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(378, 239, '_wp_attached_file', '2011/11/master-pergola.jpg'),
(379, 239, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"665";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:26:"2011/11/master-pergola.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"master-pergola-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"master-pergola-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:27:"master-pergola-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:27:"master-pergola-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:26:"master-pergola-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Mark Callanan";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(380, 240, '_wp_attached_file', '2011/11/open-plan.jpg'),
(381, 240, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"665";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/11/open-plan.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"open-plan-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"open-plan-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"open-plan-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"open-plan-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"open-plan-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:13:"Mark Callanan";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:18:"Mark Callanan 2009";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(513, 285, '_menu_item_target', ''),
(514, 285, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(512, 285, '_menu_item_object', 'category'),
(511, 285, '_menu_item_object_id', '52'),
(509, 285, '_menu_item_type', 'taxonomy'),
(510, 285, '_menu_item_menu_item_parent', '1044'),
(1990, 1228, '_wp_attachment_context', 'custom-background'),
(1991, 1228, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"133";s:6:"height";s:4:"1768";s:14:"hwstring_small";s:21:"height=''96'' width=''7''";s:4:"file";s:24:"2012/01/fondotextura.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"fondotextura-133x150.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"fondotextura-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:24:"fondotextura-77x1024.jpg";s:5:"width";s:2:"77";s:6:"height";s:4:"1024";}s:14:"post-thumbnail";a:3:{s:4:"file";s:24:"fondotextura-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:24:"fondotextura-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"fondotextura-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1989, 1228, '_wp_attached_file', '2012/01/fondotextura.jpg'),
(1985, 1213, '_menu_item_xfn', ''),
(1986, 1213, '_menu_item_url', ''),
(1184, 610, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"10";s:6:"height";s:3:"150";s:14:"hwstring_small";s:21:"height=''96'' width=''6''";s:4:"file";s:21:"2011/11/bg_topnov.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1183, 610, '_wp_attachment_context', 'custom-background'),
(1182, 610, '_wp_attached_file', '2011/11/bg_topnov.jpg'),
(525, 288, '_menu_item_target', ''),
(526, 288, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(527, 288, '_menu_item_xfn', ''),
(528, 288, '_menu_item_url', ''),
(529, 289, '_edit_last', '1'),
(530, 289, '_wp_page_template', 'sidebar-page.php'),
(531, 291, '_menu_item_type', 'post_type'),
(532, 291, '_menu_item_menu_item_parent', '1044'),
(533, 291, '_menu_item_object_id', '289'),
(534, 291, '_menu_item_object', 'page'),
(535, 291, '_menu_item_target', ''),
(536, 291, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(537, 291, '_menu_item_xfn', ''),
(538, 291, '_menu_item_url', ''),
(539, 289, '_edit_lock', '1337665350:1'),
(540, 292, '_edit_last', '1'),
(541, 292, '_wp_page_template', 'sidebar-page.php'),
(542, 294, '_menu_item_type', 'post_type'),
(543, 294, '_menu_item_menu_item_parent', '1050'),
(544, 294, '_menu_item_object_id', '292'),
(545, 294, '_menu_item_object', 'page'),
(546, 294, '_menu_item_target', ''),
(547, 294, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(548, 294, '_menu_item_xfn', ''),
(549, 294, '_menu_item_url', ''),
(550, 292, '_edit_lock', '1323754726:1'),
(551, 295, '_edit_last', '1'),
(552, 295, '_wp_page_template', 'sidebar-page.php'),
(553, 297, '_menu_item_type', 'post_type'),
(554, 297, '_menu_item_menu_item_parent', '1050'),
(555, 297, '_menu_item_object_id', '295'),
(556, 297, '_menu_item_object', 'page'),
(557, 297, '_menu_item_target', ''),
(558, 297, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(559, 297, '_menu_item_xfn', ''),
(560, 297, '_menu_item_url', ''),
(561, 295, '_edit_lock', '1347046688:1'),
(562, 298, '_edit_last', '1'),
(563, 298, '_wp_page_template', 'sidebar-page.php'),
(564, 300, '_menu_item_type', 'post_type'),
(565, 300, '_menu_item_menu_item_parent', '1050'),
(566, 300, '_menu_item_object_id', '298'),
(567, 300, '_menu_item_object', 'page'),
(568, 300, '_menu_item_target', ''),
(569, 300, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(570, 300, '_menu_item_xfn', ''),
(571, 300, '_menu_item_url', ''),
(572, 298, '_edit_lock', '1337732757:1'),
(573, 301, '_edit_last', '1'),
(574, 301, '_wp_page_template', 'sidebar-page.php'),
(575, 303, '_menu_item_type', 'post_type'),
(576, 303, '_menu_item_menu_item_parent', '1050'),
(577, 303, '_menu_item_object_id', '301'),
(578, 303, '_menu_item_object', 'page'),
(579, 303, '_menu_item_target', ''),
(580, 303, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(581, 303, '_menu_item_xfn', ''),
(582, 303, '_menu_item_url', ''),
(583, 301, '_edit_lock', '1336786873:1'),
(584, 304, '_edit_last', '1'),
(585, 304, '_wp_page_template', 'sidebar-page.php'),
(586, 306, '_menu_item_type', 'post_type'),
(587, 306, '_menu_item_menu_item_parent', '1058'),
(588, 306, '_menu_item_object_id', '304'),
(589, 306, '_menu_item_object', 'page'),
(590, 306, '_menu_item_target', ''),
(591, 306, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(592, 306, '_menu_item_xfn', ''),
(593, 306, '_menu_item_url', ''),
(594, 304, '_edit_lock', '1336776148:1'),
(595, 307, '_edit_last', '1'),
(596, 307, '_wp_page_template', 'sidebar-page.php'),
(597, 309, '_menu_item_type', 'post_type'),
(598, 309, '_menu_item_menu_item_parent', '1058'),
(599, 309, '_menu_item_object_id', '307'),
(600, 309, '_menu_item_object', 'page'),
(601, 309, '_menu_item_target', ''),
(602, 309, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(603, 309, '_menu_item_xfn', ''),
(604, 309, '_menu_item_url', ''),
(605, 307, '_edit_lock', '1337728685:1'),
(606, 310, '_edit_last', '1'),
(607, 310, '_wp_page_template', 'sidebar-page.php'),
(608, 312, '_menu_item_type', 'post_type'),
(609, 312, '_menu_item_menu_item_parent', '1058'),
(610, 312, '_menu_item_object_id', '310'),
(611, 312, '_menu_item_object', 'page'),
(612, 312, '_menu_item_target', ''),
(613, 312, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(614, 312, '_menu_item_xfn', ''),
(615, 312, '_menu_item_url', ''),
(616, 310, '_edit_lock', '1337732547:1'),
(617, 313, '_edit_last', '1'),
(618, 313, '_wp_page_template', 'sidebar-page.php'),
(619, 313, '_edit_lock', '1337678306:1'),
(1971, 1212, '_menu_item_type', 'post_type'),
(1919, 1135, '_edit_lock', '1337701459:1'),
(1918, 1137, '_menu_item_url', ''),
(1917, 1137, '_menu_item_xfn', ''),
(1916, 1137, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(628, 317, '_edit_last', '1'),
(629, 317, '_wp_page_template', 'sidebar-page.php'),
(855, 363, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(854, 363, '_menu_item_target', ''),
(853, 363, '_menu_item_object', 'category'),
(852, 363, '_menu_item_object_id', '64'),
(851, 363, '_menu_item_menu_item_parent', '1150'),
(850, 363, '_menu_item_type', 'taxonomy'),
(638, 317, '_edit_lock', '1339445946:1'),
(639, 320, '_edit_last', '1'),
(640, 320, '_wp_page_template', 'sidebar-page.php'),
(641, 322, '_menu_item_type', 'post_type'),
(642, 322, '_menu_item_menu_item_parent', '1062'),
(643, 322, '_menu_item_object_id', '320'),
(644, 322, '_menu_item_object', 'page'),
(645, 322, '_menu_item_target', ''),
(646, 322, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(647, 322, '_menu_item_xfn', ''),
(648, 322, '_menu_item_url', ''),
(649, 320, '_edit_lock', '1323387923:1'),
(650, 323, '_edit_last', '1'),
(651, 323, '_wp_page_template', 'sidebar-page.php'),
(652, 325, '_menu_item_type', 'post_type'),
(653, 325, '_menu_item_menu_item_parent', '1150'),
(654, 325, '_menu_item_object_id', '323'),
(655, 325, '_menu_item_object', 'page'),
(656, 325, '_menu_item_target', ''),
(657, 325, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(658, 325, '_menu_item_xfn', ''),
(659, 325, '_menu_item_url', ''),
(660, 323, '_edit_lock', '1326270454:1'),
(661, 326, '_edit_last', '1'),
(662, 326, '_wp_page_template', 'sidebar-page.php'),
(663, 328, '_menu_item_type', 'post_type'),
(664, 328, '_menu_item_menu_item_parent', '1150'),
(665, 328, '_menu_item_object_id', '326'),
(666, 328, '_menu_item_object', 'page'),
(667, 328, '_menu_item_target', ''),
(668, 328, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(669, 328, '_menu_item_xfn', ''),
(670, 328, '_menu_item_url', ''),
(671, 326, '_edit_lock', '1334187441:1'),
(672, 329, '_edit_last', '1'),
(673, 329, '_wp_page_template', 'sidebar-page.php'),
(674, 331, '_menu_item_type', 'post_type'),
(675, 331, '_menu_item_menu_item_parent', '1150'),
(676, 331, '_menu_item_object_id', '329'),
(677, 331, '_menu_item_object', 'page'),
(678, 331, '_menu_item_target', ''),
(679, 331, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(680, 331, '_menu_item_xfn', ''),
(681, 331, '_menu_item_url', ''),
(682, 329, '_edit_lock', '1347047785:1'),
(683, 332, '_edit_last', '1'),
(684, 332, '_wp_page_template', 'sidebar-page.php'),
(685, 334, '_menu_item_type', 'post_type'),
(686, 334, '_menu_item_menu_item_parent', '1150'),
(687, 334, '_menu_item_object_id', '332'),
(688, 334, '_menu_item_object', 'page'),
(689, 334, '_menu_item_target', ''),
(690, 334, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(691, 334, '_menu_item_xfn', ''),
(692, 334, '_menu_item_url', ''),
(693, 332, '_edit_lock', '1345735463:1'),
(694, 335, '_edit_last', '1'),
(695, 335, '_wp_page_template', 'sidebar-page.php'),
(696, 337, '_menu_item_type', 'post_type'),
(697, 337, '_menu_item_menu_item_parent', '1137'),
(698, 337, '_menu_item_object_id', '335'),
(699, 337, '_menu_item_object', 'page'),
(700, 337, '_menu_item_target', ''),
(701, 337, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(702, 337, '_menu_item_xfn', ''),
(703, 337, '_menu_item_url', ''),
(704, 335, '_edit_lock', '1337668091:1'),
(705, 338, '_edit_last', '1'),
(706, 338, '_wp_page_template', 'sidebar-page.php'),
(707, 340, '_menu_item_type', 'post_type'),
(708, 340, '_menu_item_menu_item_parent', '1137'),
(709, 340, '_menu_item_object_id', '338'),
(710, 340, '_menu_item_object', 'page'),
(711, 340, '_menu_item_target', ''),
(712, 340, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(713, 340, '_menu_item_xfn', ''),
(714, 340, '_menu_item_url', ''),
(715, 338, '_edit_lock', '1339522443:1'),
(716, 341, '_edit_last', '1'),
(717, 341, '_wp_page_template', 'sidebar-page.php'),
(1973, 1212, '_menu_item_object_id', '1207'),
(1972, 1212, '_menu_item_menu_item_parent', '0'),
(1970, 1207, '_edit_lock', '1336785816:1'),
(1969, 1207, '_wp_page_template', 'sidebar-page.php'),
(1968, 1207, '_edit_last', '1'),
(726, 341, '_edit_lock', '1326246556:1'),
(727, 344, '_edit_last', '1'),
(728, 344, '_wp_page_template', 'sidebar-page.php'),
(729, 346, '_menu_item_type', 'post_type'),
(730, 346, '_menu_item_menu_item_parent', '1137'),
(731, 346, '_menu_item_object_id', '344'),
(732, 346, '_menu_item_object', 'page'),
(733, 346, '_menu_item_target', ''),
(734, 346, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(735, 346, '_menu_item_xfn', ''),
(736, 346, '_menu_item_url', ''),
(737, 344, '_edit_lock', '1337668564:1'),
(738, 347, '_edit_last', '1'),
(739, 347, '_wp_page_template', 'sidebar-page.php'),
(740, 349, '_menu_item_type', 'post_type'),
(741, 349, '_menu_item_menu_item_parent', '0'),
(742, 349, '_menu_item_object_id', '347'),
(743, 349, '_menu_item_object', 'page'),
(744, 349, '_menu_item_target', ''),
(745, 349, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(746, 349, '_menu_item_xfn', ''),
(747, 349, '_menu_item_url', ''),
(748, 347, '_edit_lock', '1326261121:1'),
(749, 350, '_edit_last', '1'),
(750, 350, '_wp_page_template', 'sidebar-page.php'),
(1961, 1205, '_menu_item_object_id', '1203'),
(1960, 1205, '_menu_item_menu_item_parent', '1137'),
(1956, 1203, '_edit_last', '1'),
(1957, 1203, '_edit_lock', '1339016644:1'),
(1958, 1203, '_wp_page_template', 'sidebar-page.php'),
(1959, 1205, '_menu_item_type', 'post_type'),
(759, 350, '_edit_lock', '1323927413:1'),
(1620, 970, '_wp_page_template', 'sidebar-page.php'),
(1619, 970, '_links_to_target', '_blank'),
(1618, 970, '_links_to', 'http://www.ojodecareyes.com/'),
(1617, 970, '_edit_last', '1'),
(1616, 952, '_wp_page_template', 'sidebar-page.php'),
(779, 355, '_menu_item_menu_item_parent', '1058'),
(931, 403, '_menu_item_target', ''),
(930, 403, '_menu_item_object', 'category'),
(929, 403, '_menu_item_object_id', '65'),
(928, 403, '_menu_item_menu_item_parent', '1058'),
(927, 403, '_menu_item_type', 'taxonomy'),
(778, 355, '_menu_item_type', 'post_type'),
(780, 355, '_menu_item_object_id', '313'),
(781, 355, '_menu_item_object', 'page'),
(782, 355, '_menu_item_target', ''),
(783, 355, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(784, 355, '_menu_item_xfn', ''),
(785, 355, '_menu_item_url', ''),
(1358, 755, '_menu_item_object_id', '753'),
(1357, 755, '_menu_item_menu_item_parent', '1055'),
(1356, 755, '_menu_item_type', 'post_type'),
(1355, 753, '_wp_page_template', 'sidebar-page.php'),
(1354, 753, '_edit_last', '1'),
(826, 360, '_menu_item_object', 'category'),
(1560, 905, 'mail', 'a:7:{s:7:"subject";s:12:"Mailing List";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:179:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:19:"info@careyes.com.mx";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1559, 905, 'form', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>[submit "Send"]</p>'),
(1552, 900, '_edit_lock', '1323916790:1'),
(1549, 900, '_edit_last', '1'),
(825, 360, '_menu_item_object_id', '62'),
(805, 358, '_menu_item_type', 'taxonomy'),
(806, 358, '_menu_item_menu_item_parent', '1055'),
(807, 358, '_menu_item_object_id', '60'),
(808, 358, '_menu_item_object', 'category'),
(809, 358, '_menu_item_target', ''),
(810, 358, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(811, 358, '_menu_item_xfn', ''),
(812, 358, '_menu_item_url', ''),
(824, 360, '_menu_item_menu_item_parent', '1062'),
(1798, 1070, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"91";s:6:"height";s:2:"22";s:14:"hwstring_small";s:22:"height=''22'' width=''91''";s:4:"file";s:25:"2011/11/btn_requestit.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1797, 1070, '_wp_attached_file', '2011/11/btn_requestit.jpg'),
(823, 360, '_menu_item_type', 'taxonomy'),
(827, 360, '_menu_item_target', ''),
(828, 360, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(829, 360, '_menu_item_xfn', ''),
(830, 360, '_menu_item_url', ''),
(857, 363, '_menu_item_url', ''),
(832, 361, '_menu_item_type', 'taxonomy'),
(833, 361, '_menu_item_menu_item_parent', '1062'),
(834, 361, '_menu_item_object_id', '61'),
(835, 361, '_menu_item_object', 'category'),
(836, 361, '_menu_item_target', ''),
(837, 361, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(838, 361, '_menu_item_xfn', ''),
(839, 361, '_menu_item_url', ''),
(856, 363, '_menu_item_xfn', ''),
(1733, 1040, '_menu_item_menu_item_parent', '349'),
(1732, 1040, '_menu_item_type', 'post_type'),
(1731, 1038, '_wp_page_template', 'sidebar-page.php'),
(1730, 1038, '_edit_lock', '1326271714:1'),
(1729, 1038, '_edit_last', '1'),
(1983, 1213, '_menu_item_target', ''),
(1981, 1213, '_menu_item_object_id', '1207'),
(1980, 1213, '_menu_item_menu_item_parent', '1044'),
(863, 368, '_edit_last', '1'),
(905, 389, '_edit_last', '1'),
(867, 370, '_edit_last', '1'),
(866, 368, '_edit_lock', '1323988839:1'),
(884, 377, '_edit_lock', '1323921249:1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(870, 370, '_edit_lock', '1323383871:1'),
(871, 372, '_edit_last', '1'),
(875, 374, '_edit_last', '1'),
(874, 372, '_edit_lock', '1323383846:1'),
(878, 374, '_edit_lock', '1323981370:1'),
(885, 379, '_edit_last', '1'),
(881, 377, '_edit_last', '1'),
(889, 381, '_edit_last', '1'),
(888, 379, '_edit_lock', '1323383547:1'),
(893, 383, '_edit_last', '1'),
(892, 381, '_edit_lock', '1323383527:1'),
(906, 389, '_edit_lock', '1336790083:1'),
(896, 383, '_edit_lock', '1323383499:1'),
(901, 387, '_edit_last', '1'),
(904, 387, '_edit_lock', '1336790099:1'),
(909, 391, '_edit_last', '1'),
(913, 393, '_edit_last', '1'),
(912, 391, '_edit_lock', '1349402613:1'),
(916, 393, '_edit_lock', '1326270274:1'),
(917, 395, '_edit_last', '1'),
(923, 398, '_edit_last', '1'),
(934, 403, '_menu_item_url', ''),
(920, 395, '_edit_lock', '1348514077:1'),
(933, 403, '_menu_item_xfn', ''),
(932, 403, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(926, 398, '_edit_lock', '1337660542:1'),
(1786, 1062, '_menu_item_object_id', '317'),
(1787, 1062, '_menu_item_object', 'page'),
(1788, 1062, '_menu_item_target', ''),
(1789, 1062, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1790, 1062, '_menu_item_xfn', ''),
(1791, 1062, '_menu_item_url', ''),
(1785, 1062, '_menu_item_menu_item_parent', '0'),
(1784, 1062, '_menu_item_type', 'post_type'),
(1185, 610, '_wp_attachment_is_custom_background', 'twentyeleven'),
(1186, 611, '_wp_attached_file', '2011/11/cropped-banner_marca_careyes.jpg'),
(1187, 611, '_wp_attachment_context', 'custom-header'),
(1188, 611, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"288";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:40:"2011/11/cropped-banner_marca_careyes.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"cropped-banner_marca_careyes-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:39:"cropped-banner_marca_careyes-300x86.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"86";}s:13:"small-feature";a:3:{s:4:"file";s:40:"cropped-banner_marca_careyes-500x144.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"144";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1189, 611, '_wp_attachment_is_custom_header', 'twentyeleven'),
(1190, 612, '_wp_attached_file', '2011/11/banner_marca_careyes.jpg'),
(1191, 612, '_wp_attachment_context', 'custom-header'),
(1247, 664, 'form', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit "Send"]</p>'),
(1248, 664, 'mail', 'a:7:{s:7:"subject";s:12:"Info Request";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:175:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Costa Careyes http://www.careyes.com.mx";s:9:"recipient";s:19:"info@careyes.com.mx";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1249, 664, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:118:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1250, 664, 'messages', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";}'),
(1251, 664, 'additional_settings', ''),
(1252, 665, 'form', '<p>Tu nombre (requerido)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Tu Email (requerido)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Asunto<br /> </p>\r\n\r\n<p>Tu Mensaje<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit "Enviar"]</p>'),
(1253, 665, 'mail', 'a:7:{s:7:"subject";s:25:"Solicitud de Información";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:199:"De: [your-name] <[your-email]>\r\nAsunto: [your-subject]\r\n\r\nCuerpo del Mensaje:\r\n[your-message]\r\n\r\n--\r\nEste email se ha enviado vía formulario de contacto desde Costa Careyes http://www.careyes.com.mx";s:9:"recipient";s:19:"info@careyes.com.mx";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1254, 665, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:145:"Cuerpo del mensaje:\r\n[your-message]\r\n\r\n--\r\nEste email se ha enviado vía formulario de contacto desde Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1255, 665, 'messages', 'a:13:{s:12:"mail_sent_ok";s:52:"El mensaje se ha enviado con éxito. Muchas Gracias.";s:12:"mail_sent_ng";s:105:"Falló el envío de tu mensaje. Por favor inténta más tarde o contacta al administrador por otro medio.";s:16:"validation_error";s:96:"Ocurrió un error de validación. Por favor confirma los campos y envía el formulario de nuevo.";s:12:"accept_terms";s:61:"Por favor aceptar los términos y condiciones para continuar.";s:13:"invalid_email";s:42:"La dirección email parece ser incorrecta.";s:16:"invalid_required";s:38:"Por favor completa el campo requerido.";s:17:"captcha_not_match";s:35:"El código ingresado es incorrecto.";s:17:"akismet_says_spam";s:105:"Falló el envío de tu mensaje. Por favor inténta más tarde o contacta al administrador por otro medio.";s:23:"quiz_answer_not_correct";s:28:"La respuesta no es correcta.";s:13:"upload_failed";s:29:"Falló la subida del archivo.";s:24:"upload_file_type_invalid";s:38:"El tipo de archivo no está permitido.";s:21:"upload_file_too_large";s:31:"El archivo es demasiado grande.";s:23:"upload_failed_php_error";s:48:"Falló la subida del archivo. Ocurrió un error.";}'),
(1256, 665, 'additional_settings', ''),
(1257, 664, '_wp_old_slug', 'contact-form-1'),
(1268, 673, 'form', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\nCountry of Departure\r\n\r\n<p>[submit "Send"]</p>'),
(1936, 1148, '_edit_lock', '1345735069:1'),
(1269, 673, 'mail', 'a:7:{s:7:"subject";s:11:"Reservacion";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:179:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:19:"info@careyes.com.mx";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1270, 673, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:118:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1271, 673, 'messages', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";}'),
(1272, 673, 'additional_settings', ''),
(1273, 673, '_wp_old_slug', 'untitled'),
(1285, 700, '_menu_item_type', 'post_type'),
(1931, 1150, '_menu_item_object', 'page'),
(1915, 1137, '_menu_item_target', ''),
(1633, 973, '_edit_lock', '1323916920:1'),
(1632, 973, '_edit_last', '1'),
(1359, 755, '_menu_item_object', 'page'),
(1360, 755, '_menu_item_target', ''),
(1361, 755, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1362, 755, '_menu_item_xfn', ''),
(1363, 755, '_menu_item_url', ''),
(1364, 753, '_edit_lock', '1336795419:1'),
(1365, 759, '_wp_attached_file', '2011/12/press01.jpg'),
(1366, 759, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press01.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1367, 760, '_wp_attached_file', '2011/12/press02.jpg'),
(1368, 760, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press02.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1369, 761, '_wp_attached_file', '2011/12/press03.jpg'),
(1370, 761, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press03.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1371, 762, '_wp_attached_file', '2011/12/press04.jpg'),
(1372, 762, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press04.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1373, 763, '_wp_attached_file', '2011/12/press05.jpg'),
(1374, 763, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press05.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1375, 764, '_wp_attached_file', '2011/12/press06.jpg'),
(1376, 764, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press06.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1377, 765, '_wp_attached_file', '2011/12/press07.jpg'),
(1378, 765, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press07.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1379, 766, '_wp_attached_file', '2011/12/press08.jpg'),
(1380, 766, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press08.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1381, 767, '_wp_attached_file', '2011/12/press09.jpg'),
(1382, 767, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press09.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1383, 768, '_wp_attached_file', '2011/12/press10.jpg'),
(1384, 768, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press10.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1385, 769, '_wp_attached_file', '2011/12/press11.jpg'),
(1386, 769, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press11.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1387, 770, '_wp_attached_file', '2011/12/press12.jpg'),
(1388, 770, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press12.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1389, 771, '_wp_attached_file', '2011/12/press13.jpg'),
(1390, 771, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press13.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1391, 772, '_wp_attached_file', '2011/12/press14.jpg'),
(1392, 772, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press14.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1393, 773, '_wp_attached_file', '2011/12/press15.jpg'),
(1394, 773, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press15.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1395, 774, '_wp_attached_file', '2011/12/press16.jpg'),
(1396, 774, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press16.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1397, 775, '_wp_attached_file', '2011/12/press17.jpg'),
(1398, 775, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press17.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1399, 776, '_wp_attached_file', '2011/12/press18.jpg'),
(1400, 776, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press18.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1401, 777, '_wp_attached_file', '2011/12/press19.jpg'),
(1402, 777, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press19.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1403, 778, '_wp_attached_file', '2011/12/press20.jpg'),
(1404, 778, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press20.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1405, 779, '_wp_attached_file', '2011/12/press21.jpg'),
(1406, 779, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press21.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1407, 780, '_wp_attached_file', '2011/12/press22.jpg'),
(1408, 780, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press22.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1409, 781, '_wp_attached_file', '2011/12/press23.jpg'),
(1410, 781, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press23.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1411, 782, '_wp_attached_file', '2011/12/press24.jpg'),
(1412, 782, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press24.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1413, 783, '_wp_attached_file', '2011/12/press25.jpg'),
(1414, 783, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press25.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1415, 784, '_wp_attached_file', '2011/12/press26.jpg'),
(1416, 784, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press26.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1417, 785, '_wp_attached_file', '2011/12/press27.jpg'),
(1418, 785, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:19:"2011/12/press27.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1525, 844, '_wp_attached_file', '2011/12/0PDF_PR.pdf'),
(1479, 821, '_wp_attached_file', '2011/12/0PDF_AD.pdf'),
(1480, 821, '_wp_attachment_metadata', 'a:0:{}'),
(1481, 822, '_wp_attached_file', '2011/12/0PDF_ADi.pdf'),
(1482, 822, '_wp_attachment_metadata', 'a:0:{}'),
(1483, 823, '_wp_attached_file', '2011/12/0PDF_AE.pdf'),
(1484, 823, '_wp_attachment_metadata', 'a:0:{}'),
(1485, 824, '_wp_attached_file', '2011/12/0PDF_BLU.pdf'),
(1486, 824, '_wp_attachment_metadata', 'a:0:{}'),
(1487, 825, '_wp_attached_file', '2011/12/0PDF_Coastal_living_2011.pdf'),
(1488, 825, '_wp_attachment_metadata', 'a:0:{}'),
(1489, 826, '_wp_attached_file', '2011/12/0PDF_CoastalLivingMagazineApril.pdf'),
(1490, 826, '_wp_attachment_metadata', 'a:0:{}'),
(1491, 827, '_wp_attached_file', '2011/12/0PDF_CV.pdf'),
(1492, 827, '_wp_attachment_metadata', 'a:0:{}'),
(1493, 828, '_wp_attached_file', '2011/12/0PDF_DW.pdf'),
(1494, 828, '_wp_attachment_metadata', 'a:0:{}'),
(1495, 829, '_wp_attached_file', '2011/12/0PDF_DWH.pdf'),
(1496, 829, '_wp_attachment_metadata', 'a:0:{}'),
(1497, 830, '_wp_attached_file', '2011/12/0PDF_entree_oct2011.pdf'),
(1498, 830, '_wp_attachment_metadata', 'a:0:{}'),
(1499, 831, '_wp_attached_file', '2011/12/0PDF_EQ.pdf'),
(1500, 831, '_wp_attachment_metadata', 'a:0:{}'),
(1501, 832, '_wp_attached_file', '2011/12/0PDF_forbes2011.pdf'),
(1502, 832, '_wp_attachment_metadata', 'a:0:{}'),
(1503, 833, '_wp_attached_file', '2011/12/0PDF_gala_2011.pdf'),
(1504, 833, '_wp_attachment_metadata', 'a:0:{}'),
(1505, 834, '_wp_attached_file', '2011/12/0PDF_HB.pdf'),
(1506, 834, '_wp_attachment_metadata', 'a:0:{}'),
(1507, 835, '_wp_attached_file', '2011/12/0PDF_HemispheresLow.pdf'),
(1508, 835, '_wp_attachment_metadata', 'a:0:{}'),
(1509, 836, '_wp_attached_file', '2011/12/0PDF_HL.pdf'),
(1510, 836, '_wp_attachment_metadata', 'a:0:{}'),
(1511, 837, '_wp_attached_file', '2011/12/0PDF_hola_oct2011.pdf'),
(1512, 837, '_wp_attachment_metadata', 'a:0:{}'),
(1513, 838, '_wp_attached_file', '2011/12/0PDF_hotbook2011.pdf'),
(1514, 838, '_wp_attachment_metadata', 'a:0:{}'),
(1515, 839, '_wp_attached_file', '2011/12/0PDF_hpbazar.pdf'),
(1516, 839, '_wp_attachment_metadata', 'a:0:{}'),
(1517, 840, '_wp_attached_file', '2011/12/0PDF_LF.pdf'),
(1518, 840, '_wp_attachment_metadata', 'a:0:{}'),
(1519, 841, '_wp_attached_file', '2011/12/0PDF_NO.pdf'),
(1520, 841, '_wp_attachment_metadata', 'a:0:{}'),
(1521, 842, '_wp_attached_file', '2011/12/0PDF_organicspa.pdf'),
(1522, 842, '_wp_attachment_metadata', 'a:0:{}'),
(1523, 843, '_wp_attached_file', '2011/12/0PDF_POLO.pdf'),
(1524, 843, '_wp_attachment_metadata', 'a:0:{}'),
(1526, 844, '_wp_attachment_metadata', 'a:0:{}'),
(1527, 845, '_wp_attached_file', '2011/12/0PDF_PtHemis2011.pdf'),
(1528, 845, '_wp_attachment_metadata', 'a:0:{}'),
(1529, 846, '_wp_attached_file', '2011/12/0PDF_QJ.pdf'),
(1530, 846, '_wp_attachment_metadata', 'a:0:{}'),
(1531, 847, '_wp_attached_file', '2011/12/0PDF_QU.pdf'),
(1532, 847, '_wp_attachment_metadata', 'a:0:{}'),
(1533, 848, '_wp_attached_file', '2011/12/0PDF_RE.pdf'),
(1534, 848, '_wp_attachment_metadata', 'a:0:{}'),
(1535, 849, '_wp_attached_file', '2011/12/0PDF_robb2011.pdf'),
(1536, 849, '_wp_attachment_metadata', 'a:0:{}'),
(1537, 850, '_wp_attached_file', '2011/12/0PDF_TL.pdf'),
(1538, 850, '_wp_attachment_metadata', 'a:0:{}'),
(1539, 851, '_wp_attached_file', '2011/12/0PDF_TWT.pdf'),
(1540, 851, '_wp_attachment_metadata', 'a:0:{}'),
(1541, 852, '_wp_attached_file', '2011/12/0PDF_V2.pdf'),
(1542, 852, '_wp_attachment_metadata', 'a:0:{}'),
(1543, 853, '_wp_attached_file', '2011/12/0PDF_viva.pdf'),
(1544, 853, '_wp_attachment_metadata', 'a:0:{}'),
(1545, 854, '_wp_attached_file', '2011/12/0PDF_VLM.pdf'),
(1546, 854, '_wp_attachment_metadata', 'a:0:{}'),
(1547, 855, '_wp_attached_file', '2011/12/0PDF_volare_2011.pdf'),
(1548, 855, '_wp_attachment_metadata', 'a:0:{}'),
(1561, 905, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:118:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1562, 905, 'messages', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";}'),
(1563, 905, 'additional_settings', ''),
(1564, 906, '_edit_last', '1'),
(1565, 906, '_edit_lock', '1323752715:1'),
(1570, 909, 'form', '<p>Tu nombre (requerido)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Tu Email (requerido)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>[submit "Enviar"]</p>'),
(1571, 909, 'mail', 'a:7:{s:7:"subject";s:15:"Lista de Correo";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:203:"De: [your-name] <[your-email]>\r\nAsunto: [your-subject]\r\n\r\nCuerpo del Mensaje:\r\n[your-message]\r\n\r\n--\r\nEste email se ha enviado vía formulario de contacto desde Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:19:"info@careyes.com.mx";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1572, 909, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:145:"Cuerpo del mensaje:\r\n[your-message]\r\n\r\n--\r\nEste email se ha enviado vía formulario de contacto desde Costa Careyes http://www.careyes.com.mx/web";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}'),
(1573, 909, 'messages', 'a:13:{s:12:"mail_sent_ok";s:52:"El mensaje se ha enviado con éxito. Muchas Gracias.";s:12:"mail_sent_ng";s:105:"Falló el envío de tu mensaje. Por favor inténta más tarde o contacta al administrador por otro medio.";s:16:"validation_error";s:96:"Ocurrió un error de validación. Por favor confirma los campos y envía el formulario de nuevo.";s:12:"accept_terms";s:61:"Por favor aceptar los términos y condiciones para continuar.";s:13:"invalid_email";s:42:"La dirección email parece ser incorrecta.";s:16:"invalid_required";s:38:"Por favor completa el campo requerido.";s:17:"captcha_not_match";s:35:"El código ingresado es incorrecto.";s:17:"akismet_says_spam";s:105:"Falló el envío de tu mensaje. Por favor inténta más tarde o contacta al administrador por otro medio.";s:23:"quiz_answer_not_correct";s:28:"La respuesta no es correcta.";s:13:"upload_failed";s:29:"Falló la subida del archivo.";s:24:"upload_file_type_invalid";s:38:"El tipo de archivo no está permitido.";s:21:"upload_file_too_large";s:31:"El archivo es demasiado grande.";s:23:"upload_failed_php_error";s:48:"Falló la subida del archivo. Ocurrió un error.";}'),
(1574, 909, 'additional_settings', ''),
(1575, 906, '_wp_page_template', 'sidebar-page.php'),
(1576, 911, '_links_to', 'http://www.google.com'),
(1578, 914, '_edit_last', '1'),
(1579, 914, '_wp_page_template', 'sidebar-page.php'),
(1580, 916, '_menu_item_type', 'post_type'),
(1581, 916, '_menu_item_menu_item_parent', '349'),
(1582, 916, '_menu_item_object_id', '914'),
(1583, 916, '_menu_item_object', 'page'),
(1584, 916, '_menu_item_target', ''),
(1585, 916, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1586, 916, '_menu_item_xfn', ''),
(1587, 916, '_menu_item_url', ''),
(1588, 914, '_edit_lock', '1339640589:1'),
(1589, 934, '_edit_last', '1'),
(1590, 934, '_edit_lock', '1323907314:1'),
(1591, 935, '_wp_attached_file', '2011/12/Gilles-Bensimon.jpg'),
(1592, 935, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"547";s:6:"height";s:3:"693";s:14:"hwstring_small";s:22:"height=''96'' width=''75''";s:4:"file";s:27:"2011/12/Gilles-Bensimon.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"Gilles-Bensimon-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"Gilles-Bensimon-236x300.jpg";s:5:"width";s:3:"236";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:27:"Gilles-Bensimon-547x288.jpg";s:5:"width";s:3:"547";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:27:"Gilles-Bensimon-547x288.jpg";s:5:"width";s:3:"547";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:27:"Gilles-Bensimon-236x300.jpg";s:5:"width";s:3:"236";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1597, 952, '_edit_last', '1'),
(1598, 952, '_edit_lock', '1336787395:1'),
(1607, 958, '_menu_item_type', 'post_type'),
(1608, 958, '_menu_item_menu_item_parent', '1050'),
(1609, 958, '_menu_item_object_id', '952'),
(1610, 958, '_menu_item_object', 'page'),
(1611, 958, '_menu_item_target', ''),
(1612, 958, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1613, 958, '_menu_item_xfn', ''),
(1614, 958, '_menu_item_url', ''),
(1621, 972, '_links_to', 'http://www.ojodecareyes.com/'),
(1622, 972, '_links_to_target', '_blank'),
(1623, 972, '_menu_item_type', 'post_type'),
(1624, 972, '_menu_item_menu_item_parent', '1055'),
(1625, 972, '_menu_item_object_id', '970'),
(1626, 972, '_menu_item_object', 'page'),
(1627, 972, '_menu_item_target', ''),
(1628, 972, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1629, 972, '_menu_item_xfn', ''),
(1630, 972, '_menu_item_url', ''),
(1631, 970, '_edit_lock', '1323916643:1'),
(1649, 981, '_edit_lock', '1323917297:1'),
(1648, 981, '_edit_last', '1'),
(1654, 984, '_edit_last', '1'),
(1672, 994, '_edit_last', '1'),
(1658, 986, '_edit_last', '1'),
(1657, 984, '_edit_lock', '1323917358:1'),
(1673, 994, '_edit_lock', '1323922523:1'),
(1661, 986, '_edit_lock', '1323922495:1'),
(1685, 1005, '_wp_page_template', 'sidebar-page.php'),
(1676, 996, '_edit_last', '1'),
(1684, 1005, '_edit_last', '1'),
(1679, 996, '_edit_lock', '1336022874:1'),
(1686, 1007, '_menu_item_type', 'post_type'),
(1687, 1007, '_menu_item_menu_item_parent', '1150'),
(1688, 1007, '_menu_item_object_id', '1005'),
(1689, 1007, '_menu_item_object', 'page'),
(1690, 1007, '_menu_item_target', ''),
(1691, 1007, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1692, 1007, '_menu_item_xfn', ''),
(1693, 1007, '_menu_item_url', ''),
(1694, 1005, '_edit_lock', '1345852219:1'),
(1697, 395, '_wp_page_template', 'sidebar-page.php'),
(1711, 1015, '_menu_item_type', 'post_type'),
(1712, 1015, '_menu_item_menu_item_parent', '1007'),
(1713, 1015, '_menu_item_object_id', '391'),
(1714, 1015, '_menu_item_object', 'page'),
(1715, 1015, '_menu_item_target', ''),
(1716, 1015, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1717, 1015, '_menu_item_xfn', ''),
(1718, 1015, '_menu_item_url', ''),
(1720, 1016, '_menu_item_type', 'post_type'),
(1721, 1016, '_menu_item_menu_item_parent', '1007'),
(1722, 1016, '_menu_item_object_id', '393'),
(1723, 1016, '_menu_item_object', 'page'),
(1724, 1016, '_menu_item_target', ''),
(1725, 1016, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1726, 1016, '_menu_item_xfn', ''),
(1727, 1016, '_menu_item_url', ''),
(1734, 1040, '_menu_item_object_id', '1038'),
(1735, 1040, '_menu_item_object', 'page'),
(1736, 1040, '_menu_item_target', ''),
(1737, 1040, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1738, 1040, '_menu_item_xfn', ''),
(1739, 1040, '_menu_item_url', ''),
(1740, 1042, '_edit_last', '1'),
(1741, 1042, '_edit_lock', '1323979767:1'),
(1742, 1042, '_wp_page_template', 'sidebar-page.php'),
(1743, 1044, '_menu_item_type', 'post_type'),
(1744, 1044, '_menu_item_menu_item_parent', '0'),
(1745, 1044, '_menu_item_object_id', '1042'),
(1746, 1044, '_menu_item_object', 'page'),
(1747, 1044, '_menu_item_target', ''),
(1748, 1044, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1749, 1044, '_menu_item_xfn', ''),
(1750, 1044, '_menu_item_url', ''),
(1756, 1050, '_menu_item_object', 'page'),
(1757, 1050, '_menu_item_target', ''),
(1758, 1050, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1759, 1050, '_menu_item_xfn', ''),
(1760, 1050, '_menu_item_url', ''),
(1761, 1048, '_edit_lock', '1323980751:1'),
(1767, 1055, '_menu_item_object_id', '1053'),
(1768, 1055, '_menu_item_object', 'page'),
(1769, 1055, '_menu_item_target', ''),
(1770, 1055, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1771, 1055, '_menu_item_xfn', ''),
(1772, 1055, '_menu_item_url', ''),
(1778, 1058, '_menu_item_object_id', '1056'),
(1779, 1058, '_menu_item_object', 'page'),
(1780, 1058, '_menu_item_target', ''),
(1781, 1058, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1782, 1058, '_menu_item_xfn', ''),
(1783, 1058, '_menu_item_url', ''),
(1800, 1072, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:2:"91";s:6:"height";s:2:"22";s:14:"hwstring_small";s:22:"height=''22'' width=''91''";s:4:"file";s:24:"2011/11/btn_reservar.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1801, 391, '_wp_page_template', 'sidebar-page.php'),
(1802, 393, '_wp_page_template', 'sidebar-page.php'),
(1808, 1087, '_edit_lock', '1336785299:1'),
(1807, 1087, '_edit_last', '1'),
(1809, 1087, '_wp_page_template', 'sidebar-page.php'),
(1810, 1089, '_menu_item_type', 'post_type'),
(1811, 1089, '_menu_item_menu_item_parent', '1044'),
(1812, 1089, '_menu_item_object_id', '1087'),
(1813, 1089, '_menu_item_object', 'page'),
(1814, 1089, '_menu_item_target', ''),
(1815, 1089, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1816, 1089, '_menu_item_xfn', ''),
(1817, 1089, '_menu_item_url', ''),
(1818, 1090, '_edit_last', '1'),
(1837, 1096, '_links_to', 'http://www.careyes.com.mx/themagicofcareyes/'),
(1821, 1090, '_wp_page_template', 'default'),
(1842, 1101, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"750";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/11/4_CASTLES.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"4_CASTLES-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"4_CASTLES-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"4_CASTLES-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"4_CASTLES-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:21:"4_CASTLES-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1841, 1101, '_wp_attached_file', '2011/11/4_CASTLES.jpg'),
(1832, 1090, '_edit_lock', '1323995259:1'),
(1833, 1093, '_links_to', 'http://www.careyes.com.mx/themagicofcareyes/'),
(1834, 1093, '_links_to_target', '_blank'),
(1835, 1094, '_links_to', 'http://www.careyes.com.mx/themagicofcareyes/'),
(1836, 1094, '_links_to_target', '_blank'),
(1838, 1096, '_links_to_target', '_blank'),
(1839, 1090, '_links_to', 'http://www.careyes.com.mx/themagicofcareyes/'),
(1840, 1090, '_links_to_target', '_blank'),
(1847, 1104, '_links_to', 'index.php?page_id=1005'),
(1850, 146, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=332'),
(1851, 1105, '_wp_attached_file', '2011/11/3_EVENT.jpg'),
(1852, 1105, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"750";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:19:"2011/11/3_EVENT.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"3_EVENT-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"3_EVENT-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"post-thumbnail";a:3:{s:4:"file";s:20:"3_EVENT-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:20:"3_EVENT-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:19:"3_EVENT-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1853, 1106, '_links_to', 'index.php?page_id=286'),
(1858, 1107, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:18:"2011/11/2_SURF.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"2_SURF-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"2_SURF-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:14:"post-thumbnail";a:3:{s:4:"file";s:19:"2_SURF-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:19:"2_SURF-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:18:"2_SURF-449x300.jpg";s:5:"width";s:3:"449";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1857, 1107, '_wp_attached_file', '2011/11/2_SURF.jpg'),
(1856, 148, '_links_to', 'index.php?page_id=286'),
(1859, 1108, '_links_to', 'index.php?page_id=1087'),
(1863, 1109, '_links_to', 'index.php?page_id=1087'),
(1862, 151, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1087'),
(1866, 1110, '_wp_attached_file', '2011/11/1_POLO.jpg'),
(1867, 1110, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1125";s:6:"height";s:3:"750";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:18:"2011/11/1_POLO.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"1_POLO-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"1_POLO-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:5:"large";a:3:{s:4:"file";s:19:"1_POLO-1024x682.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"682";}s:14:"post-thumbnail";a:3:{s:4:"file";s:19:"1_POLO-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:19:"1_POLO-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:18:"1_POLO-450x300.jpg";s:5:"width";s:3:"450";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1868, 1111, '_links_to', 'index.php?page_id=1048'),
(1872, 1113, '_wp_attached_file', '2011/12/4_LIFESTYLE.jpg'),
(1871, 191, '_links_to', 'index.php?page_id=1048'),
(1873, 1113, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:23:"2011/12/4_LIFESTYLE.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"4_LIFESTYLE-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"4_LIFESTYLE-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"4_LIFESTYLE-600x288.jpg";s:5:"width";s:3:"600";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"4_LIFESTYLE-600x288.jpg";s:5:"width";s:3:"600";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"4_LIFESTYLE-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1874, 1112, '_edit_last', '1'),
(1875, 1112, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1042'),
(1880, 1115, '_edit_lock', '1339550488:1'),
(1879, 1115, '_edit_last', '1'),
(1878, 1112, '_edit_lock', '1339550512:1'),
(1881, 1116, '_wp_attached_file', '2011/12/3_POLO.jpg'),
(1882, 1116, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"995";s:6:"height";s:3:"750";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:18:"2011/12/3_POLO.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"3_POLO-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"3_POLO-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}s:14:"post-thumbnail";a:3:{s:4:"file";s:18:"3_POLO-995x288.jpg";s:5:"width";s:3:"995";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:18:"3_POLO-995x288.jpg";s:5:"width";s:3:"995";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:18:"3_POLO-398x300.jpg";s:5:"width";s:3:"398";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1883, 1115, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1048'),
(1886, 1118, '_links_to', 'index.php?page_id=1048'),
(1890, 1119, '_edit_lock', '1339550463:1'),
(1889, 1119, '_edit_last', '1'),
(1891, 1120, '_wp_attached_file', '2011/12/2_RENTAL_CASTLES.jpg'),
(1892, 1120, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"750";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:28:"2011/12/2_RENTAL_CASTLES.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"2_RENTAL_CASTLES-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"2_RENTAL_CASTLES-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"post-thumbnail";a:3:{s:4:"file";s:29:"2_RENTAL_CASTLES-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:29:"2_RENTAL_CASTLES-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:28:"2_RENTAL_CASTLES-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1893, 1119, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1005'),
(1896, 1123, '_wp_attached_file', '2011/12/1_RENTALS_RATES.jpg'),
(1897, 1123, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"750";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:27:"2011/12/1_RENTALS_RATES.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"1_RENTALS_RATES-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"1_RENTALS_RATES-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"post-thumbnail";a:3:{s:4:"file";s:28:"1_RENTALS_RATES-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:28:"1_RENTALS_RATES-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:27:"1_RENTALS_RATES-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1898, 1122, '_edit_last', '1'),
(1899, 1122, '_edit_lock', '1339550445:1'),
(1900, 1122, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=329'),
(1903, 1126, '_links_to', 'index.php?page_id=1005'),
(1906, 1127, '_links_to', 'index.php?page_id=1005'),
(1992, 1228, '_wp_attachment_is_custom_background', 'twentyeleven'),
(1993, 1229, '_wp_attached_file', '2012/01/fondotextura1.jpg'),
(1994, 1229, '_wp_attachment_context', 'custom-background'),
(1995, 1229, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"133";s:6:"height";s:4:"1768";s:14:"hwstring_small";s:21:"height=''96'' width=''7''";s:4:"file";s:25:"2012/01/fondotextura1.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"fondotextura1-133x150.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"fondotextura1-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:25:"fondotextura1-77x1024.jpg";s:5:"width";s:2:"77";s:6:"height";s:4:"1024";}s:14:"post-thumbnail";a:3:{s:4:"file";s:25:"fondotextura1-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:25:"fondotextura1-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:24:"fondotextura1-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(1996, 1229, '_wp_attachment_is_custom_background', 'twentyeleven'),
(1997, 1230, '_wp_attached_file', '2012/01/fondotextura2.jpg'),
(1998, 1230, '_wp_attachment_context', 'custom-background');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1999, 1230, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"133";s:6:"height";s:4:"1768";s:14:"hwstring_small";s:21:"height=''96'' width=''7''";s:4:"file";s:25:"2012/01/fondotextura2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"fondotextura2-133x150.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"fondotextura2-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:25:"fondotextura2-77x1024.jpg";s:5:"width";s:2:"77";s:6:"height";s:4:"1024";}s:14:"post-thumbnail";a:3:{s:4:"file";s:25:"fondotextura2-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:25:"fondotextura2-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:24:"fondotextura2-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2000, 1230, '_wp_attachment_is_custom_background', 'twentyeleven'),
(2001, 1231, '_wp_attached_file', '2012/01/fondotextura21.jpg'),
(2002, 1231, '_wp_attachment_context', 'custom-background'),
(2003, 1231, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"133";s:6:"height";s:4:"1768";s:14:"hwstring_small";s:21:"height=''96'' width=''7''";s:4:"file";s:26:"2012/01/fondotextura21.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"fondotextura21-133x150.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"fondotextura21-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:26:"fondotextura21-77x1024.jpg";s:5:"width";s:2:"77";s:6:"height";s:4:"1024";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"fondotextura21-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:26:"fondotextura21-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:25:"fondotextura21-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2004, 1231, '_wp_attachment_is_custom_background', 'twentyeleven'),
(2005, 1232, '_wp_attached_file', '2012/01/fondotextura3.jpg'),
(2006, 1232, '_wp_attachment_context', 'custom-background'),
(2007, 1232, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"133";s:6:"height";s:4:"1768";s:14:"hwstring_small";s:21:"height=''96'' width=''7''";s:4:"file";s:25:"2012/01/fondotextura3.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"fondotextura3-133x150.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"fondotextura3-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}s:5:"large";a:3:{s:4:"file";s:25:"fondotextura3-77x1024.jpg";s:5:"width";s:2:"77";s:6:"height";s:4:"1024";}s:14:"post-thumbnail";a:3:{s:4:"file";s:25:"fondotextura3-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:25:"fondotextura3-133x288.jpg";s:5:"width";s:3:"133";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:24:"fondotextura3-22x300.jpg";s:5:"width";s:2:"22";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2008, 1232, '_wp_attachment_is_custom_background', 'twentyeleven'),
(2011, 22, '_oembed_b51491e360f2ffc7045fac04bb9fb40b', '{{unknown}}'),
(2012, 23, '_oembed_a7c96448397232ddfb8f0fe0a650b546', '{{unknown}}'),
(2013, 24, '_oembed_2532bdbc9f2fb422eb86c6811de50306', '{{unknown}}'),
(2014, 25, '_oembed_234ee13e3f97752563f5baabc837d335', '{{unknown}}'),
(2015, 40, '_oembed_d7360b2905f43ccd99ebbe3166f8a6d4', '{{unknown}}'),
(2016, 26, '_oembed_c3b6add0f0adeec826afda8e1c24a056', '{{unknown}}'),
(2017, 35, '_oembed_5b9cc8b24c852a8c196955c103591396', '{{unknown}}'),
(2018, 42, '_oembed_fca5fe93c558b0364c26cfdb7ec29039', '{{unknown}}'),
(2019, 27, '_oembed_e1f268b9d74a981f3e499cc451f45df3', '{{unknown}}'),
(2020, 43, '_oembed_1a5b4458588b1141391926e214454846', '{{unknown}}'),
(2021, 33, '_oembed_c8b9547195088d2d50dbcde8c2e9c8ea', '{{unknown}}'),
(2022, 28, '_oembed_c5de9e170b954448aa1730ef6ca1a68f', '{{unknown}}'),
(2023, 32, '_oembed_e94bed4aafc26678a094dc514e0f8bd1', '{{unknown}}'),
(2024, 31, '_oembed_c07235a6806bc59d006cce2dc4a41404', '{{unknown}}'),
(2025, 610, '_oembed_65f268bf05cec769a1db7c916d0a4022', '{{unknown}}'),
(2026, 611, '_oembed_7d5880060691383f520a52ac1dc4ad03', '{{unknown}}'),
(2027, 612, '_oembed_54baae5689b7d32a0b4eebc30b9fe2ef', '{{unknown}}'),
(2028, 1228, '_oembed_71750f69f9906e588afa004c9e290154', '{{unknown}}'),
(2029, 1229, '_oembed_4d1573abce1652f023ddd27ca2f82dad', '{{unknown}}'),
(2030, 1230, '_oembed_ab594e1b073c0fe2111739c2e336d2f7', '{{unknown}}'),
(2031, 1231, '_oembed_9f08ff6d22f2abdeff4d63f26f79e1eb', '{{unknown}}'),
(2032, 1232, '_oembed_f37548bf8f79c37e3e27aa3e41ada591', '{{unknown}}'),
(2033, 34, '_oembed_a369d3653d65f880290c806453bc5265', '{{unknown}}'),
(2034, 1235, '_edit_last', '1'),
(2035, 1235, '_wp_page_template', 'sidebar-page.php'),
(2036, 1237, '_menu_item_type', 'post_type'),
(2037, 1237, '_menu_item_menu_item_parent', '0'),
(2038, 1237, '_menu_item_object_id', '1235'),
(2039, 1237, '_menu_item_object', 'page'),
(2040, 1237, '_menu_item_target', ''),
(2041, 1237, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2042, 1237, '_menu_item_xfn', ''),
(2043, 1237, '_menu_item_url', ''),
(2044, 1235, '_edit_lock', '1339527021:1'),
(2045, 1238, '_wp_attached_file', '2012/02/fondo_tigre.jpg'),
(2046, 1238, '_wp_attachment_context', 'custom-background'),
(2047, 1238, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"320";s:6:"height";s:3:"240";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:23:"2012/02/fondo_tigre.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"fondo_tigre-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"fondo_tigre-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2048, 1238, '_wp_attachment_is_custom_background', 'twentyeleven'),
(2049, 1238, '_oembed_350e4a68310aa3902eadd77a0ba58783', '{{unknown}}'),
(2050, 1242, '_wp_attached_file', '2012/04/bco.jpg'),
(2051, 1242, '_wp_attachment_context', 'custom-background'),
(2052, 1242, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:1:"5";s:6:"height";s:1:"5";s:14:"hwstring_small";s:20:"height=''5'' width=''5''";s:4:"file";s:15:"2012/04/bco.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2053, 1242, '_wp_attachment_is_custom_background', 'twentyeleven'),
(2054, 1243, '_wp_attached_file', '2012/04/head_blue.jpg'),
(2055, 1243, '_wp_attachment_context', 'custom-header'),
(2056, 1243, '_oembed_830a039bb166631e69a678c2be504339', '{{unknown}}'),
(2063, 1242, '_oembed_03e3f24466a3634289d227c4204da709', '{{unknown}}'),
(2066, 1252, '_edit_last', '1'),
(2067, 1252, '_edit_lock', '1336787570:1'),
(2068, 1253, '_wp_attached_file', '2012/05/retna_post.jpg'),
(2069, 1253, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"657";s:6:"height";s:3:"720";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:22:"2012/05/retna_post.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"retna_post-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"retna_post-273x300.jpg";s:5:"width";s:3:"273";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"retna_post-657x288.jpg";s:5:"width";s:3:"657";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"retna_post-657x288.jpg";s:5:"width";s:3:"657";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:22:"retna_post-273x300.jpg";s:5:"width";s:3:"273";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2070, 1254, '_wp_attached_file', '2012/05/retna_post1.jpg'),
(2071, 1254, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"657";s:6:"height";s:3:"720";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:23:"2012/05/retna_post1.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"retna_post1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"retna_post1-273x300.jpg";s:5:"width";s:3:"273";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"retna_post1-657x288.jpg";s:5:"width";s:3:"657";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"retna_post1-657x288.jpg";s:5:"width";s:3:"657";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"retna_post1-273x300.jpg";s:5:"width";s:3:"273";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2092, 1268, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1207'),
(2074, 1258, '_edit_last', '1'),
(2082, 1263, '_edit_last', '1'),
(2077, 1258, '_edit_lock', '1336032416:1'),
(2085, 1263, '_edit_lock', '1336023197:1'),
(2091, 1268, '_edit_lock', '1339550193:1'),
(2090, 1268, '_edit_last', '1'),
(2095, 1270, '_wp_attached_file', '2012/05/bodasIMG_0.jpg'),
(2096, 1270, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:22:"2012/05/bodasIMG_0.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"bodasIMG_0-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"bodasIMG_0-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"post-thumbnail";a:3:{s:4:"file";s:22:"bodasIMG_0-600x288.jpg";s:5:"width";s:3:"600";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:22:"bodasIMG_0-600x288.jpg";s:5:"width";s:3:"600";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:22:"bodasIMG_0-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2097, 1271, '_links_to', 'index.php?page_id=1207'),
(2100, 1272, '_links_to', 'index.php?page_id=1207'),
(2103, 1273, '_links_to', 'index.php?page_id=1207'),
(2107, 1274, '_edit_lock', '1339550221:1'),
(2106, 1274, '_edit_last', '1'),
(2108, 1275, '_wp_attached_file', '2012/05/activitiesRUX_1852.jpg'),
(2109, 1275, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"700";s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:30:"2012/05/activitiesRUX_1852.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"activitiesRUX_1852-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"activitiesRUX_1852-300x210.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"210";}s:14:"post-thumbnail";a:3:{s:4:"file";s:31:"activitiesRUX_1852-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:31:"activitiesRUX_1852-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:30:"activitiesRUX_1852-428x300.jpg";s:5:"width";s:3:"428";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2110, 1274, '_links_to', 'http://www.careyes.com.mx/index.php?cat=52'),
(2113, 1277, '_links_to', 'index.php?page_id=286'),
(2116, 1278, '_links_to', 'index.php?page_id=1048'),
(2119, 1279, '_links_to', 'index.php?page_id=1087'),
(2122, 1280, '_links_to', 'index.php?page_id=1087'),
(2125, 1281, '_links_to', 'index.php?page_id=1087'),
(2128, 1282, '_links_to', 'index.php?page_id=1087'),
(2139, 1285, '_wp_page_template', 'sidebar-page.php'),
(2131, 1283, '_links_to', 'index.php?page_id=1087'),
(2138, 1285, '_edit_lock', '1336028628:1'),
(2134, 1284, '_links_to', 'index.php?page_id=1087'),
(2137, 1285, '_edit_last', '1'),
(2151, 1289, '_wp_attachment_metadata', 'a:0:{}'),
(2150, 1289, '_wp_attached_file', '2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf'),
(2149, 1288, '_wp_attachment_metadata', 'a:0:{}'),
(2148, 1288, '_wp_attached_file', '2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf'),
(2152, 1291, '_wp_attached_file', '2012/05/ARTECAREYES_Newsletter2012_eng.jpg'),
(2153, 1291, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:42:"2012/05/ARTECAREYES_Newsletter2012_eng.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2154, 1292, '_wp_attached_file', '2012/05/ARTECAREYES_Newsletter2012_esp.jpg'),
(2155, 1292, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"102";s:6:"height";s:3:"132";s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:42:"2012/05/ARTECAREYES_Newsletter2012_esp.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2160, 1304, '_wp_attached_file', '2011/12/Galeria-de-Arte.jpg'),
(2161, 1304, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"686";s:6:"height";s:4:"1024";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:27:"2011/12/Galeria-de-Arte.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"Galeria-de-Arte-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"Galeria-de-Arte-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:27:"Galeria-de-Arte-686x288.jpg";s:5:"width";s:3:"686";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:27:"Galeria-de-Arte-686x288.jpg";s:5:"width";s:3:"686";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:27:"Galeria-de-Arte-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2162, 1307, '_wp_attached_file', '2011/12/Careyes_Libro_Portada.jpg'),
(2163, 1307, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"750";s:6:"height";s:3:"827";s:14:"hwstring_small";s:22:"height=''96'' width=''87''";s:4:"file";s:33:"2011/12/Careyes_Libro_Portada.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"Careyes_Libro_Portada-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:33:"Careyes_Libro_Portada-272x300.jpg";s:5:"width";s:3:"272";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:33:"Careyes_Libro_Portada-750x288.jpg";s:5:"width";s:3:"750";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:33:"Careyes_Libro_Portada-750x288.jpg";s:5:"width";s:3:"750";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:33:"Careyes_Libro_Portada-272x300.jpg";s:5:"width";s:3:"272";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2164, 1309, '_wp_attached_file', '2012/01/Location_Aerial3.jpg'),
(2165, 1309, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"750";s:6:"height";s:3:"933";s:14:"hwstring_small";s:22:"height=''96'' width=''77''";s:4:"file";s:28:"2012/01/Location_Aerial3.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"Location_Aerial3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"Location_Aerial3-241x300.jpg";s:5:"width";s:3:"241";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:28:"Location_Aerial3-750x288.jpg";s:5:"width";s:3:"750";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:28:"Location_Aerial3-750x288.jpg";s:5:"width";s:3:"750";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:28:"Location_Aerial3-241x300.jpg";s:5:"width";s:3:"241";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:6:"ÖLÊ";}}'),
(2172, 1341, '_wp_attached_file', '2012/05/coastallivingmayo2012_mc.pdf'),
(2173, 1341, '_wp_attachment_metadata', 'a:0:{}'),
(2174, 1342, '_wp_attached_file', '2012/05/clubreformamayo2012_mc.pdf'),
(2175, 1342, '_wp_attachment_metadata', 'a:0:{}'),
(2176, 1343, '_wp_attached_file', '2012/05/legendmayo2012_mc.pdf'),
(2177, 1343, '_wp_attachment_metadata', 'a:0:{}'),
(2178, 1344, '_wp_attached_file', '2012/05/quienmayo2012_mc.pdf'),
(2179, 1344, '_wp_attachment_metadata', 'a:0:{}'),
(2180, 1345, '_wp_attached_file', '2011/12/Club-reforma-articulo-AA-2012-1.jpg'),
(2181, 1345, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:43:"2011/12/Club-reforma-articulo-AA-2012-1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2182, 1346, '_wp_attached_file', '2011/12/Coastal-Living-1.jpg'),
(2183, 1346, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:28:"2011/12/Coastal-Living-1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2184, 1347, '_wp_attached_file', '2011/12/Quien-AA-2012-1.jpg'),
(2185, 1347, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:27:"2011/12/Quien-AA-2012-1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2186, 1348, '_wp_attached_file', '2011/12/LEGENDS-1.jpg'),
(2187, 1348, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"100";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:21:"2011/12/LEGENDS-1.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2188, 1356, '_wp_attached_file', '2012/01/rentals_zigzag_pool.jpg'),
(2189, 1356, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"470";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:31:"2012/01/rentals_zigzag_pool.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"rentals_zigzag_pool-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"rentals_zigzag_pool-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}s:14:"post-thumbnail";a:3:{s:4:"file";s:31:"rentals_zigzag_pool-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:31:"rentals_zigzag_pool-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:31:"rentals_zigzag_pool-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2266, 1422, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(2265, 1422, '_menu_item_target', ''),
(2264, 1422, '_menu_item_object', 'page'),
(2263, 1422, '_menu_item_object_id', '99'),
(2262, 1422, '_menu_item_menu_item_parent', '0'),
(2261, 1422, '_menu_item_type', 'post_type'),
(2201, 1362, '_links_to', 'index.php?page_id=1005'),
(2204, 1363, '_links_to', 'index.php?page_id=329'),
(2207, 1364, '_links_to', 'index.php?page_id=1005'),
(2214, 1366, '_edit_lock', '1342552090:1'),
(2210, 1365, '_links_to', 'index.php?page_id=1005'),
(2213, 1366, '_edit_last', '1'),
(2231, 1398, '_wp_attached_file', '2012/05/cropped-bannermayo2012.jpg'),
(2232, 1398, '_wp_attachment_context', 'custom-header'),
(2233, 1398, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"288";s:14:"hwstring_small";s:23:"height=''36'' width=''128''";s:4:"file";s:34:"2012/05/cropped-bannermayo2012.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"cropped-bannermayo2012-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:33:"cropped-bannermayo2012-300x86.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"86";}s:13:"small-feature";a:3:{s:4:"file";s:34:"cropped-bannermayo2012-500x144.jpg";s:5:"width";s:3:"500";s:6:"height";s:3:"144";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2234, 1398, '_wp_attachment_is_custom_header', 'twentyeleven'),
(2235, 1399, '_wp_attached_file', '2012/05/ini_surf_diego-surfing-arroyo-seco.jpg'),
(2236, 1399, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1000";s:6:"height";s:3:"665";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:46:"2012/05/ini_surf_diego-surfing-arroyo-seco.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:46:"ini_surf_diego-surfing-arroyo-seco-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:46:"ini_surf_diego-surfing-arroyo-seco-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:47:"ini_surf_diego-surfing-arroyo-seco-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:47:"ini_surf_diego-surfing-arroyo-seco-1000x288.jpg";s:5:"width";s:4:"1000";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:46:"ini_surf_diego-surfing-arroyo-seco-451x300.jpg";s:5:"width";s:3:"451";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2237, 1400, '_links_to', 'index.php?page_id=1087'),
(2240, 1401, '_links_to', 'index.php?page_id=1087'),
(2251, 1398, '_oembed_29e8b92ee8a90b44998f8eeda41c2965', '{{unknown}}'),
(2267, 1422, '_menu_item_xfn', ''),
(2268, 1422, '_menu_item_url', ''),
(2270, 1442, '_wp_attached_file', '2011/11/bungalows2012.jpg'),
(2271, 1442, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"470";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:25:"2011/11/bungalows2012.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"bungalows2012-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"bungalows2012-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}s:14:"post-thumbnail";a:3:{s:4:"file";s:25:"bungalows2012-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:25:"bungalows2012-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:25:"bungalows2012-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2272, 1446, '_wp_attached_file', '2011/11/casitas2012.jpg'),
(2273, 1446, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"470";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:23:"2011/11/casitas2012.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"casitas2012-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"casitas2012-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}s:14:"post-thumbnail";a:3:{s:4:"file";s:23:"casitas2012-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:23:"casitas2012-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:23:"casitas2012-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2274, 1450, '_wp_attached_file', '2011/11/bungalows20121.jpg'),
(2275, 1450, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"470";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:26:"2011/11/bungalows20121.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"bungalows20121-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"bungalows20121-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"bungalows20121-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:26:"bungalows20121-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:26:"bungalows20121-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2276, 1451, '_wp_attached_file', '2011/11/bungalows20122.jpg'),
(2277, 1451, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"470";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:26:"2011/11/bungalows20122.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"bungalows20122-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"bungalows20122-300x224.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"224";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"bungalows20122-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:26:"bungalows20122-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:26:"bungalows20122-400x300.jpg";s:5:"width";s:3:"400";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2278, 1452, '_links_to', 'index.php?page_id=332'),
(2281, 1453, '_links_to', 'index.php?page_id=332'),
(2284, 1454, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=332'),
(2287, 1455, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=332'),
(2290, 1456, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1087'),
(2293, 1457, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1207'),
(2296, 1458, '_links_to', 'http://www.careyes.com.mx/index.php?cat=52'),
(2299, 1459, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=329'),
(2302, 1460, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1005'),
(2309, 1112, '_pingme', '1'),
(2305, 1461, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1048'),
(2308, 1462, '_links_to', 'http://www.careyes.com.mx/index.php?page_id=1042'),
(2310, 1112, '_encloseme', '1'),
(2311, 1471, '_wp_attached_file', '2011/11/special_julio_2012.jpg'),
(2312, 1471, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"936";s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:30:"2011/11/special_julio_2012.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"special_julio_2012-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"special_julio_2012-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:30:"special_julio_2012-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:30:"special_julio_2012-627x288.jpg";s:5:"width";s:3:"627";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:30:"special_julio_2012-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(2313, 1474, '_wp_attached_file', '2011/11/special_julio_20121.jpg'),
(2314, 1474, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"720";s:6:"height";s:3:"960";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:31:"2011/11/special_julio_20121.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"special_julio_20121-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:31:"special_julio_20121-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}s:14:"post-thumbnail";a:3:{s:4:"file";s:31:"special_julio_20121-720x288.jpg";s:5:"width";s:3:"720";s:6:"height";s:3:"288";}s:13:"large-feature";a:3:{s:4:"file";s:31:"special_julio_20121-720x288.jpg";s:5:"width";s:3:"720";s:6:"height";s:3:"288";}s:13:"small-feature";a:3:{s:4:"file";s:31:"special_julio_20121-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_posts`
--

CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1491 ;

--
-- Volcado de datos para la tabla `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(681, 1, '2011-12-05 07:18:15', '2011-12-05 07:18:15', '<!--:en--><!-- [imagebrowser id=5 info=true] -->\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-05 07:18:15', '2011-12-05 07:18:15', '', 99, 'http://www.careyes.com.mx/web/?p=681', 0, 'page', '', 0),
(682, 1, '2011-12-05 07:18:25', '2011-12-05 07:18:25', '<!--:en--><!-- [imagebrowser id=5 info=true] -->\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es--><!-- [imagebrowser id=5 info=true] -->\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-05 07:18:25', '2011-12-05 07:18:25', '', 99, 'http://www.careyes.com.mx/web/?p=682', 0, 'page', '', 0),
(191, 1, '2011-11-09 09:58:14', '2011-11-09 09:58:14', '<!--:en--><img class="alignnone size-full wp-image-1110" title="1_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg" alt="" width="1125" height="750" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-1110" title="1_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg" alt="" width="1125" height="750" />\r\nTexto español<!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'publish', 'open', 'open', '', 'recent-4', '', '', '2012-05-03 05:55:53', '2012-05-03 05:55:53', '', 0, 'http://www.careyes.com.mx/web/?p=191', 0, 'post', '', 0),
(9, 1, '2011-11-01 17:08:46', '2011-11-01 17:08:46', '', 'N', '', 'inherit', 'open', 'open', '', '%c2%9bn%c2%88', '', '', '2011-11-01 17:08:46', '2011-11-01 17:08:46', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/Aerial-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(10, 1, '2011-11-01 17:09:11', '2011-11-01 17:09:11', '', 'N', '', 'inherit', 'open', 'open', '', '%c2%9bn%c2%88-2', '', '', '2011-11-01 17:09:11', '2011-11-01 17:09:11', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/Aerial-11.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2011-11-01 17:10:09', '2011-11-01 17:10:09', '', 'N', '', 'inherit', 'open', 'open', '', '%c2%9bn%c2%88-3', '', '', '2011-11-01 17:10:09', '2011-11-01 17:10:09', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/Aerial-12.jpg', 0, 'attachment', 'image/jpeg', 0),
(1164, 1, '2011-12-15 05:41:17', '2011-12-15 05:41:17', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;"><strong>ON-LINE REQUEST FORM</strong></span>\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;"><strong>FORMATO DE SOLICITUD EN LINEA</strong></span>\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-15 05:41:17', '2011-12-15 05:41:17', '', 347, 'http://www.careyes.com.mx/web/?p=1164', 0, 'page', '', 0),
(1138, 1, '2012-01-10 23:37:00', '2012-01-10 23:37:00', '', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'open', '', '1135-revision-2', '', '', '2012-01-10 23:37:00', '2012-01-10 23:37:00', '', 1135, 'http://www.careyes.com.mx/web/?p=1138', 0, 'page', '', 0),
(1151, 1, '2011-12-16 01:19:03', '2011-12-16 01:19:03', '<!--:en--><img class="alignnone size-full wp-image-1110" title="1_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg" alt="" width="1125" height="750" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-1110" title="1_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg" alt="" width="1125" height="750" />\r\nTexto español<!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-12-16 01:19:03', '2011-12-16 01:19:03', '', 191, 'http://www.careyes.com.mx/web/?p=1151', 0, 'revision', '', 0),
(1045, 1, '2011-12-15 19:41:42', '2011-12-15 19:41:42', '<!--:en-->Gian Franco Brignone, the founder of Costa Careyes, set out to create a unique estate which would combine the sensuality of the Mediterranean, with the craftsmanship of Mexico and its friendly hospitality. A gated resort that would blend luxury with spectacular natural beauty. Today, Costa Careyes is one of the world’s most coveted destinations among the cognoscenti, with an unparalleled list of VIP and celebrity guests who come to experience the breathtaking setting, sybaritic quality of life. A vision realized.<!--:--><!--:es-->Gian Franco Brignone, fundador de Costa Careyes, se dio a la tarea de crear una propiedad única que combinara la sensualidad del Mediterráneo con la mano de obra de México, junto con su insigne amistad y hospitalidad. Un resort privado que conjuntara el lujo con una espectacular belleza natural. Hoy en día, Costa Careyes es uno de los destinos más codiciados entre los viajeros conocedores, con una lista envidiable de huéspedes VIP y celebridades que vienen a conocer el espectacular paisaje y una calidad de vida verdaderamente sibarita. Visión realizada.<!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'inherit', 'closed', 'open', '', '1042-revision-2', '', '', '2011-12-15 19:41:42', '2011-12-15 19:41:42', '', 1042, 'http://www.careyes.com.mx/web/?p=1045', 0, 'page', '', 0),
(1056, 1, '2011-12-15 20:31:33', '2011-12-15 20:31:33', '<!--:en--><img class="alignnone size-full wp-image-1304" title="Galeria de Arte" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Galeria-de-Arte.jpg" alt="" width="686" height="1024" />\r\n\r\nIn Costa Careyes, art is part of everyday life. Throughout the year, we organize events related to art in all its expressions. Painting, sculpture, film, music ... all combine and take part of the unique lifestyle of Costa Careyes.\r\n\r\nTo accommodate these expressions, Plaza de los Caballeros del Sol was created in Costa Careyes, which houses the art gallery The Brignonesca, sculpture of El Manto de la Virgen and a place to see films on a spectacular outdoor screen.<!--:--><!--:es--><img class="alignnone size-full wp-image-1304" title="Galeria de Arte" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Galeria-de-Arte.jpg" alt="" width="686" height="1024" />\r\n\r\nEn Costa Careyes, el arte es parte de la vida diaria. Durante todo el año, se organizan eventos relacionados con el arte en todas sus expresiones. Pintura, escultura, cine, música… todo se combina y forma parte del estilo de vida único de Costa Careyes.\r\n\r\nPara dar cabida a estas expresiones, en Costa Careyes se creó la Plaza de los Caballeros del Sol, que aloja la galería de arte La Brignonesca, la escultura del manto de la virgen y un espacio para ver filmes sobre una espectacular pantalla al aire libre.<!--:-->', '<!--:en-->Art & Events<!--:--><!--:es-->Arte & Eventos<!--:-->', '', 'publish', 'closed', 'open', '', 'art-events', '', '', '2012-05-11 22:18:38', '2012-05-11 22:18:38', '', 0, 'http://www.careyes.com.mx/web/?page_id=1056', 0, 'page', '', 0),
(1051, 1, '2011-12-15 20:17:00', '2011-12-15 20:17:00', '<!--:en-->Costa Careyes has a Polo Club where tournaments are held during the winter season(November-April) to the pair of festivities for the same period. Visitors can enjoy exciting games between Polo teams who come to Careyes in this season from around the world.<!--:--><!--:es-->Costa Careyes cuenta con un Club de Polo en el cual se realizan torneos durante la temporada invernal (noviembre – abril) a la par de festividades especiales durante la misma época. Los visitantes podrán disfrutar de emocionantes juegos entre equipos de Polo que durante esta temporada visitan Careyes desde diversas partes del mundo.<!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '1048-revision-2', '', '', '2011-12-15 20:17:00', '2011-12-15 20:17:00', '', 1048, 'http://www.careyes.com.mx/web/?p=1051', 0, 'page', '', 0),
(22, 1, '2011-11-01 17:32:19', '2011-11-01 17:32:19', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top.jpg', 'bg_top.jpg', '', 'inherit', 'open', 'open', '', 'bg_top-jpg', '', '', '2011-11-01 17:32:19', '2011-11-01 17:32:19', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top.jpg', 0, 'attachment', 'image/jpeg', 0),
(23, 1, '2011-11-01 17:32:28', '2011-11-01 17:32:28', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top1.jpg', 'bg_top1.jpg', '', 'inherit', 'open', 'open', '', 'bg_top1-jpg', '', '', '2011-11-01 17:32:28', '2011-11-01 17:32:28', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top1.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2011-11-01 17:33:16', '2011-11-01 17:33:16', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top2.jpg', 'bg_top2.jpg', '', 'inherit', 'open', 'open', '', 'bg_top2-jpg', '', '', '2011-11-01 17:33:16', '2011-11-01 17:33:16', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top2.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2011-11-01 17:50:23', '2011-11-01 17:50:23', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops1.jpg', 'tops1.jpg', '', 'inherit', 'open', 'open', '', 'tops1-jpg', '', '', '2011-11-01 17:50:23', '2011-11-01 17:50:23', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops1.jpg', 0, 'attachment', 'image/jpeg', 0),
(26, 1, '2011-11-01 17:51:32', '2011-11-01 17:51:32', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops11.jpg', 'tops11.jpg', '', 'inherit', 'open', 'open', '', 'tops11-jpg', '', '', '2011-11-01 17:51:32', '2011-11-01 17:51:32', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops11.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2011-11-01 19:29:18', '2011-11-01 19:29:18', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops12.jpg', 'tops12.jpg', '', 'inherit', 'open', 'open', '', 'tops12-jpg', '', '', '2011-11-01 19:29:18', '2011-11-01 19:29:18', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops12.jpg', 0, 'attachment', 'image/jpeg', 0),
(28, 1, '2011-11-01 19:32:33', '2011-11-01 19:32:33', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops13.jpg', 'tops13.jpg', '', 'inherit', 'open', 'open', '', 'tops13-jpg', '', '', '2011-11-01 19:32:33', '2011-11-01 19:32:33', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops13.jpg', 0, 'attachment', 'image/jpeg', 0),
(29, 1, '2011-11-01 19:33:34', '2011-11-01 19:33:34', '', 'N', '', 'inherit', 'open', 'open', '', '%c2%9bn%c2%88-4', '', '', '2011-11-01 19:33:34', '2011-11-01 19:33:34', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops14.jpg', 0, 'attachment', 'image/jpeg', 0),
(30, 1, '2011-11-01 19:36:24', '2011-11-01 19:36:24', '', 'N', '', 'inherit', 'open', 'open', '', '%c2%9bn%c2%88-5', '', '', '2011-11-01 19:36:24', '2011-11-01 19:36:24', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops15.jpg', 0, 'attachment', 'image/jpeg', 0),
(31, 1, '2011-11-02 21:02:51', '2011-11-02 21:02:51', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops16.jpg', 'tops16.jpg', '', 'inherit', 'open', 'open', '', 'tops16-jpg', '', '', '2011-11-02 21:02:51', '2011-11-02 21:02:51', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops16.jpg', 0, 'attachment', 'image/jpeg', 0),
(32, 1, '2011-11-02 23:02:52', '2011-11-02 23:02:52', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops17.jpg', 'tops17.jpg', '', 'inherit', 'open', 'open', '', 'tops17-jpg', '', '', '2011-11-02 23:02:52', '2011-11-02 23:02:52', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops17.jpg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2011-11-02 23:35:14', '2011-11-02 23:35:14', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops18.jpg', 'tops18.jpg', '', 'inherit', 'open', 'open', '', 'tops18-jpg', '', '', '2011-11-02 23:35:14', '2011-11-02 23:35:14', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/tops18.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2011-11-02 23:37:58', '2011-11-02 23:37:58', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/Aerial-13.jpg', 'Aerial-13.jpg', '', 'inherit', 'open', 'open', '', 'aerial-13-jpg', '', '', '2011-11-02 23:37:58', '2011-11-02 23:37:58', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/Aerial-13.jpg', 2, 'attachment', 'image/jpeg', 0),
(35, 1, '2011-11-02 23:38:28', '2011-11-02 23:38:28', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top3.jpg', 'bg_top3.jpg', '', 'inherit', 'open', 'open', '', 'bg_top3-jpg', '', '', '2011-11-02 23:38:28', '2011-11-02 23:38:28', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top3.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2011-11-02 23:40:37', '2011-11-02 23:40:37', '', 'N', '', 'inherit', 'open', 'open', '', '%c2%9bn%c2%88-6', '', '', '2011-11-02 23:40:37', '2011-11-02 23:40:37', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/10/Aerial-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2011-11-02 23:45:12', '2011-11-02 23:45:12', '', 'la_clasica', '', 'inherit', 'open', 'open', '', 'la_clasica', '', '', '2011-11-02 23:45:12', '2011-11-02 23:45:12', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/la_clasica.jpg', 0, 'attachment', 'image/jpeg', 0),
(679, 1, '2011-11-30 06:07:04', '2011-11-30 06:07:04', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-30 06:07:04', '2011-11-30 06:07:04', '', 99, 'http://www.careyes.com.mx/web/?p=679', 0, 'page', '', 0),
(39, 1, '2011-11-03 01:07:40', '2011-11-03 01:07:40', 'habitacion principal', 'Habitación', 'sol de oriente', 'inherit', 'open', 'open', '', 'guestbed_2b', '', '', '2011-11-03 01:07:40', '2011-11-03 01:07:40', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/guestbed_2b.jpg', 1, 'attachment', 'image/jpeg', 0),
(40, 1, '2011-11-03 01:32:56', '2011-11-03 01:32:56', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top21.jpg', 'bg_top21.jpg', '', 'inherit', 'open', 'open', '', 'bg_top21-jpg', '', '', '2011-11-03 01:32:56', '2011-11-03 01:32:56', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top21.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2011-11-03 03:04:45', '2011-11-03 03:04:45', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top2_28.jpg', 'bg_top2_28.jpg', '', 'inherit', 'open', 'open', '', 'bg_top2_28-jpg', '', '', '2011-11-03 03:04:45', '2011-11-03 03:04:45', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top2_28.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2011-11-03 03:06:02', '2011-11-03 03:06:02', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top2_281.jpg', 'bg_top2_281.jpg', '', 'inherit', 'open', 'open', '', 'bg_top2_281-jpg', '', '', '2011-11-03 03:06:02', '2011-11-03 03:06:02', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_top2_281.jpg', 0, 'attachment', 'image/jpeg', 0),
(680, 1, '2011-12-05 07:02:49', '2011-12-05 07:02:49', '<!--:en--><!-- [imagebrowser id=5 info=true] -->\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-05 07:02:49', '2011-12-05 07:02:49', '', 99, 'http://www.careyes.com.mx/web/?p=680', 0, 'page', '', 0),
(1132, 1, '2011-12-15 23:00:16', '2011-12-15 23:00:16', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-3', '', '', '2011-12-15 23:00:16', '2011-12-15 23:00:16', '', 298, 'http://www.careyes.com.mx/web/?p=1132', 0, 'page', '', 0),
(47, 1, '2011-11-04 06:18:22', '2011-11-04 06:18:22', '', 'la_clasica', '', 'inherit', 'open', 'open', '', 'la_clasica-2', '', '', '2011-11-04 06:18:22', '2011-11-04 06:18:22', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/la_clasica1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1134, 1, '2011-12-18 04:24:51', '2011-12-18 04:24:51', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-3', '', '', '2011-12-18 04:24:51', '2011-12-18 04:24:51', '', 298, 'http://www.careyes.com.mx/web/?p=1134', 0, 'page', '', 0),
(58, 1, '2011-11-05 02:05:18', '2011-11-05 02:05:18', '', '01_bannerscappino-02', '', 'inherit', 'open', 'open', '', '01_bannerscappino-02', '', '', '2011-11-05 02:05:18', '2011-11-05 02:05:18', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/01_bannerscappino-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(62, 1, '2011-11-05 02:06:58', '2011-11-05 02:06:58', '', '02_paddle_board', '', 'inherit', 'open', 'open', '', '02_paddle_board', '', '', '2011-11-05 02:06:58', '2011-11-05 02:06:58', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/02_paddle_board.jpg', 0, 'attachment', 'image/jpeg', 0),
(66, 1, '2011-11-05 02:07:42', '2011-11-05 02:07:42', '', '03_slide_nespresso', '', 'inherit', 'open', 'open', '', '03_slide_nespresso', '', '', '2011-11-05 02:07:42', '2011-11-05 02:07:42', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/03_slide_nespresso.jpg', 0, 'attachment', 'image/jpeg', 0),
(1322, 1, '2012-05-12 01:11:34', '2012-05-12 01:11:34', '<!--:en-->[imagebrowser id=41]\n\nCosta Careyes has 8 miles of private coastline and has nearby beaches ideal for surfing.  To the north about 20 minutes away is Chamela, which offers easy waves ideal for long boarding and paddle boarding.  Further north is Chalacatepec, a 45minute ride, with about 20 k of dirt road, which offers waves of diverse size depending on the time of the year and swell.\n\nTo the south of Careyes only 20 minutes away is Arroyo Seco, a secret pueblo which offer superb left and rights on to different beaches. Artemio Rosas has Cristianos Surf school and offers classes, guided day trips as well as rentals.\n\nFor guests who wish to chase bigger waves overnight trips further south to Ticla, Michoacán may be organized.\n\nPrices of rentals, classes etc., upon request.  We strongly suggest guest rent 4 wheel drives and bring their boards.\n\n<strong>Climate/Water Temperature</strong>\n\nCosta Careyes has a dry season (Nov- May) and a wet season (June-Oct). One should not be deterred from traveling to Costa Careyes in the "Wet season". The majority of days in the wet season are fair with occasional afternoon and evening thunderstorms, and the wet season is generally when the surf is biggest and best and glassiest. The dry season, or "summer" (November-April), offers beautiful, sunny conditions, but typically has more wind, especially January-March, when the onshore comes up by 9 or 10am, and Dec-Feb is smallish and inconsistent.<!--:--><!--:es-->[imagebrowser id=41]\n\nCosta Careyes tiene 8 kilómetros de costa privada y tiene playas ideales para el surf. Hacia el norte a unos 20 minutos de distancia esta Chamela, que ofrece olas fáciles ideales para long boarding y paddle boarding. Más al norte, es Chalacatepec, un paseo de 45 minutos, con unos 20 k de camino de tierra, que ofrece olas de diverso tamaño, dependiendo de la época del año y se hinchan.\n\nAl sur de Careyes a, sólo 20 minutos se encuentra en Arroyo Seco, un pueblo secreto que ofrecen la izquierda superior y los derechos a las diferentes playas. Artemio Rosas tiene la escuela de surf Cristianos y ofrece clases, excursiones guiadas, así como alquiler.\n\nPara los huéspedes que deseen perseguir olas más grandes durante la noche, se puede organizar un viaje más al sur a Ticla, Michoacán.\n\nLos precios de los alquileres, clases, etc, son previa solicitud. Recomendamos a los huéspedes rentar un vehículo de 4 ruedas y llevar su propio equipo.\n\n<strong>Clima / Temperatura del agua</strong>\n\nCosta Careyes tiene una estación seca (noviembre-mayo) y una estación lluviosa (junio-octubre). Uno no debe ser disuadido de viajar a Costa Careyes en la "estación húmeda". La mayoría de los días en la temporada de lluvias son adecuados con algunas tormentas eléctricas por la tarde o por la noche, y la temporada de lluvias es por lo general cuando el surf se da en grande y mejor. La estación seca o "verano" (noviembre-abril), ofrece bellas y soleadas condiciones, pero por lo general tiene más viento, sobre todo entre enero y marzo, cuando la tierra surge de las 9 o las 10, y diciembre-febrero es pequeña e inconsistente.<!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Luxury Surf<!--:-->', '', 'inherit', 'closed', 'closed', '', '1087-autosave', '', '', '2012-05-12 01:11:34', '2012-05-12 01:11:34', '', 1087, 'http://www.careyes.com.mx/web/?p=1322', 0, 'revision', '', 0),
(416, 2, '2011-11-17 23:08:08', '2011-11-17 23:08:08', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Wi Fi  internet </span></strong><span style="color: #333333;">and</span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #3366ff;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 23:08:08', '2011-11-17 23:08:08', '', 379, 'http://www.careyes.com.mx/web/?p=416', 0, 'post', '', 0),
(86, 1, '2011-11-07 01:46:56', '2011-11-07 01:46:56', '<!--:en-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'Sol de Occidente', '', 'publish', 'open', 'open', '', 'sol-de-occidente', '', '', '2011-12-08 22:27:34', '2011-12-08 22:27:34', '', 0, 'http://www.careyes.com.mx/web/?p=86', 0, 'post', '', 0),
(87, 1, '2011-11-07 01:43:52', '2011-11-07 01:43:52', '', 'atrium_eve', '', 'inherit', 'open', 'open', '', 'atrium_eve', '', '', '2011-11-07 01:43:52', '2011-11-07 01:43:52', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/atrium_eve.jpg', 0, 'attachment', 'image/jpeg', 0),
(88, 1, '2011-11-07 01:44:06', '2011-11-07 01:44:06', '', 'casa_flota', '', 'inherit', 'open', 'open', '', 'casa_flota', '', '', '2011-11-07 01:44:06', '2011-11-07 01:44:06', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casa_flota.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2011-11-07 01:44:17', '2011-11-07 01:44:17', '', 'casita_recamara_1', '', 'inherit', 'open', 'open', '', 'casita_recamara_1', '', '', '2011-11-07 01:44:17', '2011-11-07 01:44:17', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 1, '2011-11-07 01:44:38', '2011-11-07 01:44:38', '', 'grand_entry', '', 'inherit', 'open', 'open', '', 'grand_entry', '', '', '2011-11-07 01:44:38', '2011-11-07 01:44:38', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/grand_entry.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2011-11-07 01:45:04', '2011-11-07 01:45:04', '', 'guest_bath', '', 'inherit', 'open', 'open', '', 'guest_bath', '', '', '2011-11-07 01:45:04', '2011-11-07 01:45:04', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/guest_bath.jpg', 0, 'attachment', 'image/jpeg', 0),
(92, 1, '2011-11-07 01:45:25', '2011-11-07 01:45:25', '', 'pool_twilight', '', 'inherit', 'open', 'open', '', 'pool_twilight', '', '', '2011-11-07 01:45:25', '2011-11-07 01:45:25', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg', 0, 'attachment', 'image/jpeg', 0),
(93, 1, '2011-11-07 01:46:05', '2011-11-07 01:46:05', '', 'solstairs', '', 'inherit', 'open', 'open', '', 'solstairs', '', '', '2011-11-07 01:46:05', '2011-11-07 01:46:05', '', 86, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg', 0, 'attachment', 'image/jpeg', 0),
(94, 1, '2011-11-07 01:37:13', '2011-11-07 01:37:13', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '86-revision', '', '', '2011-11-07 01:37:13', '2011-11-07 01:37:13', '', 86, 'http://www.careyes.com.mx/web/?p=94', 0, 'revision', '', 0),
(95, 1, '2011-11-07 01:46:56', '2011-11-07 01:46:56', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-2', '', '', '2011-11-07 01:46:56', '2011-11-07 01:46:56', '', 86, 'http://www.careyes.com.mx/web/?p=95', 0, 'revision', '', 0),
(96, 1, '2011-11-07 01:47:15', '2011-11-07 01:47:15', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-3', '', '', '2011-11-07 01:47:15', '2011-11-07 01:47:15', '', 86, 'http://www.careyes.com.mx/web/?p=96', 0, 'revision', '', 0),
(97, 1, '2011-11-18 23:14:07', '2011-11-18 23:14:07', '<!--:en-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\n\n&nbsp;\n\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\n\n[imagebrowser id=1]\n\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-autosave', '', '', '2011-11-18 23:14:07', '2011-11-18 23:14:07', '', 86, 'http://www.careyes.com.mx/web/?p=97', 0, 'revision', '', 0),
(99, 1, '2011-11-08 01:08:58', '2011-11-08 01:08:58', '<!--:en-->[imagebrowser id=45 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=49 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2012-05-22 03:03:51', '2012-05-22 03:03:51', '', 0, 'http://www.careyes.com.mx/web/?page_id=99', 0, 'page', '', 0),
(1228, 1, '2012-01-12 08:01:23', '2012-01-12 08:01:23', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura.jpg', 'fondotextura.jpg', '', 'inherit', 'closed', 'open', '', 'fondotextura-jpg', '', '', '2012-01-12 08:01:23', '2012-01-12 08:01:23', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura.jpg', 0, 'attachment', 'image/jpeg', 0),
(100, 1, '2011-11-08 01:08:44', '2011-11-08 01:08:44', 'probando pagina inicial', '', '', 'inherit', 'open', 'open', '', '99-revision', '', '', '2011-11-08 01:08:44', '2011-11-08 01:08:44', '', 99, 'http://www.careyes.com.mx/web/?p=100', 0, 'revision', '', 0),
(105, 1, '2011-11-08 01:13:38', '2011-11-08 01:13:38', '[galleria]\r\n\r\nprobando pagina inicial', 'Home', '', 'inherit', 'open', 'open', '', '99-revision-5', '', '', '2011-11-08 01:13:38', '2011-11-08 01:13:38', '', 99, 'http://www.careyes.com.mx/web/?p=105', 0, 'revision', '', 0),
(102, 1, '2011-11-08 01:08:58', '2011-11-08 01:08:58', 'probando pagina inicial', 'Home', '', 'inherit', 'open', 'open', '', '99-revision-2', '', '', '2011-11-08 01:08:58', '2011-11-08 01:08:58', '', 99, 'http://www.careyes.com.mx/web/?p=102', 0, 'revision', '', 0),
(103, 1, '2011-11-08 01:09:47', '2011-11-08 01:09:47', 'probando pagina inicial', 'Home', '', 'inherit', 'open', 'open', '', '99-revision-3', '', '', '2011-11-08 01:09:47', '2011-11-08 01:09:47', '', 99, 'http://www.careyes.com.mx/web/?p=103', 0, 'revision', '', 0),
(104, 1, '2011-11-08 01:10:47', '2011-11-08 01:10:47', 'probando pagina inicial', 'Home', '', 'inherit', 'open', 'open', '', '99-revision-4', '', '', '2011-11-08 01:10:47', '2011-11-08 01:10:47', '', 99, 'http://www.careyes.com.mx/web/?p=104', 0, 'revision', '', 0),
(106, 1, '2011-11-08 02:49:15', '2011-11-08 02:49:15', '', 'Lifestyle', '', 'inherit', 'open', 'open', '', 'wedgeworx', '', '', '2011-11-08 02:49:15', '2011-11-08 02:49:15', '', 99, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/wedgeworx.jpg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2011-11-08 02:50:40', '2011-11-08 02:50:40', '', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', 'v-jet_h', '', '', '2011-11-08 02:50:40', '2011-11-08 02:50:40', '', 99, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2011-11-08 02:48:12', '2011-11-08 02:48:12', '[galleria]\r\n\r\nprobando pagina inicial', '', '', 'inherit', 'open', 'open', '', '99-revision-6', '', '', '2011-11-08 02:48:12', '2011-11-08 02:48:12', '', 99, 'http://www.careyes.com.mx/web/?p=108', 0, 'revision', '', 0),
(109, 1, '2011-11-08 02:51:56', '2011-11-08 02:51:56', '[galleria]<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file"]\r\n\r\nprobando pagina inicial', '', '', 'inherit', 'open', 'open', '', '99-revision-7', '', '', '2011-11-08 02:51:56', '2011-11-08 02:51:56', '', 99, 'http://www.careyes.com.mx/web/?p=109', 0, 'revision', '', 0),
(110, 1, '2012-04-11 23:32:16', '2012-04-11 23:32:16', '<!--:en-->[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]\n<!--:-->', 'Welcome', '', 'inherit', 'open', 'open', '', '99-autosave', '', '', '2012-04-11 23:32:16', '2012-04-11 23:32:16', '', 99, 'http://www.careyes.com.mx/web/?p=110', 0, 'revision', '', 0),
(1244, 1, '2012-01-14 17:01:15', '2012-01-14 17:01:15', '<!--:en-->[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]\r\n<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-01-14 17:01:15', '2012-01-14 17:01:15', '', 99, 'http://www.careyes.com.mx/web/?p=1244', 0, 'page', '', 0),
(111, 1, '2011-11-08 02:52:30', '2011-11-08 02:52:30', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file"]\r\n\r\nprobando pagina inicial', '', '', 'inherit', 'open', 'open', '', '99-revision-8', '', '', '2011-11-08 02:52:30', '2011-11-08 02:52:30', '', 99, 'http://www.careyes.com.mx/web/?p=111', 0, 'revision', '', 0),
(112, 1, '2011-11-08 02:54:34', '2011-11-08 02:54:34', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\nprobando pagina inicial', '', '', 'inherit', 'open', 'open', '', '99-revision-9', '', '', '2011-11-08 02:54:34', '2011-11-08 02:54:34', '', 99, 'http://www.careyes.com.mx/web/?p=112', 0, 'revision', '', 0),
(129, 1, '2011-11-08 06:04:14', '2011-11-08 06:04:14', '\r\n<exec>\r\n<?\r\necho "hola mundo";\r\n?>\r\n</exec>\r\n<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-26', '', '', '2011-11-08 06:04:14', '2011-11-08 06:04:14', '', 99, 'http://www.careyes.com.mx/web/?p=129', 0, 'revision', '', 0),
(113, 1, '2011-11-08 04:14:09', '2011-11-08 04:14:09', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\nprobando pagina inicial', '', '', 'inherit', 'open', 'open', '', '99-revision-10', '', '', '2011-11-08 04:14:09', '2011-11-08 04:14:09', '', 99, 'http://www.careyes.com.mx/web/?p=113', 0, 'revision', '', 0),
(131, 1, '2011-11-08 06:11:35', '2011-11-08 06:11:35', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]', '', '', 'inherit', 'open', 'open', '', '99-revision-28', '', '', '2011-11-08 06:11:35', '2011-11-08 06:11:35', '', 99, 'http://www.careyes.com.mx/web/?p=131', 0, 'revision', '', 0),
(127, 1, '2011-11-08 06:02:37', '2011-11-08 06:02:37', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "hola mundo";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-24', '', '', '2011-11-08 06:02:37', '2011-11-08 06:02:37', '', 99, 'http://www.careyes.com.mx/web/?p=127', 0, 'revision', '', 0),
(114, 1, '2011-11-08 05:25:05', '2011-11-08 05:25:05', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n[]<code>\r\n&lt;?\r\necho "&lt;ul&gt;";\r\n$posts = get_posts("numerposts=5&amp;category=34");\r\nforeach($posts as $post):\r\necho "&lt;li&gt;";\r\necho "&lt;a href=\\"".$post-&gt;guid."\\" title=\\"".$post-&gt;post_title."\\" /&gt;".$post-&gt; post_title."&lt;/a&gt;";\r\necho "&lt;br /&gt;";\r\necho $post-&gt;post_content;echo "&lt;br /&gt;";\r\necho "&lt;/li&gt;";\r\nendforeach;\r\necho "&lt;/ul&gt;";\r\n?&gt;</code>', '', '', 'inherit', 'open', 'open', '', '99-revision-11', '', '', '2011-11-08 05:25:05', '2011-11-08 05:25:05', '', 99, 'http://www.careyes.com.mx/web/?p=114', 0, 'revision', '', 0),
(118, 1, '2011-11-08 05:33:07', '2011-11-08 05:33:07', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n[exec]\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=5");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\"/>".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n[/exec]', '', '', 'inherit', 'open', 'open', '', '99-revision-15', '', '', '2011-11-08 05:33:07', '2011-11-08 05:33:07', '', 99, 'http://www.careyes.com.mx/web/?p=118', 0, 'revision', '', 0),
(128, 1, '2011-11-08 06:03:07', '2011-11-08 06:03:07', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<exec>\r\n<?\r\necho "hola mundo";\r\n?>\r\n</exec>', '', '', 'inherit', 'open', 'open', '', '99-revision-25', '', '', '2011-11-08 06:03:07', '2011-11-08 06:03:07', '', 99, 'http://www.careyes.com.mx/web/?p=128', 0, 'revision', '', 0),
(115, 1, '2011-11-08 05:25:57', '2011-11-08 05:25:57', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n[exec]<code>\r\n&lt;?\r\necho "&lt;ul&gt;";\r\n$posts = get_posts("numerposts=5&amp;category=34");\r\nforeach($posts as $post):\r\necho "&lt;li&gt;";\r\necho "&lt;a href=\\"".$post-&gt;guid."\\" title=\\"".$post-&gt;post_title."\\" /&gt;".$post-&gt; post_title."&lt;/a&gt;";\r\necho "&lt;br /&gt;";\r\necho $post-&gt;post_content;echo "&lt;br /&gt;";\r\necho "&lt;/li&gt;";\r\nendforeach;\r\necho "&lt;/ul&gt;";\r\n?&gt;[/exec]<code>\r\n</code></code>', '', '', 'inherit', 'open', 'open', '', '99-revision-12', '', '', '2011-11-08 05:25:57', '2011-11-08 05:25:57', '', 99, 'http://www.careyes.com.mx/web/?p=115', 0, 'revision', '', 0),
(116, 1, '2011-11-08 05:28:46', '2011-11-08 05:28:46', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n[exec]<code>\r\n&lt;?\r\necho "&lt;ul&gt;";\r\n$posts = get_posts("numerposts=5&amp;category=5");\r\nforeach($posts as $post):\r\necho "&lt;li&gt;";\r\necho "&lt;a href=\\"".$post-&gt;guid."\\" title=\\"".$post-&gt;post_title."\\" /&gt;".$post-&gt; post_title."&lt;/a&gt;";\r\necho "&lt;br /&gt;";\r\necho $post-&gt;post_content;echo "&lt;br /&gt;";\r\necho "&lt;/li&gt;";\r\nendforeach;\r\necho "&lt;/ul&gt;";\r\n?&gt;[/exec]<code>\r\n</code></code>', '', '', 'inherit', 'open', 'open', '', '99-revision-13', '', '', '2011-11-08 05:28:46', '2011-11-08 05:28:46', '', 99, 'http://www.careyes.com.mx/web/?p=116', 0, 'revision', '', 0),
(117, 1, '2011-11-08 05:29:13', '2011-11-08 05:29:13', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n[exec]<code>\r\n&lt;?\r\necho "&lt;ul&gt;";\r\n$posts = get_posts("numerposts=5&amp;category=5");\r\nforeach($posts as $post):\r\necho "&lt;li&gt;";\r\necho "&lt;a href=\\"".$post-&gt;guid."\\" title=\\"".$post-&gt;post_title."\\" /&gt;".$post-&gt; post_title."&lt;/a&gt;";\r\necho "&lt;br /&gt;";\r\necho $post-&gt;post_content;echo "&lt;br /&gt;";\r\necho "&lt;/li&gt;";\r\nendforeach;\r\necho "&lt;/ul&gt;";\r\n?&gt;\r\n[/exec]<code>\r\n</code></code>', '', '', 'inherit', 'open', 'open', '', '99-revision-14', '', '', '2011-11-08 05:29:13', '2011-11-08 05:29:13', '', 99, 'http://www.careyes.com.mx/web/?p=117', 0, 'revision', '', 0),
(119, 1, '2011-11-08 05:34:01', '2011-11-08 05:34:01', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=5");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\"/>".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-16', '', '', '2011-11-08 05:34:01', '2011-11-08 05:34:01', '', 99, 'http://www.careyes.com.mx/web/?p=119', 0, 'revision', '', 0),
(120, 1, '2011-11-08 05:44:35', '2011-11-08 05:44:35', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<exec>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=5");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\"/>".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n</exec>', '', '', 'inherit', 'open', 'open', '', '99-revision-17', '', '', '2011-11-08 05:44:35', '2011-11-08 05:44:35', '', 99, 'http://www.careyes.com.mx/web/?p=120', 0, 'revision', '', 0),
(121, 1, '2011-11-08 05:50:27', '2011-11-08 05:50:27', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<exec>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=5");\r\nforeach($posts as $post){\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\"/>".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>\r\n</exec>', '', '', 'inherit', 'open', 'open', '', '99-revision-18', '', '', '2011-11-08 05:50:27', '2011-11-08 05:50:27', '', 99, 'http://www.careyes.com.mx/web/?p=121', 0, 'revision', '', 0),
(122, 1, '2011-11-08 05:51:47', '2011-11-08 05:51:47', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=34");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-19', '', '', '2011-11-08 05:51:47', '2011-11-08 05:51:47', '', 99, 'http://www.careyes.com.mx/web/?p=122', 0, 'revision', '', 0),
(123, 1, '2011-11-08 05:54:03', '2011-11-08 05:54:03', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=5");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-20', '', '', '2011-11-08 05:54:03', '2011-11-08 05:54:03', '', 99, 'http://www.careyes.com.mx/web/?p=123', 0, 'revision', '', 0),
(124, 1, '2011-11-08 05:54:09', '2011-11-08 05:54:09', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=5");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-21', '', '', '2011-11-08 05:54:09', '2011-11-08 05:54:09', '', 99, 'http://www.careyes.com.mx/web/?p=124', 0, 'revision', '', 0),
(125, 1, '2011-11-08 05:54:53', '2011-11-08 05:54:53', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=5");\r\nforeach($posts as $post){\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-22', '', '', '2011-11-08 05:54:53', '2011-11-08 05:54:53', '', 99, 'http://www.careyes.com.mx/web/?p=125', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(126, 1, '2011-11-08 06:02:12', '2011-11-08 06:02:12', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<phpcode>\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=5");\r\nforeach($posts as $post){\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>\r\n</phpcode>', '', '', 'inherit', 'open', 'open', '', '99-revision-23', '', '', '2011-11-08 06:02:12', '2011-11-08 06:02:12', '', 99, 'http://www.careyes.com.mx/web/?p=126', 0, 'revision', '', 0),
(130, 1, '2011-11-08 06:06:44', '2011-11-08 06:06:44', '<exec>\r\n<?php\r\necho "hola mundo";\r\n?>\r\n</exec>\r\n<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-27', '', '', '2011-11-08 06:06:44', '2011-11-08 06:06:44', '', 99, 'http://www.careyes.com.mx/web/?p=130', 0, 'revision', '', 0),
(133, 1, '2011-11-08 06:12:48', '2011-11-08 06:12:48', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n[phpcode]\r\necho "hola";\r\n[phpcode]', '', '', 'inherit', 'open', 'open', '', '99-revision-30', '', '', '2011-11-08 06:12:48', '2011-11-08 06:12:48', '', 99, 'http://www.careyes.com.mx/web/?p=133', 0, 'revision', '', 0),
(132, 1, '2011-11-08 06:12:16', '2011-11-08 06:12:16', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n[phpcode]\r\n<?php\r\necho "hola";\r\n?>\r\n[phpcode]', '', '', 'inherit', 'open', 'open', '', '99-revision-29', '', '', '2011-11-08 06:12:16', '2011-11-08 06:12:16', '', 99, 'http://www.careyes.com.mx/web/?p=132', 0, 'revision', '', 0),
(136, 1, '2011-11-08 06:14:18', '2011-11-08 06:14:18', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n<code>\r\necho "hola";\r\n\r\n</code>', '', '', 'inherit', 'open', 'open', '', '99-revision-33', '', '', '2011-11-08 06:14:18', '2011-11-08 06:14:18', '', 99, 'http://www.careyes.com.mx/web/?p=136', 0, 'revision', '', 0),
(134, 1, '2011-11-08 06:13:47', '2011-11-08 06:13:47', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n<code>\r\n<?\r\necho "hola";\r\n?>\r\n</code>', '', '', 'inherit', 'open', 'open', '', '99-revision-31', '', '', '2011-11-08 06:13:47', '2011-11-08 06:13:47', '', 99, 'http://www.careyes.com.mx/web/?p=134', 0, 'revision', '', 0),
(135, 1, '2011-11-08 06:14:04', '2011-11-08 06:14:04', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n<code>\r\n<?\r\necho "hola";\r\n\r\n</code>', '', '', 'inherit', 'open', 'open', '', '99-revision-32', '', '', '2011-11-08 06:14:04', '2011-11-08 06:14:04', '', 99, 'http://www.careyes.com.mx/web/?p=135', 0, 'revision', '', 0),
(137, 1, '2011-11-08 06:14:39', '2011-11-08 06:14:39', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-34', '', '', '2011-11-08 06:14:39', '2011-11-08 06:14:39', '', 99, 'http://www.careyes.com.mx/web/?p=137', 0, 'revision', '', 0),
(138, 1, '2011-11-08 06:19:03', '2011-11-08 06:19:03', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n<? echo "hola"; ?>\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-35', '', '', '2011-11-08 06:19:03', '2011-11-08 06:19:03', '', 99, 'http://www.careyes.com.mx/web/?p=138', 0, 'revision', '', 0),
(139, 1, '2011-11-08 06:20:20', '2011-11-08 06:20:20', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n&lt;? echo "hola"; ?&gt;', '', '', 'inherit', 'open', 'open', '', '99-revision-36', '', '', '2011-11-08 06:20:20', '2011-11-08 06:20:20', '', 99, 'http://www.careyes.com.mx/web/?p=139', 0, 'revision', '', 0),
(171, 1, '2011-11-08 23:37:16', '2011-11-08 23:37:16', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n[incluir]\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-50', '', '', '2011-11-08 23:37:16', '2011-11-08 23:37:16', '', 99, 'http://www.careyes.com.mx/web/?p=171', 0, 'revision', '', 0),
(164, 1, '2011-11-08 06:47:58', '2011-11-08 06:47:58', '&nbsp;\r\n<p style="text-align: center;"><img class="aligncenter size-thumbnail wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H-150x150.jpg" alt="" width="150" height="150" /> probando recent 3</p>', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-6', '', '', '2011-11-08 06:47:58', '2011-11-08 06:47:58', '', 151, 'http://www.careyes.com.mx/web/?p=164', 0, 'revision', '', 0),
(140, 1, '2011-11-08 06:22:00', '2011-11-08 06:22:00', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=34");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-37', '', '', '2011-11-08 06:22:00', '2011-11-08 06:22:00', '', 99, 'http://www.careyes.com.mx/web/?p=140', 0, 'revision', '', 0),
(141, 1, '2011-11-08 06:22:27', '2011-11-08 06:22:27', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "hola";\r\necho "<ul>";\r\n$posts = get_posts("numerposts=5&category=34");\r\nforeach($posts as $post){\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-38', '', '', '2011-11-08 06:22:27', '2011-11-08 06:22:27', '', 99, 'http://www.careyes.com.mx/web/?p=141', 0, 'revision', '', 0),
(179, 1, '2011-11-08 23:53:50', '2011-11-08 23:53:50', '[incluirx archivo="codigohome.php"]\r\n<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-58', '', '', '2011-11-08 23:53:50', '2011-11-08 23:53:50', '', 99, 'http://www.careyes.com.mx/web/?p=179', 0, 'revision', '', 0),
(180, 1, '2011-11-09 04:31:29', '2011-11-09 04:31:29', '[incluirx archivo="galeria.php"]\r\n[incluirx archivo="codigohome.php"]\r\n\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-59', '', '', '2011-11-09 04:31:29', '2011-11-09 04:31:29', '', 99, 'http://www.careyes.com.mx/web/?p=180', 0, 'revision', '', 0),
(175, 1, '2011-11-08 23:39:52', '2011-11-08 23:39:52', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\nhjhghghjhjhj\r\n<code>[incluirx]</code>', '', '', 'inherit', 'open', 'open', '', '99-revision-54', '', '', '2011-11-08 23:39:52', '2011-11-08 23:39:52', '', 99, 'http://www.careyes.com.mx/web/?p=175', 0, 'revision', '', 0),
(142, 1, '2011-11-08 06:22:57', '2011-11-08 06:22:57', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "hola";\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=5");\r\nforeach($posts as $post){\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-39', '', '', '2011-11-08 06:22:57', '2011-11-08 06:22:57', '', 99, 'http://www.careyes.com.mx/web/?p=142', 0, 'revision', '', 0),
(158, 1, '2011-11-08 06:43:22', '2011-11-08 06:43:22', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=21");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho $post->post_content;echo "<br />";\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-44', '', '', '2011-11-08 06:43:22', '2011-11-08 06:43:22', '', 99, 'http://www.careyes.com.mx/web/?p=158', 0, 'revision', '', 0),
(143, 1, '2011-11-08 06:28:33', '2011-11-08 06:28:33', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "hola";\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=5");\r\nforeach($posts as $post){\r\necho "<li>";\r\n// echo "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho $post->post_title;\r\necho "<br />";\r\necho $post->post_content;\r\necho "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-40', '', '', '2011-11-08 06:28:33', '2011-11-08 06:28:33', '', 99, 'http://www.careyes.com.mx/web/?p=143', 0, 'revision', '', 0),
(145, 1, '2011-11-08 06:29:57', '2011-11-08 06:29:57', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "hola";\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=5");\r\nforeach($posts as $post){\r\necho "<li>";\r\n// echo "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho $post->post_title;\r\necho "<br />";\r\necho $post->post_content;\r\necho "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-41', '', '', '2011-11-08 06:29:57', '2011-11-08 06:29:57', '', 99, 'http://www.careyes.com.mx/web/?p=145', 0, 'revision', '', 0),
(146, 1, '2011-11-08 06:37:33', '2011-11-08 06:37:33', '<!--:en--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:-->', '<!--:en-->SPECIALS<!--:--><!--:es-->ESPECIALES<!--:-->', '', 'publish', 'open', 'open', '', 'recent1', '', '', '2012-06-13 01:14:13', '2012-06-13 01:14:13', '', 0, 'http://www.careyes.com.mx/web/?p=146', 0, 'post', '', 0),
(1453, 1, '2012-06-13 01:07:41', '2012-06-13 01:07:41', '<!--:en--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:-->', '<!--:en-->SPECIALS<!--:--><!--:es-->ESPECIALES<!--:-->', '', 'inherit', 'closed', 'closed', '', '146-revision-5', '', '', '2012-06-13 01:07:41', '2012-06-13 01:07:41', '', 146, 'http://www.careyes.com.mx/?p=1453', 0, 'post', '', 0),
(1454, 1, '2012-06-13 01:07:50', '2012-06-13 01:07:50', '<!--:en--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:-->', '<!--:en-->SPECIALS<!--:--><!--:es-->ESPECIALES<!--:-->', '', 'inherit', 'closed', 'closed', '', '146-revision-5', '', '', '2012-06-13 01:07:50', '2012-06-13 01:07:50', '', 146, 'http://www.careyes.com.mx/?p=1454', 0, 'post', '', 0),
(147, 1, '2011-11-08 06:37:11', '2011-11-08 06:37:11', '', 'recent1', '', 'inherit', 'open', 'open', '', '146-revision', '', '', '2011-11-08 06:37:11', '2011-11-08 06:37:11', '', 146, 'http://www.careyes.com.mx/web/?p=147', 0, 'revision', '', 0),
(148, 1, '2011-11-08 06:38:31', '2011-11-08 06:38:31', '<!--:en--><img class="alignnone size-full wp-image-1105" title="3_EVENT" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1105" title="3_EVENT" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Event schedule<!--:--><!--:es-->Calendario de Eventos<!--:-->', '', 'publish', 'open', 'open', '', 'recent-2', '', '', '2012-05-03 05:55:23', '2012-05-03 05:55:23', '', 0, 'http://www.careyes.com.mx/web/?p=148', 0, 'post', '', 0),
(149, 1, '2011-11-08 06:38:25', '2011-11-08 06:38:25', '', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision', '', '', '2011-11-08 06:38:25', '2011-11-08 06:38:25', '', 148, 'http://www.careyes.com.mx/web/?p=149', 0, 'revision', '', 0),
(150, 1, '2011-11-08 06:38:31', '2011-11-08 06:38:31', 'probando 2', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision-2', '', '', '2011-11-08 06:38:31', '2011-11-08 06:38:31', '', 148, 'http://www.careyes.com.mx/web/?p=150', 0, 'revision', '', 0),
(151, 1, '2012-05-03 00:56:53', '2012-05-03 00:56:53', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg" alt="" title="ini_surf_diego-surfing-arroyo-seco" width="1000" height="665" class="alignnone size-full wp-image-1399" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg" alt="" title="ini_surf_diego-surfing-arroyo-seco" width="1000" height="665" class="alignnone size-full wp-image-1399" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'publish', 'open', 'open', '', 'recent-3', '', '', '2012-06-13 01:15:45', '2012-06-13 01:15:45', '', 0, 'http://www.careyes.com.mx/web/?p=151', 0, 'post', '', 0),
(152, 1, '2011-11-08 06:39:19', '2011-11-08 06:39:19', '', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision', '', '', '2011-11-08 06:39:19', '2011-11-08 06:39:19', '', 151, 'http://www.careyes.com.mx/web/?p=152', 0, 'revision', '', 0),
(165, 1, '2011-11-08 06:38:40', '2011-11-08 06:38:40', 'probando 2', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision-3', '', '', '2011-11-08 06:38:40', '2011-11-08 06:38:40', '', 148, 'http://www.careyes.com.mx/web/?p=165', 0, 'revision', '', 0),
(153, 1, '2011-12-16 01:15:39', '2011-12-16 01:15:39', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', '<!--:en-->EXAMPLE 3<!--:--><!--:es-->EJEMPLO 3<!--:-->', '', 'inherit', 'open', 'open', '', '151-autosave', '', '', '2011-12-16 01:15:39', '2011-12-16 01:15:39', '', 151, 'http://www.careyes.com.mx/web/?p=153', 0, 'revision', '', 0),
(190, 1, '2011-11-09 09:01:37', '2011-11-09 09:01:37', '<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg"><img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" /></a>probando 2', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision-7', '', '', '2011-11-09 09:01:37', '2011-11-09 09:01:37', '', 148, 'http://www.careyes.com.mx/web/?p=190', 0, 'revision', '', 0),
(154, 1, '2011-11-08 06:39:53', '2011-11-08 06:39:53', '<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg"><img class="aligncenter size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /></a>\r\n\r\nrobando recent 3', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-2', '', '', '2011-11-08 06:39:53', '2011-11-08 06:39:53', '', 151, 'http://www.careyes.com.mx/web/?p=154', 0, 'revision', '', 0),
(155, 1, '2011-11-08 06:41:08', '2011-11-08 06:41:08', '<p style="text-align: center;"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg"><img class="aligncenter size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="614" height="408" /></a></p>\r\n probando recent 3', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-3', '', '', '2011-11-08 06:41:08', '2011-11-08 06:41:08', '', 151, 'http://www.careyes.com.mx/web/?p=155', 0, 'revision', '', 0),
(156, 1, '2011-11-08 06:36:26', '2011-11-08 06:36:26', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "hola";\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=21");\r\nforeach($posts as $post){\r\necho "<li>";\r\n// echo "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho $post->post_title;\r\necho "<br />";\r\necho $post->post_content;\r\necho "<br />";\r\necho "</li>";\r\n}\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-42', '', '', '2011-11-08 06:36:26', '2011-11-08 06:36:26', '', 99, 'http://www.careyes.com.mx/web/?p=156', 0, 'revision', '', 0),
(161, 1, '2011-11-08 06:45:53', '2011-11-08 06:45:53', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=21");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_content."</a>";\r\n\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-45', '', '', '2011-11-08 06:45:53', '2011-11-08 06:45:53', '', 99, 'http://www.careyes.com.mx/web/?p=161', 0, 'revision', '', 0),
(157, 1, '2011-11-08 06:42:40', '2011-11-08 06:42:40', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n\r\n<?\r\necho "\r\n<ul>\r\n<ul>";</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>$posts = get_posts("numerposts=3&amp;category=21");</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>foreach($posts as $post){</ul>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n<ul>echo "\r\n	<li>";\r\n// echo "<a href="\\&quot;&quot;.$post-">guid."\\" title=\\"".$post-&gt;post_title."\\" /&gt;".$post-&gt; post_title."</a>";\r\necho $post-&gt;post_title;\r\necho "\r\n";\r\necho $post-&gt;post_content;\r\necho "\r\n";\r\necho "</li>\r\n</ul>\r\n</ul>\r\n";\r\n}\r\necho "\r\n\r\n";\r\n?>', '', '', 'inherit', 'open', 'open', '', '99-revision-43', '', '', '2011-11-08 06:42:40', '2011-11-08 06:42:40', '', 99, 'http://www.careyes.com.mx/web/?p=157', 0, 'revision', '', 0),
(159, 1, '2011-11-08 06:41:44', '2011-11-08 06:41:44', '<p style="text-align: center;"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg"><img class="aligncenter size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="614" height="408" /></a></p>\r\n probando recent 3', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-4', '', '', '2011-11-08 06:41:44', '2011-11-08 06:41:44', '', 151, 'http://www.careyes.com.mx/web/?p=159', 0, 'revision', '', 0),
(160, 1, '2011-11-08 06:47:10', '2011-11-08 06:47:10', '<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg"><img class="aligncenter size-thumbnail wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H-150x150.jpg" alt="" width="150" height="150" /></a> probando recent 3', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-5', '', '', '2011-11-08 06:47:10', '2011-11-08 06:47:10', '', 151, 'http://www.careyes.com.mx/web/?p=160', 0, 'revision', '', 0),
(163, 1, '2011-11-08 06:59:36', '2011-11-08 06:59:36', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n<code>include ("codigohome.php");</code>', '', '', 'inherit', 'open', 'open', '', '99-revision-47', '', '', '2011-11-08 06:59:36', '2011-11-08 06:59:36', '', 99, 'http://www.careyes.com.mx/web/?p=163', 0, 'revision', '', 0),
(174, 1, '2011-11-08 23:38:44', '2011-11-08 23:38:44', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\nhjhghghjhjhj\r\n[incluirx]', '', '', 'inherit', 'open', 'open', '', '99-revision-53', '', '', '2011-11-08 23:38:44', '2011-11-08 23:38:44', '', 99, 'http://www.careyes.com.mx/web/?p=174', 0, 'revision', '', 0),
(162, 1, '2011-11-08 06:55:49', '2011-11-08 06:55:49', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="file" columns="1"]\r\n<div id="careyes_season">\r\n<?\r\necho "<ul>";\r\n$posts = get_posts("numerposts=3&category=21");\r\nforeach($posts as $post):\r\necho "<li>";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_title."</a>";\r\necho "<br />";\r\necho "<a href=\\"".$post->guid."\\" title=\\"".$post->post_title."\\" />".$post-> post_content."</a>";\r\n\r\necho "</li>";\r\nendforeach;\r\necho "</ul>";\r\n?>\r\n</div>', '', '', 'inherit', 'open', 'open', '', '99-revision-46', '', '', '2011-11-08 06:55:49', '2011-11-08 06:55:49', '', 99, 'http://www.careyes.com.mx/web/?p=162', 0, 'revision', '', 0),
(166, 1, '2011-11-08 08:09:46', '2011-11-08 08:09:46', '<img class="alignnone size-medium wp-image-88" title="casa_flota" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casa_flota-300x199.jpg" alt="" width="300" height="199" />probando 2', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision-4', '', '', '2011-11-08 08:09:46', '2011-11-08 08:09:46', '', 148, 'http://www.careyes.com.mx/web/?p=166', 0, 'revision', '', 0),
(169, 1, '2011-11-08 06:59:55', '2011-11-08 06:59:55', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n<code><? include ("codigohome.php"); ?></code>', '', '', 'inherit', 'open', 'open', '', '99-revision-48', '', '', '2011-11-08 06:59:55', '2011-11-08 06:59:55', '', 99, 'http://www.careyes.com.mx/web/?p=169', 0, 'revision', '', 0),
(167, 1, '2011-12-16 01:13:53', '2011-12-16 01:13:53', '<!--:en--><img class="alignnone size-full wp-image-1105" title="3_EVENT" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1105" title="3_EVENT" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Event schedule<!--:--><!--:es-->Calendario de Eventos<!--:-->', '', 'inherit', 'open', 'open', '', '148-autosave', '', '', '2011-12-16 01:13:53', '2011-12-16 01:13:53', '', 148, 'http://www.careyes.com.mx/web/?p=167', 0, 'revision', '', 0),
(188, 1, '2011-11-08 08:17:35', '2011-11-08 08:17:35', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />probando 2', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision-6', '', '', '2011-11-08 08:17:35', '2011-11-08 08:17:35', '', 148, 'http://www.careyes.com.mx/web/?p=188', 0, 'revision', '', 0),
(168, 1, '2011-11-08 08:11:02', '2011-11-08 08:11:02', '<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg"><img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" /></a>probando 2', 'recent 2', '', 'inherit', 'open', 'open', '', '148-revision-5', '', '', '2011-11-08 08:11:02', '2011-11-08 08:11:02', '', 148, 'http://www.careyes.com.mx/web/?p=168', 0, 'revision', '', 0),
(170, 1, '2011-11-08 23:35:37', '2011-11-08 23:35:37', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n[hola]\r\n<code><? include ("codigohome.php"); ?></code>', '', '', 'inherit', 'open', 'open', '', '99-revision-49', '', '', '2011-11-08 23:35:37', '2011-11-08 23:35:37', '', 99, 'http://www.careyes.com.mx/web/?p=170', 0, 'revision', '', 0),
(172, 1, '2011-11-08 23:37:52', '2011-11-08 23:37:52', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n[incluir]', '', '', 'inherit', 'open', 'open', '', '99-revision-51', '', '', '2011-11-08 23:37:52', '2011-11-08 23:37:52', '', 99, 'http://www.careyes.com.mx/web/?p=172', 0, 'revision', '', 0),
(173, 1, '2011-11-08 23:38:39', '2011-11-08 23:38:39', '<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\nhjhghghjhjhj\r\n[incluirx]', '', '', 'inherit', 'open', 'open', '', '99-revision-52', '', '', '2011-11-08 23:38:39', '2011-11-08 23:38:39', '', 99, 'http://www.careyes.com.mx/web/?p=173', 0, 'revision', '', 0),
(176, 1, '2011-11-08 23:40:25', '2011-11-08 23:40:25', '<code>[incluirx]</code>\r\n<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\nhjhghghjhjhj\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-55', '', '', '2011-11-08 23:40:25', '2011-11-08 23:40:25', '', 99, 'http://www.careyes.com.mx/web/?p=176', 0, 'revision', '', 0),
(177, 1, '2011-11-08 23:50:20', '2011-11-08 23:50:20', '<code>[incluirx archivo="codigohome.php"]</code>\r\n<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-56', '', '', '2011-11-08 23:50:20', '2011-11-08 23:50:20', '', 99, 'http://www.careyes.com.mx/web/?p=177', 0, 'revision', '', 0),
(178, 1, '2011-11-08 23:53:38', '2011-11-08 23:53:38', '[incluirx archivo="codigohome.php"]\r\n<a href="http://www.careyes.com.mx/web/?p=86">\r\n</a>[gallery link="guide" columns="1"]\r\n\r\n', '', '', 'inherit', 'open', 'open', '', '99-revision-57', '', '', '2011-11-08 23:53:38', '2011-11-08 23:53:38', '', 99, 'http://www.careyes.com.mx/web/?p=178', 0, 'revision', '', 0),
(181, 1, '2011-11-09 04:51:18', '2011-11-09 04:51:18', '[incluirx archivo="galeria.php"]\r\n[incluirx archivo="codigohome.php"]', '', '', 'inherit', 'open', 'open', '', '99-revision-60', '', '', '2011-11-09 04:51:18', '2011-11-09 04:51:18', '', 99, 'http://www.careyes.com.mx/web/?p=181', 0, 'revision', '', 0),
(182, 1, '2011-11-08 07:02:52', '2011-11-08 07:02:52', '<img class="size-thumbnail wp-image-107 alignnone" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H-150x150.jpg" alt="" width="150" height="150" /> probando recent 3', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-7', '', '', '2011-11-08 07:02:52', '2011-11-08 07:02:52', '', 151, 'http://www.careyes.com.mx/web/?p=182', 0, 'revision', '', 0),
(184, 1, '2011-11-07 01:47:27', '2011-11-07 01:47:27', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-4', '', '', '2011-11-07 01:47:27', '2011-11-07 01:47:27', '', 86, 'http://www.careyes.com.mx/web/?p=184', 0, 'revision', '', 0),
(183, 1, '2011-11-09 07:39:06', '2011-11-09 07:39:06', '<img class="size-thumbnail wp-image-107 alignnone" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H-150x150.jpg" alt="" width="150" height="150" /> probando recent 3\r\n[incluirx archivo="galeria.php"]', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-8', '', '', '2011-11-09 07:39:06', '2011-11-09 07:39:06', '', 151, 'http://www.careyes.com.mx/web/?p=183', 0, 'revision', '', 0),
(185, 1, '2011-11-09 07:46:54', '2011-11-09 07:46:54', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-5', '', '', '2011-11-09 07:46:54', '2011-11-09 07:46:54', '', 86, 'http://www.careyes.com.mx/web/?p=185', 0, 'revision', '', 0),
(187, 1, '2011-11-08 06:37:33', '2011-11-08 06:37:33', 'probando entrada 1 de recente events', 'recent1', '', 'inherit', 'open', 'open', '', '146-revision-2', '', '', '2011-11-08 06:37:33', '2011-11-08 06:37:33', '', 146, 'http://www.careyes.com.mx/web/?p=187', 0, 'revision', '', 0),
(192, 1, '2011-11-09 09:57:36', '2011-11-09 09:57:36', '', 'Recent', '', 'inherit', 'open', 'open', '', '191-revision', '', '', '2011-11-09 09:57:36', '2011-11-09 09:57:36', '', 191, 'http://www.careyes.com.mx/web/?p=192', 0, 'revision', '', 0),
(189, 1, '2011-11-09 07:40:33', '2011-11-09 07:40:33', '<img class="size-thumbnail wp-image-107 alignnone" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H-150x150.jpg" alt="" width="150" height="150" /> probando recent 3\r\n', 'recent 3', '', 'inherit', 'open', 'open', '', '151-revision-9', '', '', '2011-11-09 07:40:33', '2011-11-09 07:40:33', '', 151, 'http://www.careyes.com.mx/web/?p=189', 0, 'revision', '', 0),
(193, 1, '2011-11-09 09:59:16', '2011-11-09 09:59:16', '<img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\n\nprobando texto', 'Recent 4', '', 'inherit', 'open', 'open', '', '191-autosave', '', '', '2011-11-09 09:59:16', '2011-11-09 09:59:16', '', 191, 'http://www.careyes.com.mx/web/?p=193', 0, 'revision', '', 0),
(194, 1, '2011-11-09 05:12:10', '2011-11-09 05:12:10', '[incluirx archivo="galeria.php"]\r\n[incluirx archivo="codigohome.php"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-61', '', '', '2011-11-09 05:12:10', '2011-11-09 05:12:10', '', 99, 'http://www.careyes.com.mx/web/?p=194', 0, 'revision', '', 0),
(195, 1, '2011-11-09 10:28:58', '2011-11-09 10:28:58', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-62', '', '', '2011-11-09 10:28:58', '2011-11-09 10:28:58', '', 99, 'http://www.careyes.com.mx/web/?p=195', 0, 'revision', '', 0),
(197, 1, '2011-11-09 10:30:57', '2011-11-09 10:30:57', '[incluirx archivo="galeria.php"]\r\n[incluirx archivo="codigohome.php?categoria=21&amp;titulo=THIS SEASON"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-64', '', '', '2011-11-09 10:30:57', '2011-11-09 10:30:57', '', 99, 'http://www.careyes.com.mx/web/?p=197', 0, 'revision', '', 0),
(196, 1, '2011-11-09 10:29:48', '2011-11-09 10:29:48', '[incluirx archivo="galeria.php"]\r\n[incluirx archivo="codigohome.php?categoria=21&amp;titulo=THIS SEASON"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-63', '', '', '2011-11-09 10:29:48', '2011-11-09 10:29:48', '', 99, 'http://www.careyes.com.mx/web/?p=196', 0, 'revision', '', 0),
(198, 1, '2011-11-09 10:33:11', '2011-11-09 10:33:11', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-65', '', '', '2011-11-09 10:33:11', '2011-11-09 10:33:11', '', 99, 'http://www.careyes.com.mx/web/?p=198', 0, 'revision', '', 0),
(199, 1, '2011-11-09 10:34:05', '2011-11-09 10:34:05', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-66', '', '', '2011-11-09 10:34:05', '2011-11-09 10:34:05', '', 99, 'http://www.careyes.com.mx/web/?p=199', 0, 'revision', '', 0),
(200, 1, '2011-11-09 10:34:37', '2011-11-09 10:34:37', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'open', 'open', '', '99-revision-67', '', '', '2011-11-09 10:34:37', '2011-11-09 10:34:37', '', 99, 'http://www.careyes.com.mx/web/?p=200', 0, 'revision', '', 0),
(267, 1, '2011-11-15 16:43:48', '2011-11-15 16:43:48', '[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-15 16:43:48', '2011-11-15 16:43:48', '', 99, 'http://www.careyes.com.mx/web/?p=267', 0, 'page', '', 0),
(202, 1, '2011-11-04 21:50:50', '2011-11-04 21:50:50', '<p style="text-align: center;"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/la_clasica1.jpg"><img class="aligncenter size-medium wp-image-47" title="la_clasica" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/la_clasica1-300x199.jpg" alt="" width="229" height="154" /></a></p>', 'Entrada Nueva', '', 'inherit', 'open', 'open', '', '46-revision-8', '', '', '2011-11-04 21:50:50', '2011-11-04 21:50:50', '', 46, 'http://www.careyes.com.mx/web/?p=202', 0, 'post', '', 0),
(203, 1, '2011-11-09 07:47:24', '2011-11-09 07:47:24', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-6', '', '', '2011-11-09 07:47:24', '2011-11-09 07:47:24', '', 86, 'http://www.careyes.com.mx/web/?p=203', 0, 'post', '', 0),
(204, 1, '2011-11-11 00:19:31', '2011-11-11 00:19:31', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-6', '', '', '2011-11-11 00:19:31', '2011-11-11 00:19:31', '', 86, 'http://www.careyes.com.mx/web/?p=204', 0, 'page', '', 0),
(205, 1, '2011-11-11 00:46:21', '2011-11-11 00:46:21', '<!--:en-->pagina real state<!--:--><!--:es-->pagina real state<!--:-->', 'REAL STATE', '', 'publish', 'closed', 'closed', '', 'real-state', '', '', '2011-12-08 23:55:26', '2011-12-08 23:55:26', '', 0, 'http://www.careyes.com.mx/web/?page_id=205', 0, 'page', '', 0),
(206, 1, '2011-11-11 00:45:35', '2011-11-11 00:45:35', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '205-revision', '', '', '2011-11-11 00:45:35', '2011-11-11 00:45:35', '', 205, 'http://www.careyes.com.mx/web/?p=206', 0, 'revision', '', 0),
(207, 1, '2011-11-17 07:39:33', '2011-11-17 07:39:33', '<!--:en-->pagina real state<!--:--><!--:es-->pagina real state<!--:-->', 'REAL STATE', '', 'inherit', 'open', 'open', '', '205-autosave', '', '', '2011-11-17 07:39:33', '2011-11-17 07:39:33', '', 205, 'http://www.careyes.com.mx/web/?p=207', 0, 'revision', '', 0),
(208, 1, '2011-11-05 02:16:36', '2011-11-05 02:16:36', '<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/01_bannerscappino-02.jpg"><img class="aligncenter size-full wp-image-58" title="01_bannerscappino-02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/01_bannerscappino-02.jpg" alt="" width="290" height="240" /></a>asdfasdfasdfasdf', 'anuncio uno', '', 'inherit', 'open', 'open', '', '57-revision-4', '', '', '2011-11-05 02:16:36', '2011-11-05 02:16:36', '', 0, 'http://www.careyes.com.mx/web/?p=208', 0, 'page', '', 0),
(209, 1, '2011-11-11 00:34:35', '2011-11-11 00:34:35', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-6', '', '', '2011-11-11 00:34:35', '2011-11-11 00:34:35', '', 86, 'http://www.careyes.com.mx/web/?p=209', 0, 'post', '', 0),
(210, 1, '2011-11-11 00:58:48', '2011-11-11 00:58:48', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-6', '', '', '2011-11-11 00:58:48', '2011-11-11 00:58:48', '', 86, 'http://www.careyes.com.mx/web/?p=210', 0, 'page', '', 0),
(211, 1, '2011-11-11 00:59:18', '2011-11-11 00:59:18', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-6', '', '', '2011-11-11 00:59:18', '2011-11-11 00:59:18', '', 86, 'http://www.careyes.com.mx/web/?p=211', 0, 'post', '', 0),
(212, 1, '2011-11-11 01:06:46', '2011-11-11 01:06:46', '[gallery link="file"]', 'Sol de Occidente', '', 'inherit', 'open', 'open', '', '86-revision-6', '', '', '2011-11-11 01:06:46', '2011-11-11 01:06:46', '', 86, 'http://www.careyes.com.mx/web/?p=212', 0, 'post', '', 0),
(215, 1, '2011-11-11 00:46:21', '2011-11-11 00:46:21', 'pagina real state', 'REAL STATE', '', 'inherit', 'closed', 'open', '', '205-revision-2', '', '', '2011-11-11 00:46:21', '2011-11-11 00:46:21', '', 205, 'http://www.careyes.com.mx/web/?p=215', 0, 'revision', '', 0),
(213, 1, '2011-11-09 10:34:51', '2011-11-09 10:34:51', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-68', '', '', '2011-11-09 10:34:51', '2011-11-09 10:34:51', '', 99, 'http://www.careyes.com.mx/web/?p=213', 0, 'revision', '', 0),
(214, 1, '2011-11-11 01:26:25', '2011-11-11 01:26:25', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-69', '', '', '2011-11-11 01:26:25', '2011-11-11 01:26:25', '', 99, 'http://www.careyes.com.mx/web/?p=214', 0, 'revision', '', 0),
(750, 1, '2011-11-11 01:28:07', '2011-11-11 01:28:07', 'pagina real state', 'REAL STATE', '', 'inherit', 'closed', 'open', '', '205-revision-3', '', '', '2011-11-11 01:28:07', '2011-11-11 01:28:07', '', 205, 'http://www.careyes.com.mx/web/?p=750', 0, 'page', '', 0),
(218, 1, '2011-11-11 01:08:38', '2011-11-11 01:08:38', '[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 01:08:38', '2011-11-11 01:08:38', '', 86, 'http://www.careyes.com.mx/web/?p=218', 0, 'post', '', 0),
(219, 1, '2011-11-09 08:01:54', '2011-11-09 08:01:54', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />probando entrada 1 de recente events', 'recent1', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-09 08:01:54', '2011-11-09 08:01:54', '', 146, 'http://www.careyes.com.mx/web/?p=219', 0, 'post', '', 0),
(220, 1, '2011-11-09 09:56:23', '2011-11-09 09:56:23', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />probando 2', 'recent 2', '', 'inherit', 'closed', 'open', '', '148-revision-8', '', '', '2011-11-09 09:56:23', '2011-11-09 09:56:23', '', 148, 'http://www.careyes.com.mx/web/?p=220', 0, 'post', '', 0),
(221, 1, '2011-11-09 09:02:40', '2011-11-09 09:02:40', '<img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" />probando recent 3', 'recent 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-09 09:02:40', '2011-11-09 09:02:40', '', 151, 'http://www.careyes.com.mx/web/?p=221', 0, 'post', '', 0),
(222, 1, '2011-11-11 01:27:03', '2011-11-11 01:27:03', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-11 01:27:03', '2011-11-11 01:27:03', '', 99, 'http://www.careyes.com.mx/web/?p=222', 0, 'page', '', 0),
(224, 1, '2011-11-11 04:50:28', '2011-11-11 04:50:28', '[incluirx archivo="galleria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-11 04:50:28', '2011-11-11 04:50:28', '', 99, 'http://www.careyes.com.mx/web/?p=224', 0, 'page', '', 0),
(223, 1, '2011-11-11 04:49:50', '2011-11-11 04:49:50', '[incluirx archivo="http://www.b5travel.com/jquery/galleria.html"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-11 04:49:50', '2011-11-11 04:49:50', '', 99, 'http://www.careyes.com.mx/web/?p=223', 0, 'page', '', 0),
(225, 1, '2011-11-09 09:58:14', '2011-11-09 09:58:14', '<img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nprobando texto', 'Recent 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-09 09:58:14', '2011-11-09 09:58:14', '', 191, 'http://www.careyes.com.mx/web/?p=225', 0, 'post', '', 0),
(226, 1, '2011-11-11 04:59:58', '2011-11-11 04:59:58', '<img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Recent 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-11 04:59:58', '2011-11-11 04:59:58', '', 191, 'http://www.careyes.com.mx/web/?p=226', 0, 'post', '', 0),
(227, 1, '2011-11-11 05:00:16', '2011-11-11 05:00:16', '<img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Recent 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-11 05:00:16', '2011-11-11 05:00:16', '', 191, 'http://www.careyes.com.mx/web/?p=227', 0, 'post', '', 0),
(228, 1, '2011-11-11 04:25:25', '2011-11-11 04:25:25', '<img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" />probando recent 3', 'recent 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-11 04:25:25', '2011-11-11 04:25:25', '', 151, 'http://www.careyes.com.mx/web/?p=228', 0, 'post', '', 0),
(414, 2, '2011-11-17 19:22:55', '2011-11-17 19:22:55', '', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 19:22:55', '2011-11-17 19:22:55', '', 379, 'http://www.careyes.com.mx/web/?p=414', 0, 'post', '', 0),
(229, 1, '2011-11-11 04:22:51', '2011-11-11 04:22:51', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />probando 2', 'recent 2', '', 'inherit', 'closed', 'open', '', '148-revision-8', '', '', '2011-11-11 04:22:51', '2011-11-11 04:22:51', '', 148, 'http://www.careyes.com.mx/web/?p=229', 0, 'post', '', 0),
(230, 1, '2011-11-11 04:21:16', '2011-11-11 04:21:16', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />probando entrada 1 de recente events', 'recent1', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-11 04:21:16', '2011-11-11 04:21:16', '', 146, 'http://www.careyes.com.mx/web/?p=230', 0, 'post', '', 0),
(231, 1, '2011-11-11 04:19:55', '2011-11-11 04:19:55', '[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 04:19:55', '2011-11-11 04:19:55', '', 86, 'http://www.careyes.com.mx/web/?p=231', 0, 'post', '', 0),
(232, 1, '2011-11-11 06:30:34', '2011-11-11 06:30:34', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP \r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 06:30:34', '2011-11-11 06:30:34', '', 86, 'http://www.careyes.com.mx/web/?p=232', 0, 'post', '', 0),
(233, 1, '2011-11-11 04:50:41', '2011-11-11 04:50:41', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-11 04:50:41', '2011-11-11 04:50:41', '', 99, 'http://www.careyes.com.mx/web/?p=233', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2011-11-11 08:26:04', '2011-11-11 08:26:04', '', 'blue', '', 'inherit', 'closed', 'open', '', 'blue', '', '', '2011-11-11 08:26:04', '2011-11-11 08:26:04', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/blue.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2011-11-11 07:54:28', '2011-11-11 07:54:28', '[incluirx archivo="featured-content-gallery.php"]\r\n[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-11 07:54:28', '2011-11-11 07:54:28', '', 99, 'http://www.careyes.com.mx/web/?p=234', 0, 'page', '', 0),
(236, 1, '2011-11-11 08:26:07', '2011-11-11 08:26:07', '', 'costa_careyes', '', 'inherit', 'closed', 'open', '', 'costa_careyes', '', '', '2011-11-11 08:26:07', '2011-11-11 08:26:07', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/costa_careyes.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2011-11-11 08:26:10', '2011-11-11 08:26:10', '', 'flechamarillo_2', '', 'inherit', 'closed', 'open', '', 'flechamarillo_2', '', '', '2011-11-11 08:26:10', '2011-11-11 08:26:10', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/flechamarillo_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2011-11-11 08:26:13', '2011-11-11 08:26:13', '', 'guestroom', '', 'inherit', 'closed', 'open', '', 'guestroom', '', '', '2011-11-11 08:26:13', '2011-11-11 08:26:13', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/guestroom.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2011-11-11 08:26:16', '2011-11-11 08:26:16', '', 'master-pergola', '', 'inherit', 'closed', 'open', '', 'master-pergola', '', '', '2011-11-11 08:26:16', '2011-11-11 08:26:16', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/master-pergola.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2011-11-11 08:26:20', '2011-11-11 08:26:20', '', 'open-plan', '', 'inherit', 'closed', 'open', '', 'open-plan', '', '', '2011-11-11 08:26:20', '2011-11-11 08:26:20', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/open-plan.jpg', 0, 'attachment', 'image/jpeg', 0),
(241, 1, '2011-11-11 07:04:57', '2011-11-11 07:04:57', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP \r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 07:04:57', '2011-11-11 07:04:57', '', 86, 'http://www.careyes.com.mx/web/?p=241', 0, 'post', '', 0),
(284, 1, '2011-11-11 05:00:37', '2011-11-11 05:00:37', '<img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-11 05:00:37', '2011-11-11 05:00:37', '', 191, 'http://www.careyes.com.mx/web/?p=284', 0, 'post', '', 0),
(242, 1, '2011-11-11 08:42:35', '2011-11-11 08:42:35', '[slideshow id=1]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 08:42:35', '2011-11-11 08:42:35', '', 86, 'http://www.careyes.com.mx/web/?p=242', 0, 'post', '', 0),
(247, 1, '2011-11-11 09:15:42', '2011-11-11 09:15:42', '[slideshow id=1]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:15:42', '2011-11-11 09:15:42', '', 86, 'http://www.careyes.com.mx/web/?p=247', 0, 'post', '', 0),
(243, 1, '2011-11-11 09:10:38', '2011-11-11 09:10:38', '[slideshow id=1 template="galleryview"]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:10:38', '2011-11-11 09:10:38', '', 86, 'http://www.careyes.com.mx/web/?p=243', 0, 'post', '', 0),
(249, 1, '2011-11-11 09:32:41', '2011-11-11 09:32:41', '[slideshow id=1 template=galleryview]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:32:41', '2011-11-11 09:32:41', '', 86, 'http://www.careyes.com.mx/web/?p=249', 0, 'post', '', 0),
(244, 1, '2011-11-11 09:11:59', '2011-11-11 09:11:59', '[nggallery id=1 template="galleryview"]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:11:59', '2011-11-11 09:11:59', '', 86, 'http://www.careyes.com.mx/web/?p=244', 0, 'post', '', 0),
(245, 1, '2011-11-11 09:13:20', '2011-11-11 09:13:20', '[gallery id=1 template="galleryview"]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:13:20', '2011-11-11 09:13:20', '', 86, 'http://www.careyes.com.mx/web/?p=245', 0, 'post', '', 0),
(246, 1, '2011-11-11 09:14:13', '2011-11-11 09:14:13', '[nggallery id=1 template="galleryview"]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:14:13', '2011-11-11 09:14:13', '', 86, 'http://www.careyes.com.mx/web/?p=246', 0, 'post', '', 0),
(251, 1, '2011-11-11 21:58:43', '2011-11-11 21:58:43', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\n&nbsp;\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 21:58:43', '2011-11-11 21:58:43', '', 86, 'http://www.careyes.com.mx/web/?p=251', 0, 'post', '', 0),
(248, 1, '2011-11-11 09:18:10', '2011-11-11 09:18:10', '[nggallery id=1 template=galleryview]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 09:18:10', '2011-11-11 09:18:10', '', 86, 'http://www.careyes.com.mx/web/?p=248', 0, 'post', '', 0),
(250, 1, '2011-11-11 21:57:43', '2011-11-11 21:57:43', '[imagebrowser id=1]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[gallery link="file"]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 21:57:43', '2011-11-11 21:57:43', '', 86, 'http://www.careyes.com.mx/web/?p=250', 0, 'post', '', 0),
(252, 1, '2011-11-11 21:59:47', '2011-11-11 21:59:47', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\n&nbsp;\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 21:59:47', '2011-11-11 21:59:47', '', 86, 'http://www.careyes.com.mx/web/?p=252', 0, 'post', '', 0),
(253, 1, '2011-11-11 22:06:12', '2011-11-11 22:06:12', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\n[imagebrowser id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:06:12', '2011-11-11 22:06:12', '', 86, 'http://www.careyes.com.mx/web/?p=253', 0, 'post', '', 0),
(258, 1, '2011-11-11 22:34:54', '2011-11-11 22:34:54', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:34:54', '2011-11-11 22:34:54', '', 86, 'http://www.careyes.com.mx/web/?p=258', 0, 'post', '', 0),
(255, 1, '2011-11-11 22:09:17', '2011-11-11 22:09:17', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:09:17', '2011-11-11 22:09:17', '', 86, 'http://www.careyes.com.mx/web/?p=255', 0, 'post', '', 0),
(256, 1, '2011-11-11 22:33:12', '2011-11-11 22:33:12', '[singlepic id=11 w=320 h=240 mode=web20 float=center]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:33:12', '2011-11-11 22:33:12', '', 86, 'http://www.careyes.com.mx/web/?p=256', 0, 'post', '', 0),
(257, 1, '2011-11-11 22:33:52', '2011-11-11 22:33:52', '[singlepic id=10 w=600 h= float=]\r\n\r\nUn gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:33:52', '2011-11-11 22:33:52', '', 86, 'http://www.careyes.com.mx/web/?p=257', 0, 'post', '', 0),
(259, 1, '2011-11-11 22:49:02', '2011-11-11 22:49:02', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:49:02', '2011-11-11 22:49:02', '', 86, 'http://www.careyes.com.mx/web/?p=259', 0, 'post', '', 0),
(260, 1, '2011-11-11 22:49:38', '2011-11-11 22:49:38', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:49:38', '2011-11-11 22:49:38', '', 86, 'http://www.careyes.com.mx/web/?p=260', 0, 'post', '', 0),
(261, 1, '2011-11-11 22:53:17', '2011-11-11 22:53:17', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-11 22:53:17', '2011-11-11 22:53:17', '', 86, 'http://www.careyes.com.mx/web/?p=261', 0, 'post', '', 0),
(262, 1, '2011-11-14 18:33:13', '2011-11-14 18:33:13', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[slideshow id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-14 18:33:13', '2011-11-14 18:33:13', '', 86, 'http://www.careyes.com.mx/web/?p=262', 0, 'post', '', 0),
(263, 1, '2011-11-14 18:33:34', '2011-11-14 18:33:34', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[nggtags id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-14 18:33:34', '2011-11-14 18:33:34', '', 86, 'http://www.careyes.com.mx/web/?p=263', 0, 'post', '', 0),
(264, 1, '2011-11-14 18:38:45', '2011-11-14 18:38:45', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[thumb id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-14 18:38:45', '2011-11-14 18:38:45', '', 86, 'http://www.careyes.com.mx/web/?p=264', 0, 'post', '', 0),
(265, 1, '2011-11-14 18:39:07', '2011-11-14 18:39:07', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[tagcloud id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-14 18:39:07', '2011-11-14 18:39:07', '', 86, 'http://www.careyes.com.mx/web/?p=265', 0, 'post', '', 0),
(266, 1, '2011-11-11 08:03:35', '2011-11-11 08:03:35', '[incluirx archivo="galeria.php"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-11 08:03:35', '2011-11-11 08:03:35', '', 99, 'http://www.careyes.com.mx/web/?p=266', 0, 'page', '', 0),
(268, 1, '2011-11-14 18:44:59', '2011-11-14 18:44:59', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=3]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-14 18:44:59', '2011-11-14 18:44:59', '', 86, 'http://www.careyes.com.mx/web/?p=268', 0, 'post', '', 0),
(274, 1, '2011-11-15 16:56:24', '2011-11-15 16:56:24', '[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-15 16:56:24', '2011-11-15 16:56:24', '', 99, 'http://www.careyes.com.mx/web/?p=274', 0, 'page', '', 0),
(685, 1, '2011-12-08 00:30:36', '2011-12-08 00:30:36', '', '<!--:en-->FESTIVE SEASON RENTAL RATES<!--:--><!--:es-->TARIFAS DE RENTA EN TEMPORADA FESTIVA<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision', '', '', '2011-12-08 00:30:36', '2011-12-08 00:30:36', '', 684, 'http://www.careyes.com.mx/web/?p=685', 0, 'revision', '', 0),
(407, 2, '2011-11-19 22:03:43', '2011-11-19 22:03:43', '<!--:en--><ul>\n	<li><span><strong>Ocean front</strong></span>\non Peninsula de las Estrellas</li>\n	<li><strong><span>Palapa living room</span></strong></li>\n	<li><strong><span>Infinity pool</span></strong>\nand a twelve person jacuzzi</li>\n	<li><strong><span>Master suite and 6 guest bedrooms</span></strong>\nall fancing the ocean</li>\n	<li><strong><span>Eight bathrooms</span></strong></li>\n	<li><strong><span>Fully equipped gym</span></strong></li>\n	<li><strong><span>Media room  and large library</span></strong></li>\n	<li><span><strong>Bocce Court</strong></span></li>\n	<li><strong><span>Stairway  to Private Beach</span></strong></li>\n</ul><!--:--><!--:es--><ul>\n	<li><span><strong>Frente al mar</strong></span>\nen la Península de las Estrellas</li>\n	<li><strong><span>Sala con techo de palapa</span></strong></li>\n	<li><strong><span>Piscina infinita y jacuzzi</span></strong>\ncon cupo para 12 personas</li>\n	<li><span><strong>Suite master y 6 recámaras,</strong></span>\ntodas con vistas al mar</li>\n	<li><span><strong>Ocho baños</strong></span></li>\n	<li><span><strong>Gimnasio totalmente equipado</strong></span></li>\n	<li><span><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\n	<li><span><strong>Cancha de bocce</strong></span></li>\n	<li><span><strong>Escalera a playa privada</strong></span></li>\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-autosave', '', '', '2011-11-19 22:03:43', '2011-11-19 22:03:43', '', 377, 'http://www.careyes.com.mx/web/?p=407', 0, 'revision', '', 0),
(285, 1, '2011-11-17 07:58:29', '2011-11-17 07:58:29', ' ', '', '', 'publish', 'closed', 'closed', '', '285', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=285', 14, 'nav_menu_item', '', 0),
(286, 1, '2011-11-17 08:07:29', '2011-11-17 08:07:29', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:--><!--:es-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'publish', 'closed', 'open', '', 'lifestyle-event-schedule', '', '', '2011-12-15 22:59:41', '2011-12-15 22:59:41', '', 0, 'http://www.careyes.com.mx/web/?page_id=286', 0, 'page', '', 0),
(287, 1, '2011-11-17 08:07:18', '2011-11-17 08:07:18', '', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- <!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision', '', '', '2011-11-17 08:07:18', '2011-11-17 08:07:18', '', 286, 'http://www.careyes.com.mx/web/?p=287', 0, 'revision', '', 0),
(288, 1, '2011-11-17 08:07:29', '2011-11-17 08:07:29', ' ', '', '', 'publish', 'closed', 'closed', '', '288', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=288', 13, 'nav_menu_item', '', 0),
(289, 1, '2011-11-17 08:08:15', '2011-11-17 08:08:15', '<!--:en-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza<!--:--><!--:es-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar\r\nCerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa. Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'publish', 'closed', 'open', '', 'restaurants', '', '', '2012-05-22 05:42:30', '2012-05-22 05:42:30', '', 0, 'http://www.careyes.com.mx/web/?page_id=289', 0, 'page', '', 0),
(1376, 1, '2012-05-22 05:45:38', '2012-05-22 05:45:38', '<!--:en-->[imagebrowser id=6]\n\nArt Careyes was created with the idea of bringing artists into the community to produce work in a unique generative environment and to bring arts education to the community<!--:--><!--:es-->[imagebrowser id=6]\n\nArte Careyes fue creado con la idea de traer artistas a la comunidad para trabajar en un ambiente unico y generativo, y para was created with the idea of bringing artists into the community to produce work in a unique generative environment and to bring arts education to the community<!--:-->', '<!--:en-->Art Careyes Gallery<!--:--><!--:es-->Galería Arte Careyes<!--:-->', '', 'inherit', 'closed', 'closed', '', '307-autosave', '', '', '2012-05-22 05:45:38', '2012-05-22 05:45:38', '', 307, 'http://www.careyes.com.mx/web/?p=1376', 0, 'revision', '', 0),
(1375, 1, '2012-05-22 05:41:55', '2012-05-22 05:41:55', '<!--:en-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza<!--:--><!--:es-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar\r\nCerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa. Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'closed', '', '289-revision-2', '', '', '2012-05-22 05:41:55', '2012-05-22 05:41:55', '', 289, 'http://www.careyes.com.mx/web/?p=1375', 0, 'page', '', 0),
(290, 1, '2011-11-17 08:07:39', '2011-11-17 08:07:39', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '289-revision', '', '', '2011-11-17 08:07:39', '2011-11-17 08:07:39', '', 289, 'http://www.careyes.com.mx/web/?p=290', 0, 'revision', '', 0),
(291, 1, '2011-11-17 08:08:15', '2011-11-17 08:08:15', ' ', '', '', 'publish', 'closed', 'closed', '', '291', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=291', 17, 'nav_menu_item', '', 0),
(292, 1, '2011-11-17 08:08:51', '2011-11-17 08:08:51', '<!--:en-->[imagebrowser id=26]\r\n<p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p>\r\n<p style="text-align: justify;">Five chucker games from $US500 including\r\ngreen fees and horse rental. The rates are higher for the Christmas - New Year’s holidays and special tournaments.</p>\r\nGood handy horses are available for all level of riding. Stick &amp; ball and lessons available. Rated players on site.\r\n\r\nWorld polo renown  manager Susan Stovall  will organize the games.\r\n<p style="text-align: justify;">Trail riding for companions and kids through our jungle, lagoons and beaches is also available.</p>\r\nRancho de Don Andres Polo Club – a casual Italian, steak &amp; tequila restaurant is located at the fields. Resort facilities and 3 more restaurants are within 3 miles.\r\n\r\nAsk us about discounts on accommodations for visiting  polo players.<!--:--><!--:es-->[imagebrowser id=26]\r\n<p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p>\r\n<p style="text-align: justify;">Cinco juegos chucker  desde US$ 500 incluyendo green fees y alquiler de caballos. Las tarifas son mayores en la temporada de Navidad - Año Nuevo y torneos especiales.\r\n\r\nCaballos dóciles están disponibles para todos los niveles de monta. Palos,  bolas y lecciones disponibles. Jugadores calificados en el Club.\r\n\r\nLa Directora de Polo mundialmente conocida Susan Stovall es la organizadora de los juegos.</p>\r\n<p style="text-align: justify;">Rutas de equitación para acompañantes y los niños a través de nuestra selva, lagunas y playas también están disponibles.\r\n\r\nRancho Don Andrés Polo Club – un restaurante casual de comida italiana, carne y tequila se encuentra en los campos. Las instalaciones del resort y 3 restaurantes más están a menos de 5 kilómetros.\r\n\r\nPregunte por los descuentos en el alojamiento paralos jugadores visitantes.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'publish', 'closed', 'open', '', 'club', '', '', '2011-12-13 05:38:45', '2011-12-13 05:38:45', '', 0, 'http://www.careyes.com.mx/web/?page_id=292', 0, 'page', '', 0),
(293, 1, '2011-11-17 08:08:40', '2011-11-17 08:08:40', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '292-revision', '', '', '2011-11-17 08:08:40', '2011-11-17 08:08:40', '', 292, 'http://www.careyes.com.mx/web/?p=293', 0, 'revision', '', 0),
(294, 1, '2011-11-17 08:08:51', '2011-11-17 08:08:51', ' ', '', '', 'publish', 'closed', 'closed', '', '294', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=294', 19, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(295, 1, '2011-11-17 08:09:46', '2011-11-17 08:09:46', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2012 – 2013</em><strong>\r\n</strong>(NOV 13th 2012 - APRIL 30th 2013)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2012.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nTARIFAS DE TEMPORADA 2012 – 2013</em><strong>\r\n</strong>(NOV., 13 2012 A ABRIL 30, 2013)\r\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\r\n</li>\r\n	<li>\r\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\r\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>Cuando NO se renta un caballo del club:\r\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong>2. - RENTA DE CABALLO</strong>\r\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\r\n\r\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\r\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\r\n\r\n<strong>4. - ESTABLO POR CABALO\r\n<span style="color: #ffffff;">-</span>                      POR DÍA    POR MES</strong>\r\nCUBIERTO     $ 10 USD     $ 250 USD\r\nSHADED        $   8 USD     $ 200 USD<strong></strong>\r\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\r\n</strong>\r\n\r\n<strong>5. - PENSIÓN COMPLETA\r\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\r\n<strong>POR DÍA      POR MES</strong>\r\n$ 12 USD       $ 320 USD por caballo\r\n\r\n<strong>6. - CUARTO PARA CABALLERANGO\r\nPOR DÍA      POR MES\r\n</strong>$ 7 USD          $ 200 USD por persona\r\n\r\n<strong>7. - GROOM’S FOOD\r\nPOR DÍA     POR MES\r\n</strong>$ 15 USD       $ 450 USD por persona\r\n\r\n<strong>8. - PASTURA\r\n</strong>$ 60 USD por caballo por mes.\r\n\r\n<strong>9. - ZAPATOS DE CABALLO\r\n</strong>$ 10 USD por pata incluye zapato.<strong>\r\n</strong>\r\n\r\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\r\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\r\n\r\n<strong>11. - PISTA DE EQUITACIÓN\r\n</strong>$ 100 USD por hora durante la Temporada de Polo\r\n$ 80 USD durante el resto del año\r\n\r\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\r\n* 15% Impuesto gubernamental.\r\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\r\n\r\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\r\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\r\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\r\n3 Goless                    33%\r\n4 goles o más            66%<strong>\r\n</strong>\r\n\r\n<strong>14. - REGLAS BÁSICAS DEL CLUB\r\n</strong>\r\n<ul>\r\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\r\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\r\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\r\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\r\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\r\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\r\n</ul>\r\n<strong>A todos los cargos se les añadirá 10% de propina.\r\n</strong>\r\n\r\n<strong>VAMOS A TENER UNA GRAN TEMPORADA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'publish', 'closed', 'closed', '', 'polo-rates', '', '', '2012-05-22 22:58:49', '2012-05-22 22:58:49', '', 0, 'http://www.careyes.com.mx/web/?page_id=295', 0, 'page', '', 0),
(296, 1, '2011-11-17 08:08:58', '2011-11-17 08:08:58', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '295-revision', '', '', '2011-11-17 08:08:58', '2011-11-17 08:08:58', '', 295, 'http://www.careyes.com.mx/web/?p=296', 0, 'revision', '', 0),
(297, 1, '2011-11-17 08:09:46', '2011-11-17 08:09:46', ' ', '', '', 'publish', 'closed', 'closed', '', '297', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=297', 20, 'nav_menu_item', '', 0),
(298, 1, '2011-11-17 08:10:19', '2011-11-17 08:10:19', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome without charge.</p>\r\n<span style="color: #00ccff;"><strong>Events from November  2012  to  April 2013</strong></span>\r\n\r\n<strong>November 15 &gt;</strong> Fields open and practice\r\n\r\n<strong>November 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>December 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong>December 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong>Dec 27 – Jan 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>January 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>February 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong>February 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong>February 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong>Feb 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong>Feb. 27 – March 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong>March 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong>March 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>April 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>April 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<span style="color: #00ccff;"><strong>Eventos de Noviembre  2012  a  Abril 2013</strong></span>\r\n\r\n<strong><strong>Noviembre</strong> 15 &gt;</strong> Fields open and practice\r\n\r\n<strong><strong>Noviembre</strong> 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>Diciembre 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong><strong>Diciembre</strong> 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong><strong><strong>Diciembre</strong></strong> 27 – <strong>Enero</strong> 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>Enero 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>Febrero 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong><strong>Febrero</strong> 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong><strong>Febrero</strong> 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong><strong>Febrero</strong> 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong><strong>Febrero</strong> 27 – Marzo 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong><strong>Marzo</strong> 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong><strong>Marzo</strong> 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>Abril 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>ABril 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'publish', 'closed', 'closed', '', 'polo-event-schedule', '', '', '2012-05-23 00:25:57', '2012-05-23 00:25:57', '', 0, 'http://www.careyes.com.mx/web/?page_id=298', 0, 'page', '', 0),
(1133, 1, '2011-12-18 04:24:07', '2011-12-18 04:24:07', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-3', '', '', '2011-12-18 04:24:07', '2011-12-18 04:24:07', '', 298, 'http://www.careyes.com.mx/web/?p=1133', 0, 'page', '', 0),
(299, 1, '2011-11-17 08:09:51', '2011-11-17 08:09:51', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '298-revision', '', '', '2011-11-17 08:09:51', '2011-11-17 08:09:51', '', 298, 'http://www.careyes.com.mx/web/?p=299', 0, 'revision', '', 0),
(300, 1, '2011-11-17 08:10:19', '2011-11-17 08:10:19', ' ', '', '', 'publish', 'closed', 'closed', '', '300', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=300', 22, 'nav_menu_item', '', 0),
(301, 1, '2011-11-17 08:11:21', '2011-11-17 08:11:21', '<!--:en-->[imagebrowser id=37]\r\n\r\nMore photos: <strong><a href="http://www.photosbybeatrice.com" target="_blank" class="pie">www.photosbybeatrice.com</a></strong><!--:--><!--:es-->[imagebrowser id=37]\r\nMás fotos: <strong><a class="pie" href="http://www.photosbybeatrice.com" target="_blank">www.photosbybeatrice.com</a></strong><!--:-->', '<!--:en-->Photo Gallery<!--:--><!--:es-->Galeria Fotografica<!--:-->', '', 'publish', 'closed', 'open', '', 'photo-gallery', '', '', '2012-05-12 01:41:12', '2012-05-12 01:41:12', '', 0, 'http://www.careyes.com.mx/web/?page_id=301', 0, 'page', '', 0),
(302, 1, '2011-11-17 08:10:28', '2011-11-17 08:10:28', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '301-revision', '', '', '2011-11-17 08:10:28', '2011-11-17 08:10:28', '', 301, 'http://www.careyes.com.mx/web/?p=302', 0, 'revision', '', 0),
(303, 1, '2011-11-17 08:11:21', '2011-11-17 08:11:21', ' ', '', '', 'publish', 'closed', 'closed', '', '303', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=303', 23, 'nav_menu_item', '', 0),
(304, 1, '2011-11-17 08:11:47', '2011-11-17 08:11:47', '<!--:en-->[imagebrowser id=38]<!--:--><!--:es-->[imagebrowser id=38]<!--:-->', '<!--:en-->Cultural Plaza<!--:--><!--:es-->Plaza Cultural <!--:-->', '', 'publish', 'closed', 'open', '', 'cultural-plaza', '', '', '2011-12-15 02:29:45', '2011-12-15 02:29:45', '', 0, 'http://www.careyes.com.mx/web/?page_id=304', 0, 'page', '', 0),
(305, 1, '2011-11-17 08:11:34', '2011-11-17 08:11:34', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '304-revision', '', '', '2011-11-17 08:11:34', '2011-11-17 08:11:34', '', 304, 'http://www.careyes.com.mx/web/?p=305', 0, 'revision', '', 0),
(306, 1, '2011-11-17 08:11:47', '2011-11-17 08:11:47', ' ', '', '', 'publish', 'closed', 'closed', '', '306', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=306', 25, 'nav_menu_item', '', 0),
(307, 1, '2011-11-17 08:11:59', '2011-11-17 08:11:59', '<!--:en-->[imagebrowser id=52]\r\n\r\nArt Careyes was created with the idea of bringing artists into the community to produce work in a unique generative environment and to bring arts education to the community<!--:--><!--:es-->[imagebrowser id=52]\r\n\r\nArte Careyes fue creado con la idea de traer artistas a la comunidad para trabajar en un ambiente unico y generativo, y para traer educación artistica a la comunidad.<!--:-->', '<!--:en-->Art Careyes Gallery<!--:--><!--:es-->Galería Arte Careyes<!--:-->', '', 'publish', 'closed', 'open', '', 'la-brignonesca', '', '', '2012-05-22 23:18:04', '2012-05-22 23:18:04', '', 0, 'http://www.careyes.com.mx/web/?page_id=307', 0, 'page', '', 0),
(1378, 1, '2012-01-11 03:31:42', '2012-01-11 03:31:42', '', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-01-11 03:31:42', '2012-01-11 03:31:42', '', 310, 'http://www.careyes.com.mx/web/?p=1378', 0, 'page', '', 0),
(308, 1, '2011-11-17 08:11:54', '2011-11-17 08:11:54', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '307-revision', '', '', '2011-11-17 08:11:54', '2011-11-17 08:11:54', '', 307, 'http://www.careyes.com.mx/web/?p=308', 0, 'revision', '', 0),
(309, 1, '2011-11-17 08:11:59', '2011-11-17 08:11:59', ' ', '', '', 'publish', 'closed', 'closed', '', '309', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=309', 26, 'nav_menu_item', '', 0),
(310, 1, '2011-11-17 08:12:26', '2011-11-17 08:12:26', '<!--:en-->[imagebrowser id=51]\r\n\r\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" />\r\nDownload the\r\n2012 Arte Careyes\r\nnewsletter &gt;&gt;</a><!--:--><!--:es-->[imagebrowser id=51]\r\n\r\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" />\r\nDescarga el newsletter\r\nde Arte Careyes 2012 &gt;&gt;</a><!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'publish', 'closed', 'open', '', 'film-arts', '', '', '2012-05-23 00:22:26', '2012-05-23 00:22:26', '', 0, 'http://www.careyes.com.mx/web/?page_id=310', 0, 'page', '', 0),
(311, 1, '2011-11-17 08:12:07', '2011-11-17 08:12:07', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '310-revision', '', '', '2011-11-17 08:12:07', '2011-11-17 08:12:07', '', 310, 'http://www.careyes.com.mx/web/?p=311', 0, 'revision', '', 0),
(312, 1, '2011-11-17 08:12:26', '2011-11-17 08:12:26', ' ', '', '', 'publish', 'closed', 'closed', '', '312', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=312', 27, 'nav_menu_item', '', 0),
(313, 1, '2011-11-17 08:13:04', '2011-11-17 08:13:04', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:--><!--:es-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'publish', 'closed', 'closed', '', 'art-event-schedule', '', '', '2012-05-22 09:18:26', '2012-05-22 09:18:26', '', 0, 'http://www.careyes.com.mx/web/?page_id=313', 0, 'page', '', 0),
(314, 1, '2011-11-17 08:12:33', '2011-11-17 08:12:33', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '313-revision', '', '', '2011-11-17 08:12:33', '2011-11-17 08:12:33', '', 313, 'http://www.careyes.com.mx/web/?p=314', 0, 'revision', '', 0),
(315, 1, '2011-11-17 08:12:54', '2011-11-17 08:12:54', '', '<!--:en-->Art - Event Schedule<!--:--><!--:es-->Art-<!--:-->', '', 'inherit', 'closed', 'open', '', '313-revision-2', '', '', '2011-11-17 08:12:54', '2011-11-17 08:12:54', '', 313, 'http://www.careyes.com.mx/web/?p=315', 0, 'page', '', 0),
(317, 1, '2011-11-17 08:13:54', '2011-11-17 08:13:54', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. As of 1972 non residents can safely buy property in Mexico. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Real Estate<!--:--><!--:es-->Bienes Raíces<!--:-->', '', 'publish', 'closed', 'open', '', 'master-plan', '', '', '2012-06-11 20:19:04', '2012-06-11 20:19:04', '', 0, 'http://www.careyes.com.mx/web/?page_id=317', 0, 'page', '', 0),
(318, 1, '2011-11-17 08:13:22', '2011-11-17 08:13:22', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '317-revision', '', '', '2011-11-17 08:13:22', '2011-11-17 08:13:22', '', 317, 'http://www.careyes.com.mx/web/?p=318', 0, 'revision', '', 0),
(363, 1, '2011-11-17 08:40:38', '2011-11-17 08:40:38', ' ', 'Villas', '', 'publish', 'closed', 'closed', '', '363', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=363', 6, 'nav_menu_item', '', 0),
(320, 1, '2011-11-17 08:14:30', '2011-11-17 08:14:30', '<!--:en-->[imagebrowser id=11]\r\n<p style="text-align: justify;">A select group of oceanfront and ocean view lots are available for purchase in Costa Careyes. All of the lots have been planned to be in harmony with the environment and guidelines insure that new houses in Costa Careyes are sympathetic to both the community and the environment. An experienced team of designers and builders can actualize your own private paradise. An opportunity to be a part of one of the world’s most desirable communities.</p><!--:--><!--:es-->[imagebrowser id=11]\r\n<p style="text-align: justify;">Un grupo selecto de terrenos frente al mar y con vista al mar, disponibles para compra en Costa Careyes. Todos los terrenos han sido planeados para estar en sintonía con el medio ambiente y los lineamientos aseguran que las casa nuevas que se construyan en Costa Careyes armonicen con la comunidad y el entorno natural. Un equipo experimentado de diseñadores y constructores podrá realizar tu propio paraíso privado. Una oportunidad para pertenecer a una de las comunidades más codiciadas del mundo.</p><!--:-->', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'publish', 'closed', 'open', '', 'lots', '', '', '2011-12-08 23:45:23', '2011-12-08 23:45:23', '', 0, 'http://www.careyes.com.mx/web/?page_id=320', 0, 'page', '', 0),
(321, 1, '2011-11-17 08:13:57', '2011-11-17 08:13:57', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '320-revision', '', '', '2011-11-17 08:13:57', '2011-11-17 08:13:57', '', 320, 'http://www.careyes.com.mx/web/?p=321', 0, 'revision', '', 0),
(322, 1, '2011-11-17 08:14:30', '2011-11-17 08:14:30', ' ', '', '', 'publish', 'closed', 'closed', '', '322', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=322', 37, 'nav_menu_item', '', 0),
(323, 1, '2011-11-17 08:14:50', '2011-11-17 08:14:50', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n<!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'publish', 'closed', 'open', '', 'casitas', '', '', '2012-01-11 08:27:33', '2012-01-11 08:27:33', '', 0, 'http://www.careyes.com.mx/web/?page_id=323', 0, 'page', '', 0),
(1188, 1, '2012-01-11 08:27:18', '2012-01-11 08:27:18', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n<!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2012-01-11 08:27:18', '2012-01-11 08:27:18', '', 323, 'http://www.careyes.com.mx/web/?p=1188', 0, 'page', '', 0),
(1178, 1, '2011-12-15 23:28:28', '2011-12-15 23:28:28', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-12-15 23:28:28', '2011-12-15 23:28:28', '', 326, 'http://www.careyes.com.mx/web/?p=1178', 0, 'page', '', 0),
(324, 1, '2011-11-17 08:14:34', '2011-11-17 08:14:34', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '323-revision', '', '', '2011-11-17 08:14:34', '2011-11-17 08:14:34', '', 323, 'http://www.careyes.com.mx/web/?p=324', 0, 'revision', '', 0),
(325, 1, '2011-11-17 08:14:50', '2011-11-17 08:14:50', ' ', '', '', 'publish', 'closed', 'closed', '', '325', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=325', 7, 'nav_menu_item', '', 0),
(326, 1, '2011-11-17 08:15:04', '2011-11-17 08:15:04', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'publish', 'closed', 'open', '', 'bungalows', '', '', '2012-01-11 08:29:23', '2012-01-11 08:29:23', '', 0, 'http://www.careyes.com.mx/web/?page_id=326', 0, 'page', '', 0),
(1190, 1, '2012-01-11 08:28:30', '2012-01-11 08:28:30', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2012-01-11 08:28:30', '2012-01-11 08:28:30', '', 326, 'http://www.careyes.com.mx/web/?p=1190', 0, 'page', '', 0),
(1179, 1, '2012-01-11 06:24:23', '2012-01-11 06:24:23', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2012-01-11 06:24:23', '2012-01-11 06:24:23', '', 326, 'http://www.careyes.com.mx/web/?p=1179', 0, 'page', '', 0),
(327, 1, '2011-11-17 08:14:56', '2011-11-17 08:14:56', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '326-revision', '', '', '2011-11-17 08:14:56', '2011-11-17 08:14:56', '', 326, 'http://www.careyes.com.mx/web/?p=327', 0, 'revision', '', 0),
(328, 1, '2011-11-17 08:15:04', '2011-11-17 08:15:04', ' ', '', '', 'publish', 'closed', 'closed', '', '328', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=328', 8, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(329, 1, '2011-11-17 08:15:41', '2011-11-17 08:15:41', '<!--:en-->Rates are per night, per villa or unit.\r\nPrices in USD.Tax &amp; service are not included.<strong></strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CASTLES OCEAN FRONT </span></strong>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nUS $7,000 Full house, 6 bedrooms Castle\r\nUS $4,000 For only 3 bedrooms\r\nUS $1,000 For additional bungalow or tower\r\n\r\n<em>MAP for house guests only – Complimentary WIFI</em>\r\n\r\n*MAP = Breakfast plus one other meal.\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por alojamiento o villa.\r\nPrecios en USD. Impuestos y servicios no son incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS, FRENTE AL MAR</strong></span>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nUS $7,000 Por casa completa, castillo de 6 habitaciones\r\nUS $4,000 Por solamente 3 habitaciones\r\nUS $1,000 Por habitación adicional bungaló o torre\r\n\r\n<em>MAP para huéspedes únicamente – WiFi en cortesía</em>\r\n\r\n<em>*MAP = Desayuno mas una comida diaria.</em>\r\n\r\n<strong></strong><a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'publish', 'closed', 'closed', '', 'rentals-rates', '', '', '2012-09-07 19:56:24', '2012-09-07 19:56:24', '', 0, 'http://www.careyes.com.mx/web/?page_id=329', 0, 'page', '', 0),
(1486, 1, '2012-09-07 19:41:00', '2012-09-07 19:41:00', '<!--:en-->Rates are per night, per villa or unit.\r\nPrices in USD.Tax &amp; service are not included.<strong></strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CASTLES OCEAN FRONT </span></strong>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-09-07 19:41:00', '2012-09-07 19:41:00', '', 329, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0),
(1485, 1, '2012-09-07 19:40:39', '2012-09-07 19:40:39', '<!--:en-->Rates are per night, per villa or unit.\r\nPrices in USD.Tax &amp; service are not included.<strong></strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CASTLES OCEAN FRONT </span></strong>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-09-07 19:40:39', '2012-09-07 19:40:39', '', 329, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0),
(330, 1, '2011-11-17 08:15:17', '2011-11-17 08:15:17', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '329-revision', '', '', '2011-11-17 08:15:17', '2011-11-17 08:15:17', '', 329, 'http://www.careyes.com.mx/web/?p=330', 0, 'revision', '', 0),
(331, 1, '2011-11-17 08:15:41', '2011-11-17 08:15:41', ' ', '', '', 'publish', 'closed', 'closed', '', '331', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=331', 9, 'nav_menu_item', '', 0),
(332, 1, '2011-11-17 08:16:04', '2011-11-17 08:16:04', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one dinner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\r\n\r\n&nbsp;\r\n\r\n<a href="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg"><img class="alignnone size-full wp-image-1474" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg" alt="" width="720" height="960" /></a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'publish', 'closed', 'open', '', 'specials', '', '', '2012-08-23 15:24:21', '2012-08-23 15:24:21', '', 0, 'http://www.careyes.com.mx/web/?page_id=332', 0, 'page', '', 0),
(1482, 1, '2012-08-23 15:24:14', '2012-08-23 15:24:14', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one dinner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\r\n\r\n&nbsp;\r\n\r\n<a href="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg"><img class="alignnone size-full wp-image-1474" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg" alt="" width="720" height="960" /></a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-08-23 15:24:14', '2012-08-23 15:24:14', '', 332, 'http://www.careyes.com.mx/?p=1482', 0, 'page', '', 0),
(1481, 1, '2012-08-23 15:24:03', '2012-08-23 15:24:03', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one dinner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\r\n\r\n&nbsp;\r\n\r\n<a href="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg"><img class="alignnone size-full wp-image-1474" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg" alt="" width="720" height="960" /></a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-08-23 15:24:03', '2012-08-23 15:24:03', '', 332, 'http://www.careyes.com.mx/?p=1481', 0, 'page', '', 0),
(1464, 1, '2012-06-14 02:14:08', '2012-06-14 02:14:08', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-14 02:14:08', '2012-06-14 02:14:08', '', 332, 'http://www.careyes.com.mx/?p=1464', 0, 'page', '', 0),
(333, 1, '2011-11-17 08:15:53', '2011-11-17 08:15:53', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '332-revision', '', '', '2011-11-17 08:15:53', '2011-11-17 08:15:53', '', 332, 'http://www.careyes.com.mx/web/?p=333', 0, 'revision', '', 0),
(334, 1, '2011-11-17 08:16:04', '2011-11-17 08:16:04', ' ', '', '', 'publish', 'closed', 'closed', '', '334', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=334', 11, 'nav_menu_item', '', 0),
(335, 1, '2011-11-17 08:16:40', '2011-11-17 08:16:40', '<!--:en-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\r\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p><!--:--><!--:es-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Cómo llegar<!--:-->', '', 'publish', 'closed', 'open', '', 'getting-here', '', '', '2012-05-22 06:28:11', '2012-05-22 06:28:11', '', 0, 'http://www.careyes.com.mx/web/?page_id=335', 0, 'page', '', 0),
(1389, 1, '2012-01-12 01:00:28', '2012-01-12 01:00:28', '<!--:en-->[imagebrowser id=36]\r\n<span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong><!--:--><!--:es-->[imagebrowser id=36]\r\n<span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'closed', '', '344-revision-2', '', '', '2012-01-12 01:00:28', '2012-01-12 01:00:28', '', 344, 'http://www.careyes.com.mx/web/?p=1389', 0, 'page', '', 0),
(336, 1, '2011-11-17 08:16:19', '2011-11-17 08:16:19', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '335-revision', '', '', '2011-11-17 08:16:19', '2011-11-17 08:16:19', '', 335, 'http://www.careyes.com.mx/web/?p=336', 0, 'revision', '', 0),
(337, 1, '2011-11-17 08:16:40', '2011-11-17 08:16:40', ' ', '', '', 'publish', 'closed', 'closed', '', '337', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=337', 39, 'nav_menu_item', '', 0),
(338, 1, '2011-11-17 08:16:56', '2011-11-17 08:16:56', '<!--:en--><iframe src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="100%" height="350"></iframe>\r\n\r\n<small>Ver <a style="color: #0000ff; text-align: left;" href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed">Costa Careyes</a> en un mapa más grande</small>\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costalegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es--><iframe src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="100%" height="350"></iframe>\r\n\r\n<small>Ver <a style="color: #0000ff; text-align: left;" href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed">Costa Careyes</a> en un mapa más grande</small>\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costalegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'publish', 'closed', 'open', '', 'map', '', '', '2012-06-12 17:34:03', '2012-06-12 17:34:03', '', 0, 'http://www.careyes.com.mx/web/?page_id=338', 0, 'page', '', 0),
(339, 1, '2011-11-17 08:16:46', '2011-11-17 08:16:46', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '338-revision', '', '', '2011-11-17 08:16:46', '2011-11-17 08:16:46', '', 338, 'http://www.careyes.com.mx/web/?p=339', 0, 'revision', '', 0),
(340, 1, '2011-11-17 08:16:56', '2011-11-17 08:16:56', ' ', '', '', 'publish', 'closed', 'closed', '', '340', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=340', 41, 'nav_menu_item', '', 0),
(341, 1, '2011-11-17 08:17:19', '2011-11-17 08:17:19', '', '<!--:en-->Directions<!--:--><!--:es-->Instrucciones<!--:-->', '', 'publish', 'closed', 'open', '', 'directions', '', '', '2012-01-11 01:49:55', '2012-01-11 01:49:55', '', 0, 'http://www.careyes.com.mx/web/?page_id=341', 0, 'page', '', 0),
(342, 1, '2011-11-17 08:17:10', '2011-11-17 08:17:10', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '341-revision', '', '', '2011-11-17 08:17:10', '2011-11-17 08:17:10', '', 341, 'http://www.careyes.com.mx/web/?p=342', 0, 'revision', '', 0),
(1163, 1, '2012-01-11 04:28:04', '2012-01-11 04:28:04', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=42 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2012-01-11 04:28:04', '2012-01-11 04:28:04', '', 99, 'http://www.careyes.com.mx/web/?p=1163', 0, 'page', '', 0),
(344, 1, '2011-11-17 08:17:31', '2011-11-17 08:17:31', '<!--:en-->[imagebrowser id=36]\r\n<span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<span style="color: #232323;">A private grass landing strip for single and twin engine propeller planes is located 15 minutes north of Careyes.</span><!--:--><!--:es-->[imagebrowser id=36]\r\n<span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong>\r\n\r\n<span style="color: #232323;">Una pista de pasto para aviones de hélice de motor y bimotor se encuentra a 15 minutos al norte de Costa Careyes.</span><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'publish', 'closed', 'open', '', 'flights', '', '', '2012-05-22 06:36:03', '2012-05-22 06:36:03', '', 0, 'http://www.careyes.com.mx/web/?page_id=344', 0, 'page', '', 0),
(1203, 1, '2012-01-12 01:08:14', '2012-01-12 01:08:14', '<!--:en-->Careyes is beautiful all year, including the summer, featuring a micro-climate that is unique to the west coast of Mexico. The typical day time temperatures are in the low 80°s and the evenings are in the low 70°s to upper 60°s. It rarely rains more than 25 days per year in Careyes, and even then the rain tends to be in the early evening or at night when offshore storms illuminate the night skies. Regardless of the time of year, Careyes always enjoys cooling sea breezes.<!--:--><!--:es-->Careyes goza de tiempo agradable todo el año, aun en verano, con el microclima característico de la costa occidental de México. Las temperaturas típicas durante el día oscilan alrededor de los 28°C, y en la noche bajan a 20° ó 22°C. Rara vez llueve más de 25 días al año en Careyes, y las lluvias que hay suelen caer al atardecer o de noche, con tormentas sobre el mar que iluminan el cielo nocturno. En todas las épocas del año llegan a Careyes los vientos refrescantes del mar.<!--:-->', '<!--:en--> EXPECTED TEMPERATURE<!--:--><!--:es-->TEMPERATURA ESPERADA<!--:-->', '', 'publish', 'closed', 'open', '', 'weather', '', '', '2012-06-06 21:03:57', '2012-06-06 21:03:57', '', 1135, 'http://www.careyes.com.mx/web/?page_id=1203', 0, 'page', '', 0),
(345, 1, '2011-11-17 08:17:25', '2011-11-17 08:17:25', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '344-revision', '', '', '2011-11-17 08:17:25', '2011-11-17 08:17:25', '', 344, 'http://www.careyes.com.mx/web/?p=345', 0, 'revision', '', 0),
(346, 1, '2011-11-17 08:17:32', '2011-11-17 08:17:32', ' ', '', '', 'publish', 'closed', 'closed', '', '346', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=346', 42, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(347, 1, '2011-11-17 08:17:51', '2011-11-17 08:17:51', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;"><strong>ON-LINE REQUEST FORM</strong></span>\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;"><strong>FORMATO DE SOLICITUD EN LINEA</strong></span>\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Contact<!--:--><!--:es-->Contacto<!--:-->', '', 'publish', 'closed', 'open', '', 'information', '', '', '2012-01-11 05:52:01', '2012-01-11 05:52:01', '', 0, 'http://www.careyes.com.mx/web/?page_id=347', 0, 'page', '', 0),
(348, 1, '2011-11-17 08:17:40', '2011-11-17 08:17:40', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '347-revision', '', '', '2011-11-17 08:17:40', '2011-11-17 08:17:40', '', 347, 'http://www.careyes.com.mx/web/?p=348', 0, 'revision', '', 0),
(349, 1, '2011-11-17 08:17:51', '2011-11-17 08:17:51', ' ', '', '', 'publish', 'closed', 'closed', '', '349', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=349', 43, 'nav_menu_item', '', 0),
(350, 1, '2011-11-17 08:18:16', '2011-11-17 08:18:16', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es-->&nbsp;\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'publish', 'closed', 'open', '', 'info-request', '', '', '2011-12-13 04:59:53', '2011-12-13 04:59:53', '', 0, 'http://www.careyes.com.mx/web/?page_id=350', 0, 'page', '', 0),
(351, 1, '2011-11-17 08:17:59', '2011-11-17 08:17:59', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '350-revision', '', '', '2011-11-17 08:17:59', '2011-11-17 08:17:59', '', 350, 'http://www.careyes.com.mx/web/?p=351', 0, 'revision', '', 0),
(1165, 1, '2011-12-15 23:18:12', '2011-12-15 23:18:12', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 23:18:12', '2011-12-15 23:18:12', '', 395, 'http://www.careyes.com.mx/web/?p=1165', 0, 'page', '', 0),
(959, 1, '2011-12-15 01:49:54', '2011-12-15 01:49:54', '<!--:en-->[imagebrowser id=37]<!--:--><!--:es-->[imagebrowser id=37]<!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '952-revision-2', '', '', '2011-12-15 01:49:54', '2011-12-15 01:49:54', '', 952, 'http://www.careyes.com.mx/web/?p=959', 0, 'page', '', 0),
(403, 1, '2011-11-17 22:36:47', '2011-11-17 22:36:47', ' ', '<!--:en-->Recent Events<!--:--><!--:es-->Eventos Recientes<!--:-->', '', 'publish', 'closed', 'closed', '', '403', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=403', 28, 'nav_menu_item', '', 0),
(355, 1, '2011-11-17 08:30:13', '2011-11-17 08:30:13', ' ', '', '', 'publish', 'closed', 'closed', '', '355', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=355', 29, 'nav_menu_item', '', 0),
(358, 1, '2011-11-17 08:35:42', '2011-11-17 08:35:42', ' ', '', '', 'publish', 'closed', 'closed', '', '358', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=358', 33, 'nav_menu_item', '', 0),
(753, 1, '2011-12-09 01:01:36', '2011-12-09 01:01:36', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="size-full wp-image-1348 aligncenter" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="size-full wp-image-1347 aligncenter" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="size-full wp-image-1346 aligncenter" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="size-full wp-image-1345 aligncenter" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="size-full wp-image-1348 aligncenter" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="size-full wp-image-1347 aligncenter" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="size-full wp-image-1346 aligncenter" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="size-full wp-image-1345 aligncenter" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'publish', 'closed', 'open', '', 'press', '', '', '2012-05-12 04:03:38', '2012-05-12 04:03:38', '', 0, 'http://www.careyes.com.mx/web/?page_id=753', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(876, 1, '2011-12-11 01:09:31', '2011-12-11 01:09:31', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 01:09:31', '2011-12-11 01:09:31', '', 753, 'http://www.careyes.com.mx/web/?p=876', 0, 'page', '', 0),
(360, 1, '2011-11-17 08:38:38', '2011-11-17 08:38:38', ' ', 'Casitas', '', 'publish', 'closed', 'closed', '', '360', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=360', 35, 'nav_menu_item', '', 0),
(361, 1, '2011-11-17 08:38:38', '2011-11-17 08:38:38', ' ', 'Villas', '', 'publish', 'closed', 'closed', '', '361', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=361', 36, 'nav_menu_item', '', 0),
(684, 1, '2011-12-08 00:31:17', '2011-12-08 00:31:17', '<!--:en-->From December 20th, 2012\r\nTo January 10th , 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                        USD   3.500\r\n</strong><strong>Four Bedroom Villa with pool                          USD   4.000\r\n</strong><strong>Five Bedroom Villa with pool                           USD   5.000</strong>\r\nRates in USD, per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates in USD, per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\r\nA Enero 10, 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3 Habitaciones con Piscina                               USD   3.500\r\n<strong><strong>Villa de 4 Habitaciones con Piscina</strong>                               USD   4.000\r\n</strong><strong><strong>Villa de 5 Habitaciones con Piscina</strong>                               USD   5.000</strong></strong>\r\nLas Tarifas son en USD, por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son en USD, por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'publish', 'closed', 'open', '', 'festive-season-rental-rates', '', '', '2012-08-23 15:22:57', '2012-08-23 15:22:57', '', 0, 'http://www.careyes.com.mx/web/?page_id=684', 0, 'page', '', 0),
(367, 2, '2011-11-18 23:59:49', '2011-11-18 23:59:49', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\nKnown for carpaccio and lobster quesadillas\nopen for launch and dinner closed tuesdays\n\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\nStreaks and tequilas\nopen tuesdays-sunday during the polo season\n\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\nSushi lounge/bar with dancing on the beach\nopen  for  lunch  and dinner  closed  mondays\n\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\nMexican Food and Pizza\nin the Cultural Plaza\n\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\nConocido por su carpaccio y quesadillas de langosta\nAbierto para comer y cenar. Cerrado los martes.\n\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\nCarnes asadas y tequila\nAbierto martes a domingo durante la temporada de polo\n\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\nLounge/bar de sushi, con música para bailar en la playa Abierto para comer y cenar.\nCerrado los lunes.\n\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\nComida Mexicana y pizzas\nEn la Plaza Cultural\n\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-autosave', '', '', '2011-11-18 23:59:49', '2011-11-18 23:59:49', '', 289, 'http://www.careyes.com.mx/web/?p=367', 0, 'revision', '', 0),
(368, 1, '2011-11-17 19:18:51', '2011-11-17 19:18:51', '<!--:en-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul>\r\n<span style="color: #00ccff;"><strong>Best months for scuba diving from July –February.</strong></span>\r\nHowever please check conditions.<!--:--><!--:es-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul>\r\n<span style="color: #00ccff;"><strong>Los mejores meses para Buceo son de Julio a Febrero.</strong></span>\r\nPor favor, primero revise las condiciones.<!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'publish', 'closed', 'open', '', 'sea', '', '', '2011-12-15 22:40:38', '2011-12-15 22:40:38', '', 0, 'http://www.careyes.com.mx/web/?p=368', 0, 'post', '', 0),
(369, 1, '2011-11-17 19:16:59', '2011-11-17 19:16:59', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '368-revision', '', '', '2011-11-17 19:16:59', '2011-11-17 19:16:59', '', 368, 'http://www.careyes.com.mx/web/?p=369', 0, 'revision', '', 0),
(370, 1, '2011-11-17 19:19:10', '2011-11-17 19:19:10', '<!--:en-->[imagebrowser id=24]\r\n<ul>\r\n	<li><strong>Horseback riding</strong>\r\nalong beaches and throughjungles</li>\r\n	<li><strong>Polo games</strong>\r\nlessons available</li>\r\n	<li><strong>Tennis</strong></li>\r\n	<li><strong>Golf at El Tamarindo</strong>\r\none of the world’s top ranked courses</li>\r\n	<li><strong>Spa services available in your rooms,</strong>\r\nin private homes or on the beach</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=24]\r\n<ul>\r\n	<li><strong>Cabalgatas</strong>\r\npor playas y selvas</li>\r\n	<li><strong>Juegos de polo</strong>\r\n(instructor disponible)</li>\r\n	<li><strong>Tenis</strong></li>\r\n	<li><strong>Golf en El Tamarindo,</strong>\r\nun campo de renombre mundial</li>\r\n	<li><strong>Servicios de spa en tu habitación,</strong>\r\nen casas privadas, o en la playa</li>\r\n</ul><!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'publish', 'closed', 'open', '', 'land', '', '', '2011-12-08 22:37:51', '2011-12-08 22:37:51', '', 0, 'http://www.careyes.com.mx/web/?p=370', 0, 'post', '', 0),
(371, 1, '2011-11-17 19:18:56', '2011-11-17 19:18:56', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '370-revision', '', '', '2011-11-17 19:18:56', '2011-11-17 19:18:56', '', 370, 'http://www.careyes.com.mx/web/?p=371', 0, 'revision', '', 0),
(372, 1, '2011-11-17 19:19:32', '2011-11-17 19:19:32', '<!--:en-->[imagebrowser id=23]\r\n<span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=23]\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"><span style="color: #00aeef;"><strong>Rescata a las Tortugas\r\n</strong></span></p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</p>\r\n\r\n<ul>\r\n	<li><strong>Avistamiento de aves,</strong>\r\ncon más de 270 especies</li>\r\n	<li><strong>Caminatas</strong>\r\npor una vasta área natural protegida</li>\r\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\r\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\r\ndonde anidan aves marinas</li>\r\n	<li><strong>Avistamiento de ballenas</strong>\r\nde diciembre a marzo</li>\r\n	<li><strong>Observación de delfines</strong>\r\ntodo el año</li>\r\n</ul>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"></p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'publish', 'closed', 'open', '', 'nature', '', '', '2011-12-08 22:37:26', '2011-12-08 22:37:26', '', 0, 'http://www.careyes.com.mx/web/?p=372', 0, 'post', '', 0),
(373, 1, '2011-11-17 19:19:13', '2011-11-17 19:19:13', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '372-revision', '', '', '2011-11-17 19:19:13', '2011-11-17 19:19:13', '', 372, 'http://www.careyes.com.mx/web/?p=373', 0, 'revision', '', 0),
(374, 1, '2011-11-17 19:19:56', '2011-11-17 19:19:56', '<!--:en-->[imagebrowser id=21]\r\n<ul>\r\n	<li><strong>Destination weddings</strong></li>\r\n	<li><strong>Birthdays &amp; Anniversaries</strong></li>\r\n	<li><strong>Corporate retreats</strong></li>\r\n	<li><strong>Product launches</strong></li>\r\n	<li><strong>Photo shoots</strong></li>\r\n	<li><strong>Film location</strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=21]\r\n<ul>\r\n	<li><strong>Destino para bodas</strong></li>\r\n	<li><strong>Cumpleaños y aniversarios</strong></li>\r\n	<li><strong>Retiros corporativos</strong></li>\r\n	<li><strong>Lanzamiento de productos</strong></li>\r\n	<li><strong>Sesiones fotográficas</strong></li>\r\n	<li><strong>Locaciones para películas</strong></li>\r\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'draft', 'closed', 'open', '', 'events', '', '', '2011-12-15 20:36:09', '2011-12-15 20:36:09', '', 0, 'http://www.careyes.com.mx/web/?p=374', 0, 'post', '', 0),
(375, 1, '2011-11-17 19:19:37', '2011-11-17 19:19:37', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '374-revision', '', '', '2011-11-17 19:19:37', '2011-11-17 19:19:37', '', 374, 'http://www.careyes.com.mx/web/?p=375', 0, 'revision', '', 0),
(376, 1, '2011-11-17 19:19:56', '2011-11-17 19:19:56', '', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-2', '', '', '2011-11-17 19:19:56', '2011-11-17 19:19:56', '', 374, 'http://www.careyes.com.mx/web/?p=376', 0, 'post', '', 0),
(377, 1, '2011-11-17 19:22:01', '2011-11-17 19:22:01', '<!--:en-->[imagebrowser id=16]\r\n<ul>\r\n	<li><span><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span>Palapa living room</span></strong></li>\r\n	<li><strong><span>Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span>Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span>Eight bathrooms</span></strong></li>\r\n	<li><strong><span>Fully equipped gym</span></strong></li>\r\n	<li><strong><span>Media room  and large library</span></strong></li>\r\n	<li><span><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span>Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=16]\r\n<ul>\r\n	<li><span><strong>Frente al mar</strong></span>\r\nen la Península de las Estrellas</li>\r\n	<li><strong><span>Sala con techo de palapa</span></strong></li>\r\n	<li><strong><span>Piscina infinita y jacuzzi</span></strong>\r\ncon cupo para 12 personas</li>\r\n	<li><span><strong>Suite master y 6 recámaras,</strong></span>\r\ntodas con vistas al mar</li>\r\n	<li><span><strong>Ocho baños</strong></span></li>\r\n	<li><span><strong>Gimnasio totalmente equipado</strong></span></li>\r\n	<li><span><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\r\n	<li><span><strong>Cancha de bocce</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'publish', 'closed', 'open', '', 'dos-estrellas', '', '', '2011-12-08 22:33:01', '2011-12-08 22:33:01', '', 0, 'http://www.careyes.com.mx/web/?p=377', 0, 'post', '', 0),
(378, 1, '2011-11-17 19:21:13', '2011-11-17 19:21:13', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '377-revision', '', '', '2011-11-17 19:21:13', '2011-11-17 19:21:13', '', 377, 'http://www.careyes.com.mx/web/?p=378', 0, 'revision', '', 0),
(379, 1, '2011-11-17 19:22:55', '2011-11-17 19:22:55', '<!--:en-->[imagebrowser id=19]\r\n<ul>\r\n	<li><span><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span>Built on a Private Creek</span></strong></li>\r\n	<li><strong><span>Palapa Living Room</span></strong></li>\r\n	<li><strong><span>Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span>Infinity Pool</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Wi Fi  internet </span></strong><span style="color: #333333;"><span>and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span><strong>Laundry room</strong></span></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><strong><span>Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span>Staff Quarters</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=19]\r\n<ul>\r\n	<li><span><strong>Frente al mar, ubicación sumamente privada</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span><strong>Construido sobre un arroyo privado</strong></span></li>\r\n	<li><span><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span><strong>Tres recámaras y cuatro baños</strong></span></li>\r\n	<li><span><strong>Piscina infinita</strong></span></li>\r\n	<li><span><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span><strong>Internet WiFi y aire acondicionado</strong></span>\r\nen todas las habitaciones</li>\r\n	<li><span><strong>Lavandería</strong></span></li>\r\n	<li><span><strong>Portón de seguridad con vigilancia las 24 horas</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n	<li><span><strong>Cuartos de servicio</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'publish', 'closed', 'open', '', 'nido-de-amor', '', '', '2011-12-08 22:32:27', '2011-12-08 22:32:27', '', 0, 'http://www.careyes.com.mx/web/?p=379', 0, 'post', '', 0),
(380, 1, '2011-11-17 19:22:05', '2011-11-17 19:22:05', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '379-revision', '', '', '2011-11-17 19:22:05', '2011-11-17 19:22:05', '', 379, 'http://www.careyes.com.mx/web/?p=380', 0, 'revision', '', 0),
(381, 1, '2011-11-17 19:23:31', '2011-11-17 19:23:31', '<!--:en-->[imagebrowser id=14]\r\n<ul>\r\n	<li><strong><span>Ocean View</span></strong>\r\non Rincón de Careyes</li>\r\n	<li><strong><span>Palapa Living Room</span></strong></li>\r\n	<li><strong><span>Large Pool</span></strong></li>\r\n	<li><span>Four Bedrooms &amp; Five Bathrooms</span></li>\r\n	<li><span><strong>Studio</strong></span></li>\r\n	<li><strong><span>Two Bedroom Staff Quarters</span></strong>\r\nand laundry</li>\r\n	<li><strong><span>Furnished</span></strong></li>\r\n	<li><span><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=14]\r\n<ul>\r\n	<li><span><strong>Con vista al mar</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span><strong>Piscina grande</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras &amp; cinco baños</strong></span></li>\r\n	<li><span><strong>Estudio</strong></span></li>\r\n	<li><span><strong>Dos cuartos de servicio</strong></span>\r\ny lavandería</li>\r\n	<li><strong><span>Amueblada</span></strong></li>\r\n	<li><strong><span>Terreno: 4,300 m2</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'publish', 'closed', 'open', '', 'casa-nautilus', '', '', '2011-12-08 22:32:07', '2011-12-08 22:32:07', '', 0, 'http://www.careyes.com.mx/web/?p=381', 0, 'post', '', 0),
(382, 1, '2011-11-17 19:23:12', '2011-11-17 19:23:12', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '381-revision', '', '', '2011-11-17 19:23:12', '2011-11-17 19:23:12', '', 381, 'http://www.careyes.com.mx/web/?p=382', 0, 'revision', '', 0),
(383, 1, '2011-11-17 19:24:21', '2011-11-17 19:24:21', '<!--:en-->[imagebrowser id=20]\r\n<ul style="text-align: justify;">\r\n	<li><span><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span><strong>Media room &amp; office</strong></span></li>\r\n	<li><span><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es-->[imagebrowser id=20]\r\n<ul style="text-align: justify;">\r\n	<li><span><strong>Vistas a las montañas, la selva y el mar</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span><strong>Salón de entretenimiento y oficina</strong></span></li>\r\n	<li><span><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'publish', 'closed', 'open', '', 'torre-del-cielo', '', '', '2011-12-08 22:31:39', '2011-12-08 22:31:39', '', 0, 'http://www.careyes.com.mx/web/?p=383', 0, 'post', '', 0),
(384, 1, '2011-11-17 19:23:44', '2011-11-17 19:23:44', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '383-revision', '', '', '2011-11-17 19:23:44', '2011-11-17 19:23:44', '', 383, 'http://www.careyes.com.mx/web/?p=384', 0, 'revision', '', 0),
(387, 1, '2011-11-17 19:26:43', '2011-11-17 19:26:43', '<!--:en-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'publish', 'closed', 'open', '', 'tucan', '', '', '2011-12-08 22:30:15', '2011-12-08 22:30:15', '', 0, 'http://www.careyes.com.mx/web/?p=387', 0, 'post', '', 0),
(388, 1, '2011-11-17 19:26:09', '2011-11-17 19:26:09', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '387-revision', '', '', '2011-11-17 19:26:09', '2011-11-17 19:26:09', '', 387, 'http://www.careyes.com.mx/web/?p=388', 0, 'revision', '', 0),
(389, 1, '2011-11-17 19:28:07', '2011-11-17 19:28:07', '<!--:en-->[imagebrowser id=8]\r\n<ul>\r\n	<li><span><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=8]\r\n<ul>\r\n	<li><span><strong>Departamentos de 1 y 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'publish', 'closed', 'open', '', 'condos-in-hotel', '', '', '2011-12-08 22:29:46', '2011-12-08 22:29:46', '', 0, 'http://www.careyes.com.mx/web/?p=389', 0, 'post', '', 0),
(390, 1, '2011-11-17 19:27:48', '2011-11-17 19:27:48', '', '<!--:en-->Condos In Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision', '', '', '2011-11-17 19:27:48', '2011-11-17 19:27:48', '', 389, 'http://www.careyes.com.mx/web/?p=390', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(391, 1, '2011-11-17 19:28:57', '2011-11-17 19:28:57', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"  class="btnreq">REQUES IT</a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"  class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'publish', 'closed', 'open', '', 'sol-de-occidente-2', '', '', '2012-01-11 08:23:03', '2012-01-11 08:23:03', '', 0, 'http://www.careyes.com.mx/web/?p=391', 0, 'page', '', 0),
(1184, 1, '2012-01-11 06:19:28', '2012-01-11 06:19:28', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2012-01-11 06:19:28', '2012-01-11 06:19:28', '', 393, 'http://www.careyes.com.mx/web/?p=1184', 0, 'page', '', 0),
(1170, 1, '2012-01-11 06:16:35', '2012-01-11 06:16:35', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2012-01-11 06:16:35', '2012-01-11 06:16:35', '', 391, 'http://www.careyes.com.mx/web/?p=1170', 0, 'page', '', 0),
(1168, 1, '2012-01-11 06:13:58', '2012-01-11 06:13:58', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2012-01-11 06:13:58', '2012-01-11 06:13:58', '', 391, 'http://www.careyes.com.mx/web/?p=1168', 0, 'page', '', 0),
(392, 1, '2011-11-17 19:28:11', '2011-11-17 19:28:11', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '391-revision', '', '', '2011-11-17 19:28:11', '2011-11-17 19:28:11', '', 391, 'http://www.careyes.com.mx/web/?p=392', 0, 'revision', '', 0),
(393, 1, '2011-11-17 19:29:18', '2011-11-17 19:29:18', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"  class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'publish', 'closed', 'open', '', 'sol-de-oriente', '', '', '2012-01-11 08:24:33', '2012-01-11 08:24:33', '', 0, 'http://www.careyes.com.mx/web/?p=393', 0, 'page', '', 0),
(1185, 1, '2012-01-11 08:23:56', '2012-01-11 08:23:56', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"  class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2012-01-11 08:23:56', '2012-01-11 08:23:56', '', 393, 'http://www.careyes.com.mx/web/?p=1185', 0, 'page', '', 0),
(1173, 1, '2012-01-11 06:18:48', '2012-01-11 06:18:48', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2012-01-11 06:18:48', '2012-01-11 06:18:48', '', 393, 'http://www.careyes.com.mx/web/?p=1173', 0, 'page', '', 0),
(1172, 1, '2012-01-11 06:18:28', '2012-01-11 06:18:28', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2012-01-11 06:18:28', '2012-01-11 06:18:28', '', 393, 'http://www.careyes.com.mx/web/?p=1172', 0, 'page', '', 0),
(394, 1, '2011-11-17 19:29:05', '2011-11-17 19:29:05', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '393-revision', '', '', '2011-11-17 19:29:05', '2011-11-17 19:29:05', '', 393, 'http://www.careyes.com.mx/web/?p=394', 0, 'revision', '', 0),
(395, 1, '2011-11-17 19:29:39', '2011-11-17 19:29:39', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'private', 'closed', 'open', '', 'mi-ojo', '', '', '2012-09-24 19:14:36', '2012-09-24 19:14:36', '', 0, 'http://www.careyes.com.mx/web/?p=395', 0, 'page', '', 0),
(1181, 1, '2012-01-11 06:43:02', '2012-01-11 06:43:02', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2012-01-11 06:43:02', '2012-01-11 06:43:02', '', 395, 'http://www.careyes.com.mx/web/?p=1181', 0, 'page', '', 0),
(1166, 1, '2012-01-11 06:08:12', '2012-01-11 06:08:12', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2012-01-11 06:08:12', '2012-01-11 06:08:12', '', 395, 'http://www.careyes.com.mx/web/?p=1166', 0, 'page', '', 0),
(396, 1, '2011-11-17 19:29:21', '2011-11-17 19:29:21', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '395-revision', '', '', '2011-11-17 19:29:21', '2011-11-17 19:29:21', '', 395, 'http://www.careyes.com.mx/web/?p=396', 0, 'revision', '', 0),
(397, 1, '2011-11-17 19:29:18', '2011-11-17 19:29:18', '', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-2', '', '', '2011-11-17 19:29:18', '2011-11-17 19:29:18', '', 393, 'http://www.careyes.com.mx/web/?p=397', 0, 'post', '', 0),
(398, 1, '2011-11-17 19:30:49', '2011-11-17 19:30:49', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'publish', 'closed', 'open', '', 'nido-de-amor-2', '', 'http://www.careyes.com.mx/web/?page_id=1038\nhttp://www.careyes.com.mx/web/?page_id=1038&amp', '2012-01-11 08:25:48', '2012-01-11 08:25:48', '', 0, 'http://www.careyes.com.mx/web/?p=398', 0, 'post', '', 0),
(1187, 1, '2012-01-11 06:23:05', '2012-01-11 06:23:05', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2012-01-11 06:23:05', '2012-01-11 06:23:05', '', 323, 'http://www.careyes.com.mx/web/?p=1187', 0, 'page', '', 0),
(1176, 1, '2012-01-11 06:21:54', '2012-01-11 06:21:54', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-4', '', '', '2012-01-11 06:21:54', '2012-01-11 06:21:54', '', 398, 'http://www.careyes.com.mx/web/?p=1176', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1175, 1, '2012-01-11 06:21:26', '2012-01-11 06:21:26', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-4', '', '', '2012-01-11 06:21:26', '2012-01-11 06:21:26', '', 398, 'http://www.careyes.com.mx/web/?p=1175', 0, 'post', '', 0),
(399, 1, '2011-11-17 19:30:29', '2011-11-17 19:30:29', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '398-revision', '', '', '2011-11-17 19:30:29', '2011-11-17 19:30:29', '', 398, 'http://www.careyes.com.mx/web/?p=399', 0, 'revision', '', 0),
(400, 2, '2011-11-17 08:08:15', '2011-11-17 08:08:15', '', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-17 08:08:15', '2011-11-17 08:08:15', '', 289, 'http://www.careyes.com.mx/web/?p=400', 0, 'page', '', 0),
(401, 1, '2011-12-13 05:35:21', '2011-12-13 05:35:21', '<!--:en-->[imagebrowser id=26]\n<p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p>\n<p style="text-align: justify;">Five chucker games from $US500 including\ngreen fees and horse rental. The rates are higher for the Christmas - New Year’s holidays and special tournaments.</p>\nGood handy horses are available for all level of riding. Stick &amp; ball and lessons available. Rated players on site.\n\nWorld polo renown  manager Susan Stovall  will organize the games.\n<p style="text-align: justify;">Trail riding for companions and kids through our jungle, lagoons and beaches is also available.</p>\nRancho de Don Andres Polo Club – a casual Italian, steak &amp; tequila restaurant is located at the fields. Resort facilities and 3 more restaurants are within 3 miles.\n\nAsk us about discounts on accommodations for visiting  polo players.<!--:--><!--:es-->[imagebrowser id=26]\n<p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p>\n<p style="text-align: justify;">Cinco juegos chucker  desde US$ 500 incluyendo green fees y alquiler de caballos. Las tarifas son mayores en la temporada de Navidad - Año Nuevo y torneos especiales.\n\nCaballos dóciles están disponibles para todos los niveles de monta. Palos,  bolas y lecciones disponibles. Jugadores calificados en el Club.\n\nLa Directora de Polo mundialmente conocida Susan Stovall es la organizadora de los juegos.</p>\n<p style="text-align: justify;">Rutas de equitación para acompañantes y los niños a través de nuestra selva, lagunas y playas también están disponibles.\n\nRancho Don Andrés Polo Club – un restaurante casual de comida italiana, carne y tequila se encuentra en los campos. Las instalaciones del resort y 3 restaurantes más están a menos de 5 kilómetros.\n\nPregunte por los descuentos en el alojamiento paralos jugadores visitantes.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-autosave', '', '', '2011-12-13 05:35:21', '2011-12-13 05:35:21', '', 292, 'http://www.careyes.com.mx/web/?p=401', 0, 'revision', '', 0),
(402, 2, '2011-11-17 08:08:51', '2011-11-17 08:08:51', '', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-11-17 08:08:51', '2011-11-17 08:08:51', '', 292, 'http://www.careyes.com.mx/web/?p=402', 0, 'page', '', 0),
(404, 2, '2011-11-19 21:28:02', '2011-11-19 21:28:02', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\n\n<ul>\n	<li><span><strong>Pure water from our own wells</strong></span>\ndrink from the tap!</li>\n	<li><strong><span>Fiber optic telephone lines</span></strong>\ncaellular and high speed  internet available</li>\n	<li><strong><span>24 hour medical clinic</span></strong>\nwith type 2 intensive care ambulance</li>\n	<li><strong><span>24 hour secutrity</span></strong>\ngate guarded neighborhoods</li>\n	<li><span><strong>Non mexicans can legally own</strong></span>\nCoastal Property in Mexico</li>\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\n</ul>\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\n<ul>\n	<li><span style="color: #00aeef;"><strong>Agua pura de nuestros propios pozos.\n</strong></span>¡Toma directamente de la llave!</li>\n	<li><span style="color: #00aeef;"><strong>Líneas telefónicas de fibra óptica.\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\n	<li><span style="color: #00aeef;"><strong>Clínica médica con servicio las 24 horas\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\n	<li><span style="color: #00aeef;"><strong>Vigilancia las 24 horas,\n</strong></span>zonas residenciales bardeadas</li>\n	<li><span style="color: #00aeef;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-autosave', '', '', '2011-11-19 21:28:02', '2011-11-19 21:28:02', '', 317, 'http://www.careyes.com.mx/web/?p=404', 0, 'revision', '', 0),
(405, 2, '2011-11-17 08:13:54', '2011-11-17 08:13:54', '', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-17 08:13:54', '2011-11-17 08:13:54', '', 317, 'http://www.careyes.com.mx/web/?p=405', 0, 'page', '', 0),
(406, 1, '2011-11-17 07:57:50', '2011-11-17 07:57:50', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-17 07:57:50', '2011-11-17 07:57:50', '', 191, 'http://www.careyes.com.mx/web/?p=406', 0, 'post', '', 0),
(408, 1, '2011-11-11 05:00:52', '2011-11-11 05:00:52', '<img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'EXAMPLE 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-11 05:00:52', '2011-11-11 05:00:52', '', 151, 'http://www.careyes.com.mx/web/?p=408', 0, 'post', '', 0),
(413, 1, '2011-11-17 23:07:53', '2011-11-17 23:07:53', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', 'EXAMPLE 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-17 23:07:53', '2011-11-17 23:07:53', '', 151, 'http://www.careyes.com.mx/web/?p=413', 0, 'post', '', 0),
(409, 1, '2011-11-17 23:03:46', '2011-11-17 23:03:46', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'EXAMPLE 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-17 23:03:46', '2011-11-17 23:03:46', '', 151, 'http://www.careyes.com.mx/web/?p=409', 0, 'post', '', 0),
(410, 2, '2011-11-17 19:22:01', '2011-11-17 19:22:01', '', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-11-17 19:22:01', '2011-11-17 19:22:01', '', 377, 'http://www.careyes.com.mx/web/?p=410', 0, 'post', '', 0),
(411, 2, '2011-11-19 22:00:44', '2011-11-19 22:00:44', '<!--:en--><ul>\n	<li><span><strong>Very Private Oceanfront</strong></span>\non Rincón de  Careyes</li>\n	<li><strong><span>Built on a Private Creek</span></strong></li>\n	<li><strong><span>Palapa Living Room</span></strong></li>\n	<li><strong><span>Three Bedrooms &amp; Four Bathrroms</span></strong></li>\n	<li><strong><span>Infinity Pool</span></strong></li>\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\n	<li><strong><span>Wi Fi  internet </span></strong><span style="color: #333333;"><span>and</span> </span>\nair conditioned in every room</li>\n	<li><span><strong>Laundry room</strong></span></li>\n	<li><strong><span>Security gate 24 hours</span></strong></li>\n	<li><strong><span>Stairway to Private Beach</span></strong></li>\n	<li><strong><span>Staff Quarters</span></strong></li>\n</ul><!--:--><!--:es--><ul>\n	<li><span style="color: #00aeef;"><strong>Frente al mar, ubicación sumamente privada</strong></span>\nen Rincón de Careyes</li>\n	<li><span style="color: #00aeef;"><strong>Construido sobre un arroyo privado</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Sala con techo de palapa</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Tres recámaras y cuatro baños</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Piscina infinita</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Cocina totalmente equipada</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Internet WiFi y aire acondicionado</strong></span>\nen todas las habitaciones</li>\n	<li><span style="color: #00aeef;"><strong>Lavandería</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Portón de seguridad con vigilancia las 24 horas</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Escalera a playa privada</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Cuartos de servicio</strong></span></li>\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-autosave', '', '', '2011-11-19 22:00:44', '2011-11-19 22:00:44', '', 379, 'http://www.careyes.com.mx/web/?p=411', 0, 'revision', '', 0),
(412, 1, '2011-11-17 23:03:57', '2011-11-17 23:03:57', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'EXAMPLE 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-17 23:03:57', '2011-11-17 23:03:57', '', 151, 'http://www.careyes.com.mx/web/?p=412', 0, 'post', '', 0),
(415, 1, '2011-11-17 23:02:49', '2011-11-17 23:02:49', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-17 23:02:49', '2011-11-17 23:02:49', '', 191, 'http://www.careyes.com.mx/web/?p=415', 0, 'post', '', 0),
(417, 2, '2011-11-17 23:09:09', '2011-11-17 23:09:09', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Wi Fi  internet </span></strong><span style="color: #666699;">and</span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #3366ff;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 23:09:09', '2011-11-17 23:09:09', '', 379, 'http://www.careyes.com.mx/web/?p=417', 0, 'post', '', 0),
(418, 2, '2011-11-17 23:09:42', '2011-11-17 23:09:42', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Wi Fi  internet </span></strong><span style="color: #333333;">and</span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #3366ff;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 23:09:42', '2011-11-17 23:09:42', '', 379, 'http://www.careyes.com.mx/web/?p=418', 0, 'post', '', 0),
(419, 2, '2011-11-17 23:10:22', '2011-11-17 23:10:22', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Wi Fi  internet </span></strong><span style="color: #808080;">and</span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #3366ff;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 23:10:22', '2011-11-17 23:10:22', '', 379, 'http://www.careyes.com.mx/web/?p=419', 0, 'post', '', 0),
(420, 2, '2011-11-17 23:11:36', '2011-11-17 23:11:36', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Wi Fi  internet </span></strong><span style="color: #333333;">and </span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #3366ff;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 23:11:36', '2011-11-17 23:11:36', '', 379, 'http://www.careyes.com.mx/web/?p=420', 0, 'post', '', 0),
(421, 2, '2011-11-19 21:57:41', '2011-11-19 21:57:41', '<!--:en--><ul>\n	<li><strong><span>Ocean View</span></strong>\non Rincón de Careyes</li>\n	<li><strong><span>Palapa Living Room</span></strong></li>\n	<li><strong><span>Large Pool</span></strong></li>\n	<li><span>Four Bedrooms &amp; Five Bathrooms</span></li>\n	<li><span><strong>Studio</strong></span></li>\n	<li><strong><span>Two Bedroom Staff Quarters</span></strong>\nand laundry</li>\n	<li><strong><span>Furnished</span></strong></li>\n	<li><span><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\n</ul><!--:--><!--:es--><ul>\n	<li><span style="color: #00aeef;"><strong>Con vista al mar</strong></span>\nen Rincón de Careyes</li>\n	<li><span style="color: #00aeef;"><strong>Sala con techo de palapa</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Piscina grande</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Cuatro recámaras &amp; cinco baños</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Estudio</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Dos cuartos de servicio</strong></span>\ny lavandería</li>\n	<li><strong><span style="color: #00aeef;">Amueblada</span></strong></li>\n	<li><strong><span style="color: #00aeef;">Terreno: 4,300 m2</span></strong></li>\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-autosave', '', '', '2011-11-19 21:57:41', '2011-11-19 21:57:41', '', 381, 'http://www.careyes.com.mx/web/?p=421', 0, 'revision', '', 0),
(422, 2, '2011-11-17 19:23:31', '2011-11-17 19:23:31', '', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-revision-2', '', '', '2011-11-17 19:23:31', '2011-11-17 19:23:31', '', 381, 'http://www.careyes.com.mx/web/?p=422', 0, 'post', '', 0),
(423, 1, '2011-11-17 23:08:26', '2011-11-17 23:08:26', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" /><!--:-->', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-17 23:08:26', '2011-11-17 23:08:26', '', 191, 'http://www.careyes.com.mx/web/?p=423', 0, 'post', '', 0),
(424, 2, '2011-11-17 19:24:21', '2011-11-17 19:24:21', '', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-17 19:24:21', '2011-11-17 19:24:21', '', 383, 'http://www.careyes.com.mx/web/?p=424', 0, 'post', '', 0),
(425, 2, '2011-11-19 00:49:47', '2011-11-19 00:49:47', '<!--:en--><ul style="text-align: justify;">\n	<li><span style="color: #00aeef;"><strong>Mountain, Jungle &amp; Ocean Views</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Four Bedrooms</strong></span>\nwith ensuite bathrooms</li>\n	<li><span style="color: #00aeef;"><strong>Media Room &amp; Office</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Large Living / Dining Palapa</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Spectacular Roof Terrace</strong></span>\nwith 360º views</li>\n	<li><span style="color: #00aeef;"><strong>Cascade Pool with jacuzzi</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Fully Staffed</strong></span>\nwith butler, chef, maid</li>\n	<li><span style="color: #00aeef;"><strong>Rates on request</strong></span></li>\n</ul>\n<div>\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\n\n</div><!--:--><!--:es--><ul style="text-align: justify;">\n	<li><span style="color: #008000;"><strong>Vistas a las montañas, la selva &amp; el mar</strong></span></li>\n	<li><span style="color: #008000;"><strong>Cuatro recámaras</strong></span>\ncon baños contiguos</li>\n	<li><span style="color: #008000;"><strong>Salón de entretenimiento &amp; oficina</strong></span></li>\n	<li><span style="color: #008000;"><strong>Sala/comedor grande con techo de palapa</strong></span></li>\n	<li><span style="color: #008000;"><strong>Espectacular terraza en la azotea</strong></span>\ncon vista de 360°</li>\n	<li><span style="color: #008000;"><strong>Piscina con cascada y jacuzzi</strong></span></li>\n	<li><span style="color: #008000;"><strong>Staff doméstico completo</strong></span>\ncon mayordomo, chef y recamarera</li>\n	<li><span style="color: #008000;"><strong>Tarifas disponibles previa solicitud</strong></span></li>\n</ul>\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-autosave', '', '', '2011-11-19 00:49:47', '2011-11-19 00:49:47', '', 383, 'http://www.careyes.com.mx/web/?p=425', 0, 'revision', '', 0),
(426, 2, '2011-11-17 23:20:41', '2011-11-17 23:20:41', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Mountain, Jungle &amp; Ocean Views</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Four Bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span style="color: #3366ff;"><strong>Media Room &amp; Office</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Large Living / Dining Palapa</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Spectacular Roof Terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span style="color: #3366ff;"><strong>Cascade Pool with jacuzzi</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Fully Staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span style="color: #3366ff;"><strong>Rates on request</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-17 23:20:41', '2011-11-17 23:20:41', '', 383, 'http://www.careyes.com.mx/web/?p=426', 0, 'post', '', 0),
(428, 2, '2011-11-17 19:25:01', '2011-11-17 19:25:01', '', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-17 19:25:01', '2011-11-17 19:25:01', '', 385, 'http://www.careyes.com.mx/web/?p=428', 0, 'post', '', 0),
(429, 2, '2011-11-19 00:38:32', '2011-11-19 00:38:32', '<!--:en--><ul>\n	<li><span style="color: #00aeef;"><strong>Ocean View on Careyes Bay</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Living Room</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Terrace with Plunge Pool</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Hotel and rental services</strong></span></li>\n	<li><strong><span style="color: #00aeef;">Equipped kitchen</span></strong></li>\n	<li><strong><span style="color: #00aeef;">Air conditioned in every room</span></strong></li>\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\n	<li><span style="color: #00aeef;"><strong>On two Floors</strong></span></li>\n	<li><strong><span style="color: #00aeef;">A few Steps From Two Quiet Beaches</span></strong></li>\n	<li><strong><span style="color: #00aeef;">223 m2 (2,450 square feet)</span></strong></li>\n</ul><!--:--><!--:es--><ul>\n	<li><span style="color: #00aeef;"><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Dos recámaras y tres baños</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Sala</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Terraza con alberca honda</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Servicios de hotel y arrendamiento</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Cocina equipada</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Entrada vigilada las 24 horas</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>Distribución sobre 2 pisos</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\n	<li><span style="color: #00aeef;"><strong>223 m2</strong></span></li>\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-autosave', '', '', '2011-11-19 00:38:32', '2011-11-19 00:38:32', '', 387, 'http://www.careyes.com.mx/web/?p=429', 0, 'revision', '', 0),
(430, 2, '2011-11-17 19:26:43', '2011-11-17 19:26:43', '', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-17 19:26:43', '2011-11-17 19:26:43', '', 387, 'http://www.careyes.com.mx/web/?p=430', 0, 'post', '', 0),
(431, 2, '2011-11-17 19:28:07', '2011-11-17 19:28:07', '', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-17 19:28:07', '2011-11-17 19:28:07', '', 389, 'http://www.careyes.com.mx/web/?p=431', 0, 'post', '', 0),
(432, 2, '2011-11-17 08:14:30', '2011-11-17 08:14:30', '', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'inherit', 'closed', 'open', '', '320-revision-2', '', '', '2011-11-17 08:14:30', '2011-11-17 08:14:30', '', 320, 'http://www.careyes.com.mx/web/?p=432', 0, 'page', '', 0),
(433, 2, '2011-11-17 23:35:29', '2011-11-17 23:35:29', '<!--:en-->A select group of oceanfront and ocean view lots are available for purchase in Costa Careyes. All of the lots have been planned to be in harmony with the environment and guidelines insure that new houses in Costa Careyes are sympathetic to both the community and the environment. An experienced team of designers and builders can actualize your own private paradise. An opportunity to be a part of one of the world’s most desirable communities.<!--:-->', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'inherit', 'closed', 'open', '', '320-revision-2', '', '', '2011-11-17 23:35:29', '2011-11-17 23:35:29', '', 320, 'http://www.careyes.com.mx/web/?p=433', 0, 'page', '', 0),
(434, 1, '2011-11-17 23:19:16', '2011-11-17 23:19:16', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" /><!--:-->', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-17 23:19:16', '2011-11-17 23:19:16', '', 191, 'http://www.careyes.com.mx/web/?p=434', 0, 'post', '', 0),
(435, 1, '2012-01-11 06:40:10', '2012-01-11 06:40:10', '<!--:en-->[imagebrowser id=29]\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\n\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\n\n<ul>\n	<li>Oceanfront</li>\n	<li>Gondola to a Private Beach - with beach club</li>\n	<li>2 Large Master Suites</li>\n	<li>6 Spacious Bedrooms\nwith ensuite bathrooms</li>\n	<li>Large Living &amp; Dining Palapa</li>\n	<li>Large Roof Terrace</li>\n	<li>Hanging Bridge to Private Island</li>\n	<li>Wireless High Speed Internet</li>\n	<li>Sky TV</li>\n	<li>Sound System</li>\n	<li>Air Conditioned</li>\n	<li>Fully Staffed\n<em>With Butler, chef, 2/3 maids.</em></li>\n</ul>\n\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=29]\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\n\n\n<ul>\n	<li>Frente al mar</li>\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\n	<li>9 baños completos</li>\n	<li>Piscina con terrazas para tomar el sol</li>\n	<li>2 comedores</li>\n	<li>Sala con techo de palapa</li>\n	<li>Amplias terrazas</li>\n	<li>Áreas de lounge</li>\n	<li>Sala de televisión</li>\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\n	<li>Staff doméstico completo</li>\n	<li>Aire acondicionado/WiFi de cortesía</li>\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\n</ul>\n\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-autosave', '', '', '2012-01-11 06:40:10', '2012-01-11 06:40:10', '', 395, 'http://www.careyes.com.mx/web/?p=435', 0, 'revision', '', 0),
(1180, 1, '2012-01-11 06:11:15', '2012-01-11 06:11:15', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2012-01-11 06:11:15', '2012-01-11 06:11:15', '', 395, 'http://www.careyes.com.mx/web/?p=1180', 0, 'page', '', 0),
(1167, 1, '2011-12-16 01:01:41', '2011-12-16 01:01:41', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2011-12-16 01:01:41', '2011-12-16 01:01:41', '', 391, 'http://www.careyes.com.mx/web/?p=1167', 0, 'page', '', 0),
(436, 2, '2011-11-17 19:29:39', '2011-11-17 19:29:39', '', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-11-17 19:29:39', '2011-11-17 19:29:39', '', 395, 'http://www.careyes.com.mx/web/?p=436', 0, 'post', '', 0),
(437, 2, '2011-11-17 23:43:19', '2011-11-17 23:43:19', '<!--:en-->Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.\r\n\r\n<span style="color: #3366ff;"><strong>A total of 8 Bedrooms</strong></span>\r\n\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-11-17 23:43:19', '2011-11-17 23:43:19', '', 395, 'http://www.careyes.com.mx/web/?p=437', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(438, 1, '2011-11-17 23:39:44', '2011-11-17 23:39:44', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\nTexto español<!--:-->', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-17 23:39:44', '2011-11-17 23:39:44', '', 191, 'http://www.careyes.com.mx/web/?p=438', 0, 'post', '', 0),
(439, 1, '2011-11-17 23:08:02', '2011-11-17 23:08:02', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', 'EXAMPLE 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-17 23:08:02', '2011-11-17 23:08:02', '', 151, 'http://www.careyes.com.mx/web/?p=439', 0, 'post', '', 0),
(440, 2, '2011-11-17 19:30:17', '2011-11-17 19:30:17', '', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-2', '', '', '2011-11-17 19:30:17', '2011-11-17 19:30:17', '', 393, 'http://www.careyes.com.mx/web/?p=440', 0, 'post', '', 0),
(441, 2, '2011-11-17 23:47:41', '2011-11-17 23:47:41', '<!--:en--><p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\n<span style="color: #3366ff;">A total of 6 Bedrooms</span>\n<span style="color: #3366ff;"><em>Surrounded by a giant infinity pool</em></span>\n\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\n<tbody>\n<tr>\n<td align="left" valign="top" width="280" height="220">\n<ul>\n	<li>Oceanfront</li>\n	<li>Gondola to a Private Beach - with beach club</li>\n	<li>Large Master Suite</li>\n	<li>Tower Bedroom Suite - with living area</li>\n	<li>Two Bedroom Bungalows\nand two other ensuite bedrooms</li>\n	<li>Large Living &amp; Dining Palapa</li>\n	<li>Media Room</li>\n	<li>Heliport</li>\n	<li>Wireless High Speed Internet</li>\n	<li>Sky TV</li>\n	<li>Sound System</li>\n	<li>Air Conditioned</li>\n	<li>Fully Staffed</li>\n	<li>With Butler, chef, 2/3 maids</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-autosave', '', '', '2011-11-17 23:47:41', '2011-11-17 23:47:41', '', 391, 'http://www.careyes.com.mx/web/?p=441', 0, 'revision', '', 0),
(442, 2, '2011-11-17 19:28:57', '2011-11-17 19:28:57', '', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-2', '', '', '2011-11-17 19:28:57', '2011-11-17 19:28:57', '', 391, 'http://www.careyes.com.mx/web/?p=442', 0, 'post', '', 0),
(443, 2, '2011-11-17 19:30:49', '2011-11-17 19:30:49', '', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-17 19:30:49', '2011-11-17 19:30:49', '', 398, 'http://www.careyes.com.mx/web/?p=443', 0, 'post', '', 0),
(444, 1, '2011-11-17 23:43:51', '2011-11-17 23:43:51', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\nTexto español<!--:-->', 'EXAMPLE 4', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-17 23:43:51', '2011-11-17 23:43:51', '', 191, 'http://www.careyes.com.mx/web/?p=444', 0, 'post', '', 0),
(445, 1, '2011-11-17 23:44:29', '2011-11-17 23:44:29', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', 'EXAMPLE 3', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-17 23:44:29', '2011-11-17 23:44:29', '', 151, 'http://www.careyes.com.mx/web/?p=445', 0, 'post', '', 0),
(446, 1, '2011-11-11 05:01:10', '2011-11-11 05:01:10', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'EXAMPLE 2', '', 'inherit', 'closed', 'open', '', '148-revision-8', '', '', '2011-11-11 05:01:10', '2011-11-11 05:01:10', '', 148, 'http://www.careyes.com.mx/web/?p=446', 0, 'post', '', 0),
(447, 1, '2011-11-11 05:01:29', '2011-11-11 05:01:29', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'EXAMPLE 1', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-11 05:01:29', '2011-11-11 05:01:29', '', 146, 'http://www.careyes.com.mx/web/?p=447', 0, 'post', '', 0),
(448, 2, '2011-11-18 00:02:45', '2011-11-18 00:02:45', '<!--:en--><p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #3366ff;">3 Bedrooms</span>\r\n\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-18 00:02:45', '2011-11-18 00:02:45', '', 398, 'http://www.careyes.com.mx/web/?p=448', 0, 'post', '', 0),
(449, 2, '2011-11-17 08:14:50', '2011-11-17 08:14:50', '', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-11-17 08:14:50', '2011-11-17 08:14:50', '', 323, 'http://www.careyes.com.mx/web/?p=449', 0, 'page', '', 0),
(450, 2, '2011-11-17 08:15:04', '2011-11-17 08:15:04', '', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-11-17 08:15:04', '2011-11-17 08:15:04', '', 326, 'http://www.careyes.com.mx/web/?p=450', 0, 'page', '', 0),
(451, 2, '2011-11-18 00:16:27', '2011-11-18 00:16:27', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-11-18 00:16:27', '2011-11-18 00:16:27', '', 326, 'http://www.careyes.com.mx/web/?p=451', 0, 'page', '', 0),
(452, 2, '2011-11-17 08:16:40', '2011-11-17 08:16:40', '', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-11-17 08:16:40', '2011-11-17 08:16:40', '', 335, 'http://www.careyes.com.mx/web/?p=452', 0, 'page', '', 0),
(552, 2, '2011-11-19 01:48:27', '2011-11-19 01:48:27', '<!--:en--><p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p>\n<p style="text-align: justify;">In 2011 the new 7,000 feet paved landing strip, 30 minutes away from Careyes, will be inaugurated.</p><!--:--><!--:es--><p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p>\n<p style="text-align: justify;">En 2011 se inaugurará una nueva pista de aterrizaje pavimentada de más de 2000 metros, a 30 minutos de Careyes.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-autosave', '', '', '2011-11-19 01:48:27', '2011-11-19 01:48:27', '', 335, 'http://www.careyes.com.mx/web/?p=552', 0, 'revision', '', 0),
(453, 2, '2011-11-17 08:16:56', '2011-11-17 08:16:56', '', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-11-17 08:16:56', '2011-11-17 08:16:56', '', 338, 'http://www.careyes.com.mx/web/?p=453', 0, 'page', '', 0),
(454, 1, '2011-11-18 00:08:10', '2011-11-18 00:08:10', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 1<!--:--><!--:es-->EJEMPLO 1<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-18 00:08:10', '2011-11-18 00:08:10', '', 146, 'http://www.careyes.com.mx/web/?p=454', 0, 'post', '', 0),
(455, 2, '2011-11-17 08:17:31', '2011-11-17 08:17:31', '', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-11-17 08:17:31', '2011-11-17 08:17:31', '', 344, 'http://www.careyes.com.mx/web/?p=455', 0, 'page', '', 0),
(456, 1, '2011-11-18 00:24:18', '2011-11-18 00:24:18', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 1<!--:--><!--:es-->EJEMPLO 1<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-18 00:24:18', '2011-11-18 00:24:18', '', 146, 'http://www.careyes.com.mx/web/?p=456', 0, 'post', '', 0),
(457, 1, '2011-11-18 00:03:26', '2011-11-18 00:03:26', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\nTexto español<!--:-->', '<!--:en-->EXAMPLE 4<!--:--><!--:es-->EJEMPLO 4<!--:-->', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-18 00:03:26', '2011-11-18 00:03:26', '', 191, 'http://www.careyes.com.mx/web/?p=457', 0, 'post', '', 0),
(458, 1, '2011-11-18 00:07:40', '2011-11-18 00:07:40', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', '<!--:en-->EXAMPLE 3<!--:--><!--:es-->EJEMPLO 3<!--:-->', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-18 00:07:40', '2011-11-18 00:07:40', '', 151, 'http://www.careyes.com.mx/web/?p=458', 0, 'post', '', 0),
(459, 1, '2011-11-18 00:08:01', '2011-11-18 00:08:01', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 2<!--:--><!--:es-->EJEMPLO 2<!--:-->', '', 'inherit', 'closed', 'open', '', '148-revision-8', '', '', '2011-11-18 00:08:01', '2011-11-18 00:08:01', '', 148, 'http://www.careyes.com.mx/web/?p=459', 0, 'post', '', 0),
(460, 1, '2011-11-18 00:35:34', '2011-11-18 00:35:34', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 2<!--:--><!--:es-->EJEMPLO 2<!--:-->', '', 'inherit', 'closed', 'open', '', '148-revision-8', '', '', '2011-11-18 00:35:34', '2011-11-18 00:35:34', '', 148, 'http://www.careyes.com.mx/web/?p=460', 0, 'post', '', 0),
(461, 2, '2011-11-17 08:17:51', '2011-11-17 08:17:51', '', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-11-17 08:17:51', '2011-11-17 08:17:51', '', 347, 'http://www.careyes.com.mx/web/?p=461', 0, 'page', '', 0),
(462, 1, '2011-11-18 00:33:13', '2011-11-18 00:33:13', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 1<!--:--><!--:es-->EJEMPLO 1<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-18 00:33:13', '2011-11-18 00:33:13', '', 146, 'http://www.careyes.com.mx/web/?p=462', 0, 'post', '', 0),
(463, 1, '2011-11-18 00:36:17', '2011-11-18 00:36:17', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 1<!--:--><!--:es-->EJEMPLO 1<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-18 00:36:17', '2011-11-18 00:36:17', '', 146, 'http://www.careyes.com.mx/web/?p=463', 0, 'post', '', 0),
(464, 1, '2011-11-17 04:49:12', '2011-11-17 04:49:12', '<!--:en-->[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="21" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="21" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="21" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-17 04:49:12', '2011-11-17 04:49:12', '', 99, 'http://www.careyes.com.mx/web/?p=464', 0, 'page', '', 0),
(465, 1, '2011-11-18 00:40:23', '2011-11-18 00:40:23', '<!--:en-->[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 00:40:23', '2011-11-18 00:40:23', '', 99, 'http://www.careyes.com.mx/web/?p=465', 0, 'page', '', 0),
(466, 1, '2011-11-18 00:09:57', '2011-11-18 00:09:57', '<!--:en--><p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #3366ff;">3 Bedrooms</span></p>\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-18 00:09:57', '2011-11-18 00:09:57', '', 398, 'http://www.careyes.com.mx/web/?p=466', 0, 'post', '', 0),
(467, 1, '2011-11-18 00:43:57', '2011-11-18 00:43:57', '<!--:en--><p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #3366ff;">3 Bedrooms</span></p>\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-18 00:43:57', '2011-11-18 00:43:57', '', 398, 'http://www.careyes.com.mx/web/?p=467', 0, 'post', '', 0),
(468, 1, '2011-11-17 08:13:04', '2011-11-17 08:13:04', '', '<!--:en-->Art - Event Schedule<!--:--><!--:es-->Art- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '313-revision-2', '', '', '2011-11-17 08:13:04', '2011-11-17 08:13:04', '', 313, 'http://www.careyes.com.mx/web/?p=468', 0, 'page', '', 0),
(469, 1, '2011-11-17 21:52:55', '2011-11-17 21:52:55', '<!--:en--><span style="color: #3366ff;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #3366ff;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #3366ff;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #3366ff;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #3366ff;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-17 21:52:55', '2011-11-17 21:52:55', '', 289, 'http://www.careyes.com.mx/web/?p=469', 0, 'page', '', 0),
(470, 1, '2011-11-18 17:56:35', '2011-11-18 17:56:35', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #3366ff;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #3366ff;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #3366ff;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 17:56:35', '2011-11-18 17:56:35', '', 289, 'http://www.careyes.com.mx/web/?p=470', 0, 'page', '', 0),
(471, 2, '2011-11-18 17:59:59', '2011-11-18 17:59:59', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #3366ff;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #3366ff;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #3366ff;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 17:59:59', '2011-11-18 17:59:59', '', 289, 'http://www.careyes.com.mx/web/?p=471', 0, 'page', '', 0),
(472, 2, '2011-11-18 18:00:49', '2011-11-18 18:00:49', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #3366ff;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #3366ff;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #3366ff;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 18:00:49', '2011-11-18 18:00:49', '', 289, 'http://www.careyes.com.mx/web/?p=472', 0, 'page', '', 0),
(473, 2, '2011-11-17 22:53:22', '2011-11-17 22:53:22', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Pure water From Our Own Wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #3366ff;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #3366ff;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #3366ff;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #3366ff;"><strong>Non Mexicans Can Legally Own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><strong><span style="color: #3366ff;">Management &amp; Rental Programs</span></strong></li>\r\n</ul>\r\n&nbsp;<!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-17 22:53:22', '2011-11-17 22:53:22', '', 317, 'http://www.careyes.com.mx/web/?p=473', 0, 'page', '', 0),
(474, 2, '2011-11-17 23:31:13', '2011-11-17 23:31:13', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span style="color: #3366ff;"><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Furnished </strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-17 23:31:13', '2011-11-17 23:31:13', '', 389, 'http://www.careyes.com.mx/web/?p=474', 0, 'post', '', 0),
(475, 2, '2011-11-17 23:29:41', '2011-11-17 23:29:41', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Living Room</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Air conditioned in every room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><span style="color: #3366ff;"><strong>On two Floors</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-17 23:29:41', '2011-11-17 23:29:41', '', 387, 'http://www.careyes.com.mx/web/?p=475', 0, 'post', '', 0),
(476, 2, '2011-11-18 22:58:17', '2011-11-18 22:58:17', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Living Room</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Air conditioned in every room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>On two Floors</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-18 22:58:17', '2011-11-18 22:58:17', '', 387, 'http://www.careyes.com.mx/web/?p=476', 0, 'post', '', 0),
(477, 2, '2011-11-17 23:25:28', '2011-11-17 23:25:28', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span style="color: #3366ff;">4 full bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span style="color: #3366ff;">Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span style="color: #3366ff;">Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Laundry room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-17 23:25:28', '2011-11-17 23:25:28', '', 385, 'http://www.careyes.com.mx/web/?p=477', 0, 'post', '', 0),
(478, 2, '2011-11-17 23:21:58', '2011-11-17 23:21:58', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Mountain, Jungle &amp; Ocean Views</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Four Bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span style="color: #3366ff;"><strong>Media Room &amp; Office</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Large Living / Dining Palapa</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Spectacular Roof Terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span style="color: #3366ff;"><strong>Cascade Pool with jacuzzi</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Fully Staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span style="color: #3366ff;"><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n\r\nFrom its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.\r\n\r\n<span style="color: #3366ff;"><strong>\r\n</strong></span></div><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-17 23:21:58', '2011-11-17 23:21:58', '', 383, 'http://www.careyes.com.mx/web/?p=478', 0, 'post', '', 0),
(479, 1, '2011-11-15 16:57:03', '2011-11-15 16:57:03', 'Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-15 16:57:03', '2011-11-15 16:57:03', '', 86, 'http://www.careyes.com.mx/web/?p=479', 0, 'post', '', 0),
(480, 1, '2011-11-18 23:14:45', '2011-11-18 23:14:45', '<!--:en-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=1]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-18 23:14:45', '2011-11-18 23:14:45', '', 86, 'http://www.careyes.com.mx/web/?p=480', 0, 'post', '', 0),
(481, 1, '2011-11-18 23:14:55', '2011-11-18 23:14:55', '<!--:en-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-18 23:14:55', '2011-11-18 23:14:55', '', 86, 'http://www.careyes.com.mx/web/?p=481', 0, 'post', '', 0),
(482, 1, '2011-11-18 00:41:01', '2011-11-18 00:41:01', '<!--:en-->[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=3 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 00:41:01', '2011-11-18 00:41:01', '', 99, 'http://www.careyes.com.mx/web/?p=482', 0, 'page', '', 0),
(483, 2, '2011-11-17 23:19:00', '2011-11-17 23:19:00', '<!--:en--><ul>\r\n	<li><strong><span style="color: #3366ff;">Ocean View</span></strong>\r\non Rincón de Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Large Pool</span></strong></li>\r\n	<li><span style="color: #3366ff;"><strong>Four Bedrooms &amp; Five Bathrooms</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Studio</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Two Bedroom Staff Quarters</span></strong>\r\nand laundry</li>\r\n	<li><strong><span style="color: #3366ff;">Furnished</span></strong></li>\r\n	<li><span style="color: #3366ff;"><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-revision-2', '', '', '2011-11-17 23:19:00', '2011-11-17 23:19:00', '', 381, 'http://www.careyes.com.mx/web/?p=483', 0, 'post', '', 0),
(484, 2, '2011-11-17 23:12:17', '2011-11-17 23:12:17', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #3366ff;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Wi Fi  internet </span></strong><span style="color: #333333;"><span style="color: #666699;">and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #3366ff;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-17 23:12:17', '2011-11-17 23:12:17', '', 379, 'http://www.careyes.com.mx/web/?p=484', 0, 'post', '', 0),
(485, 1, '2011-11-18 23:16:34', '2011-11-18 23:16:34', '<!--:en-->[imagebrowser id=4 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=4 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 23:16:34', '2011-11-18 23:16:34', '', 99, 'http://www.careyes.com.mx/web/?p=485', 0, 'page', '', 0),
(486, 2, '2011-11-18 23:20:43', '2011-11-18 23:20:43', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #00aeef;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Wi Fi  internet </span></strong><span style="color: #333333;"><span style="color: #666699;">and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #00aeef;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-18 23:20:43', '2011-11-18 23:20:43', '', 379, 'http://www.careyes.com.mx/web/?p=486', 0, 'post', '', 0),
(487, 2, '2011-11-17 23:04:50', '2011-11-17 23:04:50', '<!--:en--><ul>\r\n	<li><span style="color: #3366ff;"><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span style="color: #3366ff;">Palapa living room</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span style="color: #3366ff;">Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span style="color: #3366ff;">Eight bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Fully equipped gym</span></strong></li>\r\n	<li><strong><span style="color: #3366ff;">Media room  and large library</span></strong></li>\r\n	<li><span style="color: #3366ff;"><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span style="color: #3366ff;">Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-11-17 23:04:50', '2011-11-17 23:04:50', '', 377, 'http://www.careyes.com.mx/web/?p=487', 0, 'post', '', 0),
(488, 2, '2011-11-17 23:43:41', '2011-11-17 23:43:41', '<!--:en--><p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #3366ff;"><strong>A total of 8 Bedrooms</strong></span>\r\n\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-11-17 23:43:41', '2011-11-17 23:43:41', '', 395, 'http://www.careyes.com.mx/web/?p=488', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(489, 1, '2011-11-18 23:21:10', '2011-11-18 23:21:10', '<!--:en-->[imagebrowser id=4 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=4 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 23:21:10', '2011-11-18 23:21:10', '', 99, 'http://www.careyes.com.mx/web/?p=489', 0, 'page', '', 0),
(490, 1, '2011-11-18 23:25:04', '2011-11-18 23:25:04', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=4 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 23:25:04', '2011-11-18 23:25:04', '', 99, 'http://www.careyes.com.mx/web/?p=490', 0, 'page', '', 0),
(491, 2, '2011-11-17 23:45:47', '2011-11-17 23:45:47', '<!--:en--><p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #3366ff;">A total of 6 Bedrooms</span>\r\n<span style="color: #3366ff;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-2', '', '', '2011-11-17 23:45:47', '2011-11-17 23:45:47', '', 393, 'http://www.careyes.com.mx/web/?p=491', 0, 'post', '', 0),
(492, 1, '2011-11-18 23:25:43', '2011-11-18 23:25:43', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 23:25:43', '2011-11-18 23:25:43', '', 99, 'http://www.careyes.com.mx/web/?p=492', 0, 'page', '', 0),
(493, 2, '2011-11-17 23:48:21', '2011-11-17 23:48:21', '<!--:en--><p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #3366ff;">A total of 6 Bedrooms</span>\r\n<span style="color: #3366ff;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-2', '', '', '2011-11-17 23:48:21', '2011-11-17 23:48:21', '', 391, 'http://www.careyes.com.mx/web/?p=493', 0, 'post', '', 0),
(494, 2, '2011-11-18 00:44:22', '2011-11-18 00:44:22', '<!--:en--><p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #3366ff;">3 Bedrooms</span></p>\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-18 00:44:22', '2011-11-18 00:44:22', '', 398, 'http://www.careyes.com.mx/web/?p=494', 0, 'post', '', 0),
(495, 2, '2011-11-18 00:14:42', '2011-11-18 00:14:42', '<!--:en--><p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #3366ff;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #3366ff;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-11-18 00:14:42', '2011-11-18 00:14:42', '', 323, 'http://www.careyes.com.mx/web/?p=495', 0, 'page', '', 0),
(496, 2, '2011-11-18 00:17:06', '2011-11-18 00:17:06', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #3366ff;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-11-18 00:17:06', '2011-11-18 00:17:06', '', 326, 'http://www.careyes.com.mx/web/?p=496', 0, 'page', '', 0),
(497, 2, '2011-11-18 00:20:04', '2011-11-18 00:20:04', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n<strong></strong></p>\r\n<p style="text-align: justify;"><span style="color: #3366ff;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-11-18 00:20:04', '2011-11-18 00:20:04', '', 335, 'http://www.careyes.com.mx/web/?p=497', 0, 'page', '', 0),
(498, 2, '2011-11-18 00:24:17', '2011-11-18 00:24:17', '<!--:en--><p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-11-18 00:24:17', '2011-11-18 00:24:17', '', 338, 'http://www.careyes.com.mx/web/?p=498', 0, 'page', '', 0),
(499, 2, '2011-11-17 08:17:19', '2011-11-17 08:17:19', '', '<!--:en-->Directions<!--:--><!--:es-->Instrucciones<!--:-->', '', 'inherit', 'closed', 'open', '', '341-revision-2', '', '', '2011-11-17 08:17:19', '2011-11-17 08:17:19', '', 341, 'http://www.careyes.com.mx/web/?p=499', 0, 'page', '', 0),
(500, 2, '2011-11-18 00:30:40', '2011-11-18 00:30:40', '<!--:en--><span style="color: #3366ff;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-11-18 00:30:40', '2011-11-18 00:30:40', '', 344, 'http://www.careyes.com.mx/web/?p=500', 0, 'page', '', 0),
(501, 2, '2011-11-18 00:36:05', '2011-11-18 00:36:05', '<!--:en--><span style="color: #3366ff;"><strong>RESERVATIONS &amp; REAL ESTATE</strong></span>\r\n\r\nTel + 52 (315) 3510 320\r\n\r\nFax + 52 (315) 351 0324\r\n\r\n<span style="color: #3366ff;">Online Request Form</span>\r\n\r\n<span style="color: #3366ff;">info@careyes.com.mx</span>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #3366ff;"><strong>COSTA CAREYES</strong></span>\r\n\r\nP.O. Box 87 Melaque,\r\n\r\nJalisco, México 48980.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #3366ff;"><strong>OFFICE HOURS</strong></span>\r\n\r\nMonday - Friday: 9:00am - 5:00pm\r\n\r\nSaturday: 9:00am - 1:00pm\r\n\r\n&nbsp;\r\n\r\n<span style="color: #3366ff;">JOIN OUR MAILING LIST</span><!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-11-18 00:36:05', '2011-11-18 00:36:05', '', 347, 'http://www.careyes.com.mx/web/?p=501', 0, 'page', '', 0),
(502, 2, '2011-11-17 08:18:16', '2011-11-17 08:18:16', '', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-11-17 08:18:16', '2011-11-17 08:18:16', '', 350, 'http://www.careyes.com.mx/web/?p=502', 0, 'page', '', 0),
(504, 2, '2011-11-18 23:42:15', '2011-11-18 23:42:15', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;"><span style="color: #00ccff;"><strong>Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta</span></span></span>\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;">Abierto para comer y cenar. Cerrado los martes.</span></span></span>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff; font-size: small;"><span style="font-family: Cambria;">Polo Grill</span></span></strong>\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;">Carnes asadas y tequila</span></span></span>\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;">Abierto martes a domingo durante la temporada de polo</span></span></span>\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;"><strong><span style="color: #00ccff;">Cocodrilo Azul</span></strong></span></span></span>\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;">Lounge/bar de sushi, con música para bailar en la playa</span></span></span>\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;">Abierto para comer y cenar. Cerrado los lunes.</span></span></span>\r\n\r\n&nbsp;\r\n\r\n<span style="font-size: small;"><span style="font-family: Cambria;"><span style="color: #000000;"><strong><span style="color: #00ccff;">Punto.Como</span></strong>\r\nComida Mexicana y pizzas</span></span></span>\r\n\r\n<span style="color: #000000;">En la Plaza Cultural</span>\r\n\r\n<strong><span style="color: #00ccff;">La Lantana</span></strong>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:42:15', '2011-11-18 23:42:15', '', 289, 'http://www.careyes.com.mx/web/?p=504', 0, 'page', '', 0),
(503, 2, '2011-11-18 18:04:57', '2011-11-18 18:04:57', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 18:04:57', '2011-11-18 18:04:57', '', 289, 'http://www.careyes.com.mx/web/?p=503', 0, 'page', '', 0),
(505, 2, '2011-11-18 23:46:28', '2011-11-18 23:46:28', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><strong>Restaurante Playa Rosa</strong>\r\nConocido por su carpaccio y quesadillas de langosta\r\n\r\nAbierto para comer y cenar. Cerrado los martes.\r\n\r\n&nbsp;\r\n\r\n<strong>Polo Grill en el Club de Polo</strong>\r\n\r\nCarnes asadas y tequila\r\n\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<strong>Cocodrilo Azul</strong>\r\n\r\nLounge/bar de sushi, con música para bailar en la playa\r\n\r\nAbierto para comer y cenar. Cerrado los lunes.\r\n\r\n&nbsp;\r\n\r\n<strong>Punto.Como</strong>\r\nComida Mexicana y pizzas\r\n\r\nEn la Plaza Cultural\r\n\r\n<strong>La Lantana</strong>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:46:28', '2011-11-18 23:46:28', '', 289, 'http://www.careyes.com.mx/web/?p=505', 0, 'page', '', 0),
(509, 2, '2011-11-18 23:53:18', '2011-11-18 23:53:18', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\n\r\nAbierto para comer y cenar. Cerrado los martes.\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\n\r\nCarnes asadas y tequila\r\n\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\n\r\nLounge/bar de sushi, con música para bailar en la playa\r\n\r\nAbierto para comer y cenar. Cerrado los lunes.\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\n\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:53:18', '2011-11-18 23:53:18', '', 289, 'http://www.careyes.com.mx/web/?p=509', 0, 'page', '', 0),
(507, 2, '2011-11-18 23:47:03', '2011-11-18 23:47:03', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><strong>Restaurante Playa Rosa</strong>\r\nConocido por su carpaccio y quesadillas de langosta\r\n\r\nAbierto para comer y cenar. Cerrado los martes.\r\n\r\n&nbsp;\r\n\r\n<strong>Polo Grill en el Club de Polo</strong>\r\n\r\nCarnes asadas y tequila\r\n\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<strong>Cocodrilo Azul</strong>\r\n\r\nLounge/bar de sushi, con música para bailar en la playa\r\n\r\nAbierto para comer y cenar. Cerrado los lunes.\r\n\r\n<strong>Punto.Como</strong>\r\nComida Mexicana y pizzas\r\n\r\nEn la Plaza Cultural\r\n\r\n<strong>La Lantana</strong>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:47:03', '2011-11-18 23:47:03', '', 289, 'http://www.careyes.com.mx/web/?p=507', 0, 'page', '', 0),
(536, 2, '2011-11-19 01:00:20', '2011-11-19 01:00:20', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span style="color: #00aeef;">Palapa living room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span style="color: #00aeef;">Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span style="color: #00aeef;">Eight bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped gym</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Media room  and large library</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Frente al mar</strong></span>\r\nen la Península de las Estrellas</li>\r\n	<li><strong><span style="color: #00aeef;">Sala con techo de palapa</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Piscina infinita y jacuzzi</span></strong>\r\ncon cupo para 12 personas</li>\r\n	<li><span style="color: #00aeef;"><strong>Suite master y 6 recámaras,</strong></span>\r\ntodas con vistas al mar</li>\r\n	<li><span style="color: #00aeef;"><strong>Ocho baños</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Gimnasio totalmente equipado</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cancha de bocce</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Escalera a playa privada</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-11-19 01:00:20', '2011-11-19 01:00:20', '', 377, 'http://www.careyes.com.mx/web/?p=536', 0, 'post', '', 0),
(510, 2, '2011-11-18 23:55:07', '2011-11-18 23:55:07', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\n\r\nAbierto para comer y cenar. Cerrado los martes.\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\n\r\nCarnes asadas y tequila\r\n\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\n\r\nLounge/bar de sushi, con música para bailar en la playa\r\n\r\nAbierto para comer y cenar. Cerrado los lunes.\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\n\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:55:07', '2011-11-18 23:55:07', '', 289, 'http://www.careyes.com.mx/web/?p=510', 0, 'page', '', 0),
(511, 2, '2011-11-18 23:55:58', '2011-11-18 23:55:58', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\n\r\nAbierto para comer y cenar. Cerrado los martes.\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\n\r\nCarnes asadas y tequila\r\n\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\n\r\nLounge/bar de sushi, con música para bailar en la playa\r\n\r\nAbierto para comer y cenar. Cerrado los lunes.\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\n\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:55:58', '2011-11-18 23:55:58', '', 289, 'http://www.careyes.com.mx/web/?p=511', 0, 'page', '', 0),
(512, 2, '2011-11-18 23:56:29', '2011-11-18 23:56:29', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\n\r\nAbierto para comer y cenar. Cerrado los martes.\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\n\r\nCarnes asadas y tequila\r\n\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\n\r\nLounge/bar de sushi, con música para bailar en la playa Abierto para comer y cenar. Cerrado los lunes.\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\n\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-18 23:56:29', '2011-11-18 23:56:29', '', 289, 'http://www.careyes.com.mx/web/?p=512', 0, 'page', '', 0),
(513, 2, '2011-11-19 00:00:10', '2011-11-19 00:00:10', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar. Cerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-19 00:00:10', '2011-11-19 00:00:10', '', 289, 'http://www.careyes.com.mx/web/?p=513', 0, 'page', '', 0),
(514, 2, '2011-11-17 22:11:48', '2011-11-17 22:11:48', '<!--:en--><p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-11-17 22:11:48', '2011-11-17 22:11:48', '', 292, 'http://www.careyes.com.mx/web/?p=514', 0, 'page', '', 0),
(515, 2, '2011-11-19 00:02:33', '2011-11-19 00:02:33', '<!--:en--><p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p><!--:--><!--:es--><p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-11-19 00:02:33', '2011-11-19 00:02:33', '', 292, 'http://www.careyes.com.mx/web/?p=515', 0, 'page', '', 0),
(516, 2, '2011-11-18 22:54:42', '2011-11-18 22:54:42', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water From Our Own Wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non Mexicans Can Legally Own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-18 22:54:42', '2011-11-18 22:54:42', '', 317, 'http://www.careyes.com.mx/web/?p=516', 0, 'page', '', 0),
(517, 2, '2011-11-19 00:08:20', '2011-11-19 00:08:20', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water From Our Own Wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non Mexicans Can Legally Own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.</strong></span> ¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.</strong></span> Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas con ambulancia de cuidados intensivos tipo 2</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas, zonas residenciales bardeadas</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:08:20', '2011-11-19 00:08:20', '', 317, 'http://www.careyes.com.mx/web/?p=517', 0, 'page', '', 0),
(584, 2, '2011-11-19 21:24:12', '2011-11-19 21:24:12', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #888888;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #00aeef;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #00aeef;"><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span style="color: #00aeef;"><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span style="color: #00aeef;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 21:24:12', '2011-11-19 21:24:12', '', 317, 'http://www.careyes.com.mx/web/?p=584', 0, 'page', '', 0),
(518, 2, '2011-11-19 00:09:46', '2011-11-19 00:09:46', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.</strong></span> ¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.</strong></span> Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas con ambulancia de cuidados intensivos tipo 2</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas, zonas residenciales bardeadas</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:09:46', '2011-11-19 00:09:46', '', 317, 'http://www.careyes.com.mx/web/?p=518', 0, 'page', '', 0),
(585, 2, '2011-11-19 00:32:32', '2011-11-19 00:32:32', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Departamentos de 1 &amp; 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-19 00:32:32', '2011-11-19 00:32:32', '', 389, 'http://www.careyes.com.mx/web/?p=585', 0, 'post', '', 0),
(519, 2, '2011-11-19 00:11:32', '2011-11-19 00:11:32', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas con ambulancia de cuidados intensivos tipo 2</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas, zonas residenciales bardeadas</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:11:32', '2011-11-19 00:11:32', '', 317, 'http://www.careyes.com.mx/web/?p=519', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(524, 1, '2011-11-30 22:21:01', '2011-11-30 22:21:01', '<!--:en--><ul>\n	<li><span><strong>[imagebrowser id=8]1 &amp; 2 Bedroom Apartments</strong></span>\nin the Hotel El Careyes</li>\n	<li><span><strong>On Beach &amp; Around Pool</strong></span></li>\n	<li><span><strong>Beautiful Roof Terrace</strong></span></li>\n	<li><span><strong>Furnished </strong></span></li>\n</ul><!--:--><!--:es--><ul>\n	<li><span><strong>Departamentos de 1 y 2 recámaras</strong></span>\nen el Hotel El Careyes</li>\n	<li><span><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\n	<li><span><strong>Hermosa terraza en la azotea</strong></span></li>\n	<li><span><strong>Amueblados</strong></span></li>\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-autosave', '', '', '2011-11-30 22:21:01', '2011-11-30 22:21:01', '', 389, 'http://www.careyes.com.mx/web/?p=524', 0, 'revision', '', 0),
(520, 2, '2011-11-19 00:14:54', '2011-11-19 00:14:54', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas\r\n</strong><span style="color: #888888;">con ambulancia de cuidados intensivos tipo 2</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas,\r\n</strong><span style="color: #888888;">zonas residenciales bardeadas</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:14:54', '2011-11-19 00:14:54', '', 317, 'http://www.careyes.com.mx/web/?p=520', 0, 'page', '', 0),
(528, 2, '2011-11-19 00:20:37', '2011-11-19 00:20:37', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:20:37', '2011-11-19 00:20:37', '', 317, 'http://www.careyes.com.mx/web/?p=528', 0, 'page', '', 0),
(521, 2, '2011-11-19 00:16:58', '2011-11-19 00:16:58', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas\r\n</strong><span style="color: #888888;">con ambulancia de cuidados intensivos tipo 2</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas,\r\n</strong><span>zonas residenciales bardeadas</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:16:58', '2011-11-19 00:16:58', '', 317, 'http://www.careyes.com.mx/web/?p=521', 0, 'page', '', 0),
(522, 2, '2011-11-19 00:18:05', '2011-11-19 00:18:05', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas\r\n</strong><span style="color: #333333;">con ambulancia de cuidados intensivos tipo 2</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas,\r\n</strong><span style="color: #333333;">zonas residenciales bardeadas</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:18:05', '2011-11-19 00:18:05', '', 317, 'http://www.careyes.com.mx/web/?p=522', 0, 'page', '', 0),
(523, 2, '2011-11-19 00:19:10', '2011-11-19 00:19:10', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #3366ff;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #3366ff;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #3366ff;"><strong>Clínica médica con servicio las 24 horas\r\n</strong><span style="color: #333333;">con ambulancia de cuidados intensivos tipo 2</span></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span style="color: #3366ff;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #3366ff;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:19:10', '2011-11-19 00:19:10', '', 317, 'http://www.careyes.com.mx/web/?p=523', 0, 'page', '', 0),
(619, 1, '2011-11-19 21:55:49', '2011-11-19 21:55:49', '<!--:en--><ul>\r\n	<li><span><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Departamentos de 1 y 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-19 21:55:49', '2011-11-19 21:55:49', '', 389, 'http://www.careyes.com.mx/web/?p=619', 0, 'post', '', 0),
(525, 2, '2011-11-18 22:56:39', '2011-11-18 22:56:39', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Furnished </strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-18 22:56:39', '2011-11-18 22:56:39', '', 389, 'http://www.careyes.com.mx/web/?p=525', 0, 'post', '', 0),
(586, 2, '2011-11-19 00:38:33', '2011-11-19 00:38:33', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Living Room</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Air conditioned in every room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>On two Floors</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cocina equipada</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-19 00:38:33', '2011-11-19 00:38:33', '', 387, 'http://www.careyes.com.mx/web/?p=586', 0, 'post', '', 0),
(526, 2, '2011-11-19 00:27:58', '2011-11-19 00:27:58', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Departamentos de 1 &amp; 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-19 00:27:58', '2011-11-19 00:27:58', '', 389, 'http://www.careyes.com.mx/web/?p=526', 0, 'post', '', 0),
(527, 2, '2011-11-18 23:00:37', '2011-11-18 23:00:37', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Living Room</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Air conditioned in every room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>On two Floors</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-18 23:00:37', '2011-11-18 23:00:37', '', 387, 'http://www.careyes.com.mx/web/?p=527', 0, 'post', '', 0),
(588, 2, '2011-11-19 21:32:12', '2011-11-19 21:32:12', '<!--:en--><ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-19 21:32:12', '2011-11-19 21:32:12', '', 387, 'http://www.careyes.com.mx/web/?p=588', 0, 'post', '', 0),
(587, 2, '2011-11-19 21:30:51', '2011-11-19 21:30:51', '<!--:en--><ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cocina equipada</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-19 21:30:51', '2011-11-19 21:30:51', '', 387, 'http://www.careyes.com.mx/web/?p=587', 0, 'post', '', 0),
(591, 2, '2011-11-19 21:50:53', '2011-11-19 21:50:53', '<!--:en--><ul>\r\n	<li><span><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span>3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span>4 full bathrooms</span></strong></li>\r\n	<li><strong><span>Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span>Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span>Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Laundry room</span></strong></li>\r\n	<li><strong><span>AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span>Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Vista panorámica del mar</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>3 ½ recámaras</strong></span>\r\n(2 camas king size, 2 camas individuales)</li>\r\n	<li><span style="color: #00aeef;"><strong>4 baños completos</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Estudio-sala de comunicaciones</strong></span>\r\ncon 2 sofá-camas</li>\r\n	<li><span style="color: #00aeef;"><strong>Recámaras para niños</strong></span>\r\n(o cuarto de servicio) con baño propio</li>\r\n	<li><span style="color: #00aeef;"><strong>Terraza con sofá para tomar el sol</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Lavandería</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Aire acondicionado / Servicio gratuito de Internet inalámbrico</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Complejo bardeado con vigilancia las 24 horas</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-19 21:50:53', '2011-11-19 21:50:53', '', 385, 'http://www.careyes.com.mx/web/?p=591', 0, 'post', '', 0),
(529, 2, '2011-11-18 23:02:29', '2011-11-18 23:02:29', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span style="color: #00aeef;">4 full bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span style="color: #00aeef;">Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span style="color: #00aeef;">Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Laundry room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-18 23:02:29', '2011-11-18 23:02:29', '', 385, 'http://www.careyes.com.mx/web/?p=529', 0, 'post', '', 0),
(592, 2, '2011-11-19 21:51:57', '2011-11-19 21:51:57', '<!--:en--><ul style="text-align: justify;">\r\n	<li><span><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span><strong>Media room &amp; office</strong></span></li>\r\n	<li><span><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Vistas a las montañas, la selva y el mar</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span style="color: #00aeef;"><strong>Salón de entretenimiento y oficina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span style="color: #00aeef;"><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span style="color: #00aeef;"><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-19 21:51:57', '2011-11-19 21:51:57', '', 383, 'http://www.careyes.com.mx/web/?p=592', 0, 'post', '', 0),
(590, 2, '2011-11-19 00:52:45', '2011-11-19 00:52:45', '<!--:en--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span style="color: #00aeef;"><strong>Media room &amp; office</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span style="color: #00aeef;"><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span style="color: #00aeef;"><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Vistas a las montañas, la selva y el mar</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span style="color: #00aeef;"><strong>Salón de entretenimiento y oficina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span style="color: #00aeef;"><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span style="color: #00aeef;"><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-19 00:52:45', '2011-11-19 00:52:45', '', 383, 'http://www.careyes.com.mx/web/?p=590', 0, 'post', '', 0),
(530, 2, '2011-11-18 23:04:06', '2011-11-18 23:04:06', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Mountain, Jungle &amp; Ocean Views</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Four Bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span style="color: #00aeef;"><strong>Media Room &amp; Office</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Large Living / Dining Palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Spectacular Roof Terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span style="color: #00aeef;"><strong>Cascade Pool with jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Fully Staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span style="color: #00aeef;"><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n\r\nFrom its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.\r\n\r\n<span style="color: #00aeef;"><strong>\r\n</strong></span>\r\n\r\n</div><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-18 23:04:06', '2011-11-18 23:04:06', '', 383, 'http://www.careyes.com.mx/web/?p=530', 0, 'post', '', 0),
(593, 2, '2011-11-19 21:29:16', '2011-11-19 21:29:16', '<!--:en--><ul>\r\n	<li><span><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Departamentos de 1 &amp; 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-19 21:29:16', '2011-11-19 21:29:16', '', 389, 'http://www.careyes.com.mx/web/?p=593', 0, 'post', '', 0),
(531, 2, '2011-11-19 00:49:59', '2011-11-19 00:49:59', '<!--:en--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Mountain, Jungle &amp; Ocean Views</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Four Bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span style="color: #00aeef;"><strong>Media Room &amp; Office</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Large Living / Dining Palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Spectacular Roof Terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span style="color: #00aeef;"><strong>Cascade Pool with jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Fully Staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span style="color: #00aeef;"><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Vistas a las montañas, la selva &amp; el mar</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span style="color: #00aeef;"><strong>Salón de entretenimiento &amp; oficina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span style="color: #00aeef;"><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span style="color: #00aeef;"><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-19 00:49:59', '2011-11-19 00:49:59', '', 383, 'http://www.careyes.com.mx/web/?p=531', 0, 'post', '', 0),
(532, 2, '2011-11-19 00:51:26', '2011-11-19 00:51:26', '<!--:en--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span style="color: #00aeef;"><strong>Media room &amp; office</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span style="color: #00aeef;"><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span style="color: #00aeef;"><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es--><ul style="text-align: justify;">\r\n	<li><span style="color: #00aeef;"><strong>Vistas a las montañas, la selva &amp; el mar</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span style="color: #00aeef;"><strong>Salón de entretenimiento &amp; oficina</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span style="color: #00aeef;"><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span style="color: #00aeef;"><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-19 00:51:26', '2011-11-19 00:51:26', '', 383, 'http://www.careyes.com.mx/web/?p=532', 0, 'post', '', 0),
(594, 2, '2011-11-19 00:55:06', '2011-11-19 00:55:06', '<!--:en--><ul>\r\n	<li><strong><span style="color: #00aeef;">Ocean View</span></strong>\r\non Rincón de Careyes</li>\r\n	<li><strong><span style="color: #00aeef;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Large Pool</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Four Bedrooms &amp; Five Bathrooms</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Studio</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Two Bedroom Staff Quarters</span></strong>\r\nand laundry</li>\r\n	<li><strong><span style="color: #00aeef;">Furnished</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Con vista al mar</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Piscina grande</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cuatro recámaras &amp; cinco baños</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Estudio</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Dos cuartos de servicio</strong></span>\r\ny lavandería</li>\r\n	<li><strong><span style="color: #00aeef;">Amueblada</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Terreno: 4,300 m2</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-revision-2', '', '', '2011-11-19 00:55:06', '2011-11-19 00:55:06', '', 381, 'http://www.careyes.com.mx/web/?p=594', 0, 'post', '', 0),
(533, 2, '2011-11-18 23:19:22', '2011-11-18 23:19:22', '<!--:en--><ul>\r\n	<li><strong><span style="color: #00aeef;">Ocean View</span></strong>\r\non Rincón de Careyes</li>\r\n	<li><strong><span style="color: #00aeef;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Large Pool</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Four Bedrooms &amp; Five Bathrooms</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Studio</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Two Bedroom Staff Quarters</span></strong>\r\nand laundry</li>\r\n	<li><strong><span style="color: #00aeef;">Furnished</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-revision-2', '', '', '2011-11-18 23:19:22', '2011-11-18 23:19:22', '', 381, 'http://www.careyes.com.mx/web/?p=533', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(595, 2, '2011-11-19 00:57:13', '2011-11-19 00:57:13', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #00aeef;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Wi Fi  internet </span></strong><span style="color: #333333;"><span style="color: #666699;">and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #00aeef;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Staff Quarters</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Frente al mar, ubicación sumamente privada</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span style="color: #00aeef;"><strong>Construido sobre un arroyo privado</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Tres recámaras y cuatro baños</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Piscina infinita</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Internet WiFi y aire acondicionado</strong></span>\r\nen todas las habitaciones</li>\r\n	<li><span style="color: #00aeef;"><strong>Lavandería</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Portón de seguridad con vigilancia las 24 horas</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Escalera a playa privada</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cuartos de servicio</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-19 00:57:13', '2011-11-19 00:57:13', '', 379, 'http://www.careyes.com.mx/web/?p=595', 0, 'post', '', 0),
(534, 2, '2011-11-18 23:21:49', '2011-11-18 23:21:49', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span style="color: #00aeef;">Built on a Private Creek</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Palapa Living Room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Infinity Pool</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Wi Fi  internet </span></strong><span style="color: #333333;"><span style="color: #666699;">and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span style="color: #00aeef;"><strong>Laundry room</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Security gate 24 hours</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Staff Quarters</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-18 23:21:49', '2011-11-18 23:21:49', '', 379, 'http://www.careyes.com.mx/web/?p=534', 0, 'post', '', 0),
(597, 2, '2011-11-17 08:10:19', '2011-11-17 08:10:19', '', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-11-17 08:10:19', '2011-11-17 08:10:19', '', 298, 'http://www.careyes.com.mx/web/?p=597', 0, 'page', '', 0),
(596, 2, '2011-11-19 01:09:32', '2011-11-19 01:09:32', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span style="color: #00aeef;">Palapa living room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span style="color: #00aeef;">Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span style="color: #00aeef;">Eight bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped gym</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Media room  and large library</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Frente al mar</strong></span>\r\nen la Península de las Estrellas</li>\r\n	<li><strong><span style="color: #00aeef;">Sala con techo de palapa</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Piscina infinita y jacuzzi</span></strong>\r\ncon cupo para 12 personas</li>\r\n	<li><span style="color: #00aeef;"><strong>Suite master y 6 recámaras,</strong></span>\r\ntodas con vistas al mar</li>\r\n	<li><span style="color: #00aeef;"><strong>Ocho baños</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Gimnasio totalmente equipado</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cancha de bocce</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Escalera a playa privada</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-11-19 01:09:32', '2011-11-19 01:09:32', '', 377, 'http://www.careyes.com.mx/web/?p=596', 0, 'post', '', 0),
(535, 2, '2011-11-18 23:22:56', '2011-11-18 23:22:56', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span style="color: #00aeef;">Palapa living room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span style="color: #00aeef;">Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span style="color: #00aeef;">Eight bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped gym</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Media room  and large library</span></strong></li>\r\n	<li><span style="color: #00aeef;"><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-11-18 23:22:56', '2011-11-18 23:22:56', '', 377, 'http://www.careyes.com.mx/web/?p=535', 0, 'post', '', 0),
(538, 2, '2011-11-17 23:35:46', '2011-11-17 23:35:46', '<!--:en--><p style="text-align: justify;">A select group of oceanfront and ocean view lots are available for purchase in Costa Careyes. All of the lots have been planned to be in harmony with the environment and guidelines insure that new houses in Costa Careyes are sympathetic to both the community and the environment. An experienced team of designers and builders can actualize your own private paradise. An opportunity to be a part of one of the world’s most desirable communities.</p><!--:-->', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'inherit', 'closed', 'open', '', '320-revision-2', '', '', '2011-11-17 23:35:46', '2011-11-17 23:35:46', '', 320, 'http://www.careyes.com.mx/web/?p=538', 0, 'page', '', 0),
(1060, 1, '2011-12-08 22:35:13', '2011-12-08 22:35:13', '<!--:en-->[imagebrowser id=21]\r\n<ul>\r\n	<li><strong>Destination weddings</strong></li>\r\n	<li><strong>Birthdays &amp; Anniversaries</strong></li>\r\n	<li><strong>Corporate retreats</strong></li>\r\n	<li><strong>Product launches</strong></li>\r\n	<li><strong>Photo shoots</strong></li>\r\n	<li><strong>Film location</strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=21]\r\n<ul>\r\n	<li><strong>Destino para bodas</strong></li>\r\n	<li><strong>Cumpleaños y aniversarios</strong></li>\r\n	<li><strong>Retiros corporativos</strong></li>\r\n	<li><strong>Lanzamiento de productos</strong></li>\r\n	<li><strong>Sesiones fotográficas</strong></li>\r\n	<li><strong>Locaciones para películas</strong></li>\r\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-3', '', '', '2011-12-08 22:35:13', '2011-12-08 22:35:13', '', 374, 'http://www.careyes.com.mx/web/?p=1060', 0, 'post', '', 0),
(540, 2, '2011-11-18 23:24:32', '2011-11-18 23:24:32', '<!--:en--><p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;"><strong>A total of 8 Bedrooms</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-11-18 23:24:32', '2011-11-18 23:24:32', '', 395, 'http://www.careyes.com.mx/web/?p=540', 0, 'post', '', 0),
(541, 2, '2011-11-19 01:31:15', '2011-11-19 01:31:15', '<!--:en--><p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\n\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\n<tbody>\n<tr>\n<td align="left" valign="top" width="280" height="220">\n<ul>\n	<li>Oceanfront</li>\n	<li>Gondola to a Private Beach - with beach club</li>\n	<li>Large Master Suite</li>\n	<li>Tower Bedroom Suite - with living area</li>\n	<li>Two Bedroom Bungalows\nand two other ensuite bedrooms</li>\n	<li>Gondola to Bungalows and Tower</li>\n	<li>Large Living &amp; Dining Palapa</li>\n	<li>Media Room</li>\n	<li>Wireless High Speed Internet</li>\n	<li>Sky TV</li>\n	<li>Sound System</li>\n	<li>Air Conditioned</li>\n	<li>Fully Staffed\n<em>With Butler, chef, 2/3 maids</em></li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table><!--:--><!--:es--><p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\n<span style="color: #993366;">Un total de 6 habitaciónes.</span>\n<span style="color: #993366;"><em>Rodeado por una alberca infinita gigante</em></span>\n\n<span style="color: #993366;"><strong>AMENIDADES</strong></span>\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\n<tbody>\n<tr>\n<td align="left" valign="top" width="280" height="220">\n<ul>\n	<li>Frente al mar</li>\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\n	<li>7 baños completos</li>\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\n	<li>2 comedores</li>\n	<li>Sala con techo de palapa</li>\n	<li>Amplias terrazas</li>\n	<li>Áreas de lounge</li>\n	<li>Góndola a bungalows &amp; torre</li>\n	<li>Staff doméstico completo</li>\n	<li>Aire acondicionado/WiFi de cortesía</li>\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-autosave', '', '', '2011-11-19 01:31:15', '2011-11-19 01:31:15', '', 393, 'http://www.careyes.com.mx/web/?p=541', 0, 'revision', '', 0),
(542, 2, '2011-11-18 23:26:48', '2011-11-18 23:26:48', '<!--:en--><p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-2', '', '', '2011-11-18 23:26:48', '2011-11-18 23:26:48', '', 393, 'http://www.careyes.com.mx/web/?p=542', 0, 'post', '', 0),
(543, 2, '2011-11-19 01:28:42', '2011-11-19 01:28:42', '<!--:en--><p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;"><strong>A total of 8 bedrooms</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><strong><span style="color: #00aeef;">Un total de 8 recámaras</span></strong></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-11-19 01:28:42', '2011-11-19 01:28:42', '', 395, 'http://www.careyes.com.mx/web/?p=543', 0, 'post', '', 0),
(544, 2, '2011-11-18 23:27:31', '2011-11-18 23:27:31', '<!--:en--><p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-2', '', '', '2011-11-18 23:27:31', '2011-11-18 23:27:31', '', 391, 'http://www.careyes.com.mx/web/?p=544', 0, 'post', '', 0),
(545, 2, '2011-11-18 23:28:49', '2011-11-18 23:28:49', '<!--:en--><p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-18 23:28:49', '2011-11-18 23:28:49', '', 398, 'http://www.careyes.com.mx/web/?p=545', 0, 'post', '', 0),
(546, 2, '2011-11-18 23:29:53', '2011-11-18 23:29:53', '<!--:en--><p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-11-18 23:29:53', '2011-11-18 23:29:53', '', 323, 'http://www.careyes.com.mx/web/?p=546', 0, 'page', '', 0),
(547, 2, '2011-11-19 01:39:46', '2011-11-19 01:39:46', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\n\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\n<tbody>\n<tr>\n<td align="left" valign="top" width="280" height="300">\n<ul>\n	<li>Oceanfront</li>\n	<li>Wireless High Speed Internet</li>\n	<li>Sky TV</li>\n	<li>Air Conditioned</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table><!--:--><!--:es--><p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\n\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\n<tbody>\n<tr>\n<td align="left" valign="top" width="280" height="300">\n<ul>\n	<li>Frente al mar</li>\n	<li>Baños completos con acabados de lujo</li>\n	<li>Servicio diario de recamarera y conserje.</li>\n	<li>Aire acondicionado/ WiFi de cortesía</li>\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-autosave', '', '', '2011-11-19 01:39:46', '2011-11-19 01:39:46', '', 326, 'http://www.careyes.com.mx/web/?p=547', 0, 'revision', '', 0),
(548, 2, '2011-11-18 23:30:35', '2011-11-18 23:30:35', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-11-18 23:30:35', '2011-11-18 23:30:35', '', 326, 'http://www.careyes.com.mx/web/?p=548', 0, 'page', '', 0),
(549, 2, '2011-11-17 08:16:04', '2011-11-17 08:16:04', '', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'open', '', '332-revision-2', '', '', '2011-11-17 08:16:04', '2011-11-17 08:16:04', '', 332, 'http://www.careyes.com.mx/web/?p=549', 0, 'page', '', 0),
(550, 2, '2011-11-17 08:15:41', '2011-11-17 08:15:41', '', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-17 08:15:41', '2011-11-17 08:15:41', '', 329, 'http://www.careyes.com.mx/web/?p=550', 0, 'page', '', 0),
(551, 2, '2011-11-18 23:31:28', '2011-11-18 23:31:28', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n<strong></strong></p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-11-18 23:31:28', '2011-11-18 23:31:28', '', 335, 'http://www.careyes.com.mx/web/?p=551', 0, 'page', '', 0),
(553, 2, '2011-11-19 01:43:25', '2011-11-19 01:43:25', '', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-11-19 01:43:25', '2011-11-19 01:43:25', '', 335, 'http://www.careyes.com.mx/web/?p=553', 0, 'page', '', 0),
(554, 2, '2011-11-18 23:31:46', '2011-11-18 23:31:46', '<!--:en--><p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-11-18 23:31:46', '2011-11-18 23:31:46', '', 338, 'http://www.careyes.com.mx/web/?p=554', 0, 'page', '', 0),
(555, 1, '2011-12-15 05:40:15', '2011-12-15 05:40:15', '<!--:en--><span style="color: #00aeef;"><strong>\nRESERVATIONS &amp; REAL ESTATE</strong></span>\nTel + 52 (315) 3510 320\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\n\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\nP.O. Box 87 Melaque,\nJalisco, México 48980.\n\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\nMonday - Friday: 9:00am - 5:00pm\nSaturday: 9:00am - 1:00pm\n\n<strong>OFFICE HOURS</strong>\n\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es--><strong><span style="color: #00aeef;">\nRESERVACIONES Y BIENES RAÍCES</span></strong>\nTel + 52 (315) 3510 320\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\n\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\nP.O. Box 87 Melaque,\nJalisco, México 48980.\n\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\nLunes - Viernes: 9:00am - 5:00pm\nSábados: 9:00am - 1:00pm\n\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-autosave', '', '', '2011-12-15 05:40:15', '2011-12-15 05:40:15', '', 347, 'http://www.careyes.com.mx/web/?p=555', 0, 'revision', '', 0),
(556, 2, '2011-11-18 23:33:23', '2011-11-18 23:33:23', '<!--:en--><span style="color: #00aeef;"><strong>RESERVATIONS &amp; REAL ESTATE</strong></span>\r\n\r\nTel + 52 (315) 3510 320\r\n\r\nFax + 52 (315) 351 0324\r\n\r\n<span style="color: #00aeef;">Online Request Form</span>\r\n\r\n<span style="color: #00aeef;">info@careyes.com.mx</span>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\n\r\nP.O. Box 87 Melaque,\r\n\r\nJalisco, México 48980.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\n\r\nMonday - Friday: 9:00am - 5:00pm\r\n\r\nSaturday: 9:00am - 1:00pm\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-11-18 23:33:23', '2011-11-18 23:33:23', '', 347, 'http://www.careyes.com.mx/web/?p=556', 0, 'page', '', 0),
(557, 2, '2011-11-19 01:59:26', '2011-11-19 01:59:26', '<!--:en--><span style="color: #00aeef;"><strong>RESERVATIONS &amp; REAL ESTATE</strong></span>\r\n\r\nTel + 52 (315) 3510 320\r\n\r\nFax + 52 (315) 351 0324\r\n\r\n<span style="color: #00aeef;">Online Request Form</span>\r\n\r\n<span style="color: #00aeef;">info@careyes.com.mx</span>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\n\r\nP.O. Box 87 Melaque,\r\n\r\nJalisco, México 48980.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\n\r\nMonday - Friday: 9:00am - 5:00pm\r\n\r\nSaturday: 9:00am - 1:00pm\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">RESERVACIONES &amp; BIENES RAÍCES</span></strong>\r\n\r\nTel + 52 (315) 3510 320\r\n\r\nFax + 52 (315) 351 0324\r\n\r\n<span style="color: #00aeef;">Formato de Solicitud en línea</span>\r\n\r\n<span style="color: #00aeef;">info@careyes.com.mx</span>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\n\r\nP.O. Box 87 Melaque,\r\n\r\nJalisco, México 48980.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\n\r\nLunes - Viernes: 9:00am - 5:00pm\r\n\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-11-19 01:59:26', '2011-11-19 01:59:26', '', 347, 'http://www.careyes.com.mx/web/?p=557', 0, 'page', '', 0),
(558, 1, '2011-12-01 06:10:25', '2011-12-01 06:10:25', '<!--:en-->[imagebrowser id=23]\n<span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\n\n<ul>\n	<li><strong>Birdwatching</strong>\nover 270 species</li>\n	<li><strong>Hiking</strong>\nthrough a vast nature preserve</li>\n	<li><strong>Crocodile Lagoon Tour</strong></li>\n	<li><strong>Isla de los Pajaros</strong>\na protected sea bird nesting ground</li>\n	<li><strong>Whale Spotting</strong>\nDecember to March</li>\n	<li><strong>Dolphin Spotting</strong>\nyear around</li>\n</ul><!--:--><!--:es-->[imagebrowser id=23]\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"><span style="color: #00aeef;"><strong>Rescata a las Tortugas\n</strong></span></p>\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</p>\n\n<ul>\n	<li><strong>Avistamiento de aves,</strong>\ncon más de 270 especies</li>\n	<li><strong>Caminatas</strong>\npor una vasta área natural protegida</li>\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\ndonde anidan aves marinas</li>\n	<li><strong>Avistamiento de ballenas</strong>\nde diciembre a marzo</li>\n	<li><strong>Observación de delfines</strong>\ntodo el año</li>\n</ul>\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"></p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-autosave', '', '', '2011-12-01 06:10:25', '2011-12-01 06:10:25', '', 372, 'http://www.careyes.com.mx/web/?p=558', 0, 'revision', '', 0),
(559, 2, '2011-11-17 19:19:32', '2011-11-17 19:19:32', '', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-17 19:19:32', '2011-11-17 19:19:32', '', 372, 'http://www.careyes.com.mx/web/?p=559', 0, 'post', '', 0),
(560, 2, '2011-11-19 02:07:00', '2011-11-19 02:07:00', '<!--:en--><span style="color: #00ccff;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:07:00', '2011-11-19 02:07:00', '', 372, 'http://www.careyes.com.mx/web/?p=560', 0, 'post', '', 0),
(561, 2, '2011-11-17 19:19:10', '2011-11-17 19:19:10', '', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-revision-2', '', '', '2011-11-17 19:19:10', '2011-11-17 19:19:10', '', 370, 'http://www.careyes.com.mx/web/?p=561', 0, 'post', '', 0),
(562, 2, '2011-11-19 02:13:14', '2011-11-19 02:13:14', '<!--:en-->•	Horseback riding along beaches and throughjungles\r\n•	Polo games lessons available\r\n•	Tennis\r\n•	Golf at El Tamarindo one of the world’s top ranked courses\r\n•	Spa services available in your rooms, in private homes or on the beach<!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-revision-2', '', '', '2011-11-19 02:13:14', '2011-11-19 02:13:14', '', 370, 'http://www.careyes.com.mx/web/?p=562', 0, 'post', '', 0),
(563, 2, '2011-11-19 02:53:27', '2011-11-19 02:53:27', '<!--:en--><ul>\n	<li><strong>Horseback riding</strong>\nalong beaches and throughjungles</li>\n	<li><strong>Polo games</strong>\nlessons available</li>\n	<li><strong>Tennis</strong></li>\n	<li><strong>Golf at El Tamarindo</strong>\none of the world’s top ranked courses</li>\n	<li><strong>Spa services available in your rooms,</strong>\nin private homes or on the beach</li>\n</ul><!--:--><!--:es--><ul>\n	<li><strong>Cabalgatas</strong>\npor playas y selvas</li>\n	<li><strong>Juegos de polo</strong>\n(instructor disponible)</li>\n	<li><strong>Tenis</strong></li>\n	<li><strong>Golf en El Tamarindo,</strong>\nun campo de renombre mundial</li>\n	<li><strong>Servicios de spa en tu habitación,</strong>\nen casas privadas, o en la playa</li>\n</ul><!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-autosave', '', '', '2011-11-19 02:53:27', '2011-11-19 02:53:27', '', 370, 'http://www.careyes.com.mx/web/?p=563', 0, 'revision', '', 0),
(564, 2, '2011-11-19 02:14:40', '2011-11-19 02:14:40', '<!--:en-->•	Ocean Kayaking in calm protected waters\r\n•	Snorkeling\r\n•	Scuba Diving from offshore islands\r\n•	Fishing \r\n•	Surfing bring your own board\r\n•	Coastal tours stunning views of the  unique Careyes arquitecture\r\n•	Paddle surfing in the bay of careyes<!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-revision-2', '', '', '2011-11-19 02:14:40', '2011-11-19 02:14:40', '', 370, 'http://www.careyes.com.mx/web/?p=564', 0, 'post', '', 0),
(565, 1, '2011-12-15 22:38:12', '2011-12-15 22:38:12', '<!--:en-->[imagebrowser id=22]\n<ul>\n	<li><strong>Ocean Kayaking</strong>\nin calm protected waters</li>\n	<li><strong>Snorkeling</strong></li>\n	<li><strong>Scuba Diving</strong>\nfrom offshore islands</li>\n	<li><strong>Fishing</strong></li>\n	<li><strong>Surfing</strong>\nbring your own board</li>\n	<li><strong>Coastal tours</strong>\nstunning views of the  unique Careyes arquitecture</li>\n	<li><strong>Paddle surfing\n</strong>in the bay of careyes</li>\n</ul>\n<span style="color: #00ccff;"><strong>Best months for scuba diving from July –February.</strong></span>\nHowever please check conditions.<!--:--><!--:es-->[imagebrowser id=22]\n<ul>\n	<li><strong>Paseos en kayak</strong>\npor aguas tranquilas y protegidas</li>\n	<li><strong>Buceo con snórkel</strong></li>\n	<li><strong>Buceo con tanque</strong>\ndesde islas ubicadas frente a la costa</li>\n	<li><strong>Pesca</strong></li>\n	<li>Surf (trae tu propia tabla)</li>\n	<li><strong>Recorridos por la costa,</strong>\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\n	<li><strong>Diversión en las olas</strong>\nde Bahía Careyes</li>\n</ul>\n<span style="color: #00ccff;"><strong>Los mejor from July –February.</strong></span>\nHowever please check conditions.<!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-autosave', '', '', '2011-12-15 22:38:12', '2011-12-15 22:38:12', '', 368, 'http://www.careyes.com.mx/web/?p=565', 0, 'revision', '', 0),
(566, 2, '2011-11-17 19:18:51', '2011-11-17 19:18:51', '', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-11-17 19:18:51', '2011-11-17 19:18:51', '', 368, 'http://www.careyes.com.mx/web/?p=566', 0, 'post', '', 0),
(567, 2, '2011-11-19 02:18:45', '2011-11-19 02:18:45', '<!--:en--><ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li>Snorkeling</li>\r\n	<li>Scuba Diving\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-11-19 02:18:45', '2011-11-19 02:18:45', '', 368, 'http://www.careyes.com.mx/web/?p=567', 0, 'post', '', 0),
(646, 1, '2011-11-19 02:51:56', '2011-11-19 02:51:56', '<!--:en--><span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es--><p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"><span style="color: #33cccc;"><strong>Rescata a las Tortugas\r\n</strong></span></p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</p>\r\n\r\n<ul>\r\n	<li><strong>Avistamiento de aves,</strong>\r\ncon más de 270 especies</li>\r\n	<li><strong>Caminatas</strong>\r\npor una vasta área natural protegida</li>\r\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\r\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\r\ndonde anidan aves marinas</li>\r\n	<li><strong>Avistamiento de ballenas</strong>\r\nde diciembre a marzo</li>\r\n	<li><strong>Observación de delfines</strong>\r\ntodo el año</li>\r\n</ul>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:51:56', '2011-11-19 02:51:56', '', 372, 'http://www.careyes.com.mx/web/?p=646', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(569, 2, '2011-11-19 02:42:46', '2011-11-19 02:42:46', '<!--:en--><span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es--><p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="color: #00aeef;"><strong><span style="mso-ansi-language: ES-MX;"><span style="font-family: Cambria;"><span style="font-size: small;"><span style="color: #000000;">Rescata a las Tortugas</span></span></span></span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"><span style="mso-ansi-language: ES-MX;"><span style="font-family: Cambria;"><span style="font-size: small;"><span style="color: #000000;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”. </span></span></span></span></p>\r\n\r\n<ul style="margin-top: 0cm;" type="disc">\r\n	<li class="MsoNormalCxSpMiddle" style="mso-list: l0 level1 lfo1;"><span style="mso-ansi-language: ES-MX;"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Avistamiento de aves, con más de 270 especies</span></span></span></span></li>\r\n	<li class="MsoNormalCxSpMiddle" style="mso-list: l0 level1 lfo1;"><span style="mso-ansi-language: ES-MX;"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Caminatas por una vasta área natural protegida</span></span></span></span></li>\r\n	<li class="MsoNormalCxSpMiddle" style="mso-list: l0 level1 lfo1;"><span style="mso-ansi-language: ES-MX;"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Recorrido por laguna con cocodrilos</span></span></span></span></li>\r\n	<li class="MsoNormalCxSpMiddle" style="mso-list: l0 level1 lfo1;"><span style="mso-ansi-language: ES-MX;"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Islas de los Pájaros, una reserva protegida donde anidan aves marinas</span></span></span></span></li>\r\n	<li class="MsoNormalCxSpMiddle" style="mso-list: l0 level1 lfo1;"><span style="mso-ansi-language: ES-MX;"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Avistamiento de ballenas de diciembre a marzo</span></span></span></span></li>\r\n	<li class="MsoNormalCxSpMiddle" style="mso-list: l0 level1 lfo1;"><span style="mso-ansi-language: ES-MX;"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Observación de delfines todo el año</span></span></span></span> </li>\r\n</ul><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:42:46', '2011-11-19 02:42:46', '', 372, 'http://www.careyes.com.mx/web/?p=569', 0, 'post', '', 0),
(568, 2, '2011-11-19 02:09:28', '2011-11-19 02:09:28', '<!--:en--><span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:09:28', '2011-11-19 02:09:28', '', 372, 'http://www.careyes.com.mx/web/?p=568', 0, 'post', '', 0),
(572, 2, '2011-11-19 02:51:05', '2011-11-19 02:51:05', '<!--:en--><span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es--><p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p>\r\n<span style="color: #33cccc;"><strong>Rescata a las Tortugas</strong></span>\r\n<p style="text-align: justify;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p>\r\n\r\n<ul>\r\n	<li><strong>Avistamiento de aves,</strong>\r\ncon más de 270 especies</li>\r\n	<li><strong>Caminatas</strong>\r\npor una vasta área natural protegida</li>\r\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\r\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\r\ndonde anidan aves marinas</li>\r\n	<li><strong>Avistamiento de ballenas</strong>\r\nde diciembre a marzo</li>\r\n	<li><strong>Observación de delfines</strong>\r\ntodo el año</li>\r\n</ul>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:51:05', '2011-11-19 02:51:05', '', 372, 'http://www.careyes.com.mx/web/?p=572', 0, 'post', '', 0),
(571, 2, '2011-11-19 02:50:24', '2011-11-19 02:50:24', '<!--:en--><span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es--><p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p>\r\n<span style="color: #33cccc;"><strong>Rescata a las Tortugas</strong></span>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p>\r\n<p style="text-align: justify;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p>\r\n\r\n<ul>\r\n	<li><strong>Avistamiento de aves,</strong>\r\ncon más de 270 especies</li>\r\n	<li><strong>Caminatas</strong>\r\npor una vasta área natural protegida</li>\r\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\r\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\r\ndonde anidan aves marinas</li>\r\n	<li><strong>Avistamiento de ballenas</strong>\r\nde diciembre a marzo</li>\r\n	<li><strong>Observación de delfines</strong>\r\ntodo el año</li>\r\n</ul>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:50:24', '2011-11-19 02:50:24', '', 372, 'http://www.careyes.com.mx/web/?p=571', 0, 'post', '', 0),
(570, 2, '2011-11-19 02:48:27', '2011-11-19 02:48:27', '<!--:en--><span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es--><p class="MsoNormal" style="margin: 0cm 0cm 10pt;"><span style="color: #00aeef;"><strong><span style="mso-ansi-language: ES-MX;"><span style="font-family: Cambria;"><span style="font-size: small;"><span style="color: #00aeef;">Rescata a las Tortugas</span></span></span></span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"><span style="mso-ansi-language: ES-MX;"><span style="font-family: Cambria;"><span style="font-size: small;"><span style="color: #000000;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</span></span></span></span></p>\r\n\r\n<ul>\r\n	<li><strong>Avistamiento de aves,</strong>\r\ncon más de 270 especies</li>\r\n	<li><strong>Caminatas</strong>\r\npor una vasta área natural protegida</li>\r\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\r\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\r\ndonde anidan aves marinas</li>\r\n	<li><strong>Avistamiento de ballenas</strong>\r\nde diciembre a marzo</li>\r\n	<li><strong>Observación de delfines</strong>\r\ntodo el año</li>\r\n</ul>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"> </p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-11-19 02:48:27', '2011-11-19 02:48:27', '', 372, 'http://www.careyes.com.mx/web/?p=570', 0, 'post', '', 0),
(573, 2, '2011-11-19 02:16:48', '2011-11-19 02:16:48', '<!--:en--><ul>\r\n	<li><strong>Horseback riding</strong>\r\nalong beaches and throughjungles</li>\r\n	<li><strong>Polo games</strong>\r\nlessons available</li>\r\n	<li><strong>Tennis</strong></li>\r\n	<li><strong>Golf at El Tamarindo</strong>\r\none of the world’s top ranked courses</li>\r\n	<li><strong>Spa services available in your rooms,</strong>\r\nin private homes or on the beach</li>\r\n</ul><!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-revision-2', '', '', '2011-11-19 02:16:48', '2011-11-19 02:16:48', '', 370, 'http://www.careyes.com.mx/web/?p=573', 0, 'post', '', 0),
(574, 2, '2011-11-19 02:19:16', '2011-11-19 02:19:16', '<!--:en--><ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-11-19 02:19:16', '2011-11-19 02:19:16', '', 368, 'http://www.careyes.com.mx/web/?p=574', 0, 'post', '', 0),
(575, 2, '2011-11-19 02:55:10', '2011-11-19 02:55:10', '<!--:en--><ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-11-19 02:55:10', '2011-11-19 02:55:10', '', 368, 'http://www.careyes.com.mx/web/?p=575', 0, 'post', '', 0),
(576, 1, '2012-01-12 01:00:18', '2012-01-12 01:00:18', '<!--:en-->[imagebrowser id=36]\n<span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\n\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\n\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\n(except Mondays and Thursdays).\n\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong><!--:--><!--:es-->[imagebrowser id=36]\n<span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\n\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\n\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\n(excepto los Lunes y Jueves).\n\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-autosave', '', '', '2012-01-12 01:00:18', '2012-01-12 01:00:18', '', 344, 'http://www.careyes.com.mx/web/?p=576', 0, 'revision', '', 0),
(1202, 1, '2011-12-08 23:37:39', '2011-12-08 23:37:39', '<!--:en-->[imagebrowser id=36]\r\n<span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:--><!--:es-->[imagebrowser id=36]\r\n<span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-12-08 23:37:39', '2011-12-08 23:37:39', '', 344, 'http://www.careyes.com.mx/web/?p=1202', 0, 'page', '', 0),
(577, 2, '2011-11-18 23:32:32', '2011-11-18 23:32:32', '<!--:en--><span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-11-18 23:32:32', '2011-11-18 23:32:32', '', 344, 'http://www.careyes.com.mx/web/?p=577', 0, 'page', '', 0),
(578, 2, '2011-11-19 03:00:42', '2011-11-19 03:00:42', '<!--:en--><span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:--><!--:es--><span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-11-19 03:00:42', '2011-11-19 03:00:42', '', 344, 'http://www.careyes.com.mx/web/?p=578', 0, 'page', '', 0),
(579, 2, '2011-11-17 19:20:02', '2011-11-17 19:20:02', '', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-2', '', '', '2011-11-17 19:20:02', '2011-11-17 19:20:02', '', 374, 'http://www.careyes.com.mx/web/?p=579', 0, 'post', '', 0),
(580, 2, '2011-11-19 21:09:00', '2011-11-19 21:09:00', '<!--:es--><ul>\r\n	<li>Destino para bodas</li>\r\n	<li>Cumpleaños y aniversarios</li>\r\n	<li>Retiros corporativos</li>\r\n	<li>Lanzamiento de productos</li>\r\n	<li>Sesiones fotográficas</li>\r\n	<li>Locaciones para películas</li>\r\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-2', '', '', '2011-11-19 21:09:00', '2011-11-19 21:09:00', '', 374, 'http://www.careyes.com.mx/web/?p=580', 0, 'post', '', 0),
(581, 2, '2011-11-19 21:18:08', '2011-11-19 21:18:08', '<!--:en--><ul>\n	<li><strong>Destination weddings</strong></li>\n	<li><strong>Birthdays &amp; Anniversaries</strong></li>\n	<li><strong>Corporate retreats</strong></li>\n</ul><!--:--><!--:es--><ul>\n	<li><strong>Destino para bodas</strong></li>\n	<li><strong>Cumpleaños y aniversarios</strong></li>\n	<li><strong>Retiros corporativos</strong></li>\n	<li><strong>Lanzamiento de productos</strong></li>\n	<li><strong>Sesiones fotográficas</strong></li>\n	<li><strong>Locaciones para películas</strong></li>\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-autosave', '', '', '2011-11-19 21:18:08', '2011-11-19 21:18:08', '', 374, 'http://www.careyes.com.mx/web/?p=581', 0, 'revision', '', 0),
(582, 2, '2011-11-19 21:10:05', '2011-11-19 21:10:05', '<!--:es--><ul>\r\n	<li><strong>Destino para bodas</strong></li>\r\n	<li><strong>Cumpleaños y aniversarios</strong></li>\r\n	<li><strong>Retiros corporativos</strong></li>\r\n	<li><strong>Lanzamiento de productos</strong></li>\r\n	<li><strong>Sesiones fotográficas</strong></li>\r\n	<li><strong>Locaciones para películas</strong></li>\r\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-2', '', '', '2011-11-19 21:10:05', '2011-11-19 21:10:05', '', 374, 'http://www.careyes.com.mx/web/?p=582', 0, 'post', '', 0),
(583, 2, '2011-11-19 00:40:22', '2011-11-19 00:40:22', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span style="color: #00aeef;">Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span style="color: #00aeef;">24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span style="color: #00aeef;"><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span style="color: #00aeef;"><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span style="color: #00aeef;"><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span style="color: #00aeef;"><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span style="color: #00aeef;"><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span style="color: #00aeef;"><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span style="color: #00aeef;"><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 00:40:22', '2011-11-19 00:40:22', '', 317, 'http://www.careyes.com.mx/web/?p=583', 0, 'page', '', 0),
(589, 2, '2011-11-19 00:46:10', '2011-11-19 00:46:10', '<!--:en--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span style="color: #00aeef;">3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span style="color: #00aeef;">4 full bathrooms</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span style="color: #00aeef;">Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span style="color: #00aeef;">Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Laundry room</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span style="color: #00aeef;">Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span style="color: #00aeef;"><strong>Vista panorámica del mar</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>3 ½ recámaras</strong></span>\r\n(2 camas king size, 2 camas individuales)</li>\r\n	<li><span style="color: #00aeef;"><strong>4 baños completos</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Estudio-sala de comunicaciones</strong></span>\r\ncon 2 sofá-camas</li>\r\n	<li><span style="color: #00aeef;"><strong>Recámaras para niños</strong></span>\r\n(o cuarto de servicio) con baño propio</li>\r\n	<li><span style="color: #00aeef;"><strong>Terraza con sofá para tomar el sol</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Lavandería</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Aire acondicionado / Servicio gratuito de Internet inalámbrico</strong></span></li>\r\n	<li><span style="color: #00aeef;"><strong>Complejo bardeado con vigilancia las 24 horas</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-19 00:46:10', '2011-11-19 00:46:10', '', 385, 'http://www.careyes.com.mx/web/?p=589', 0, 'post', '', 0),
(598, 2, '2011-11-19 22:19:03', '2011-11-19 22:19:03', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p><!--:-->', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-11-19 22:19:03', '2011-11-19 22:19:03', '', 298, 'http://www.careyes.com.mx/web/?p=598', 0, 'page', '', 0),
(599, 1, '2012-09-07 19:53:22', '2012-09-07 19:53:22', '<!--:en-->Rates are per night, per villa or unit.\nPrices in USD.Tax &amp; service are not included.<strong></strong>\n\n&nbsp;\n\n<strong><span style="color: #00ccff;">CASTLES OCEAN FRONT </span></strong>\n\n<strong>SOL DE ORIENTE\nSOL DE OCCIDENTE</strong>\n\nUS $7,000 Full house, 6 bedrooms Castle\nUS $4,000 For only 3 bedrooms\nUS $1,000 For additional bungalow or tower\n\n<em>MAP for house guests only – Complimentary WIFI</em>\n\n*MAP = Breakfast plus one other meal.\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\n\n&nbsp;\n\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\n\n<strong>NIDO DE AMOR\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\n\n<strong>CONSTELLATION\n</strong>3 bedroom                                                $1,500\n\n<strong>CONSTELACION 4\n</strong>4 1/2 bedroom                                          $3,000\n\n<em>MAP for house guests only- Complimentary WIFI</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\n\n&nbsp;\n\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\n</strong></span>1 bedroom                     $400\n2 bedroom no pool       $600\n2 bedroom with pool     $750\n3 bedroom with pool     $1,000\n4 bedroom with pool     $1,200\n\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\n\n&nbsp;\n\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\n</strong></span>1 bedroom    $320\n\n<em>Breakfast included -Complimentary WIFI</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por alojamiento o villa.\nPrecios en USD. Impuestos y servicios no son incluidos.\n\n&nbsp;\n\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\n\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\nRenta mínima 3 recámaras\n$4,000 por noche\n$1,000 adicionales por bungalow-jardín frente al mar o torre\n\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\n\n&nbsp;\n\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\n\n<strong>NIDO DE AMOR\n</strong>3 recámaras $3,000, ó por recámara    $1,000\n\n<strong>CONSTELACIÓN\n</strong>3 recámaras                                           $1,500\n\n<strong>CONSTELACION 4\n</strong>4 1/2 recámaras                                     $3,000\n\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\n\n&nbsp;\n\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\n</strong></span>1 recámara                           $400\n2 recámaras sin alberca      $600\n2 recámaras con alberca     $750\n3 recámaras con alberca     $1,000\n4 recámaras con alberca     $1,200\n\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\n\n&nbsp;\n\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\n</strong></span>1 recámara    $320\n\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-autosave', '', '', '2012-09-07 19:53:22', '2012-09-07 19:53:22', '', 329, 'http://www.careyes.com.mx/web/?p=599', 0, 'revision', '', 0),
(600, 2, '2011-11-19 01:40:56', '2011-11-19 01:40:56', '', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 01:40:56', '2011-11-19 01:40:56', '', 329, 'http://www.careyes.com.mx/web/?p=600', 0, 'page', '', 0),
(1018, 1, '2011-12-15 04:40:35', '2011-12-15 04:40:35', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-12-15 04:40:35', '2011-12-15 04:40:35', '', 329, 'http://www.careyes.com.mx/web/?p=1018', 0, 'page', '', 0),
(602, 2, '2011-11-19 22:48:37', '2011-11-19 22:48:37', '<!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00ccff;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n <span style="color: #00ccff;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>Una recámara                      $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<strong>CASTILLOS</strong> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<strong>VILLAS</strong> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<strong>CASITAS DE LAS FLORES</strong>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<strong>BUNGALOW EN PLAYA ROSA</strong>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 22:48:37', '2011-11-19 22:48:37', '', 329, 'http://www.careyes.com.mx/web/?p=602', 0, 'page', '', 0),
(601, 2, '2011-11-19 22:43:14', '2011-11-19 22:43:14', '<!--:es-->Las tarifas son por noche, por residencia o villa. Precios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00ccff;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE FRENTE AL MAR</strong>\r\n\r\n(6 recámaras)\r\n\r\nRenta mínima 3 recámaras             $4,000 por noche\r\n\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<strong>MI OJO FRENTE AL MAR</strong>\r\n\r\n(Villa con 8 recámaras)\r\n\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR</strong>\r\n\r\n3 recámaras $3,000, ó por recámara        $1,000\r\n\r\n<strong>CONSTELACIÓN</strong>\r\n\r\n3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS CON VISTA AL MAR</strong></span>\r\n\r\n Una recámara                      $400\r\n\r\n2 recámaras sin alberca      $600\r\n\r\n2 recámaras con alberca     $750\r\n\r\n3 recámaras con alberca     $1,000\r\n\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>\r\n\r\n1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<strong>CASTILLOS</strong> (6 u 8 recámaras)\r\n\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos.</em>\r\n\r\n<em>5% por servicio no incluido.</em>\r\n\r\n&nbsp;\r\n\r\n<strong>VILLAS</strong> (3 recámaras)\r\n\r\nNido de Amor $4,000 por noche, mínimo 10 noches\r\n\r\nConstelación $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos.</em>\r\n\r\n<em>5% por servicio no incluido.</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>CASITAS DE LAS FLORES</strong>, mínimo 7 noches\r\n\r\n1 recámara $ 500\r\n\r\n2 recámaras sin alberca $ 900\r\n\r\n2 recámaras con alberca $ 1,000\r\n\r\n3 recámaras con alberca $ 1,250\r\n\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos.</em>\r\n\r\n<em>5% por servicio no incluido.</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>BUNGALOW EN PLAYA ROSA</strong>, mínimo 7 noches\r\n\r\n&nbsp;\r\n\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos.</em>\r\n\r\n<em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 22:43:14', '2011-11-19 22:43:14', '', 329, 'http://www.careyes.com.mx/web/?p=601', 0, 'page', '', 0),
(603, 2, '2011-11-19 22:52:43', '2011-11-19 22:52:43', '<!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00ccff;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>Una recámara                      $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00ccff;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 22:52:43', '2011-11-19 22:52:43', '', 329, 'http://www.careyes.com.mx/web/?p=603', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(604, 2, '2011-11-19 22:54:55', '2011-11-19 22:54:55', '<!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00ccff;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                      $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00ccff;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 22:54:55', '2011-11-19 22:54:55', '', 329, 'http://www.careyes.com.mx/web/?p=604', 0, 'page', '', 0),
(1017, 1, '2011-12-08 23:50:30', '2011-12-08 23:50:30', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax  included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom                     $ 500\r\n2 bedroom no pool       $ 900\r\n2 bedroom with pool     $ 1,000\r\n3 bedroom with pool     $ 1,250\r\n4 bedroom with pool     $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-12-08 23:50:30', '2011-12-08 23:50:30', '', 329, 'http://www.careyes.com.mx/web/?p=1017', 0, 'page', '', 0),
(605, 2, '2011-11-19 22:58:26', '2011-11-19 22:58:26', '<!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                      $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 22:58:26', '2011-11-19 22:58:26', '', 329, 'http://www.careyes.com.mx/web/?p=605', 0, 'page', '', 0),
(1019, 1, '2011-12-15 04:43:17', '2011-12-15 04:43:17', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-12-15 04:43:17', '2011-12-15 04:43:17', '', 329, 'http://www.careyes.com.mx/web/?p=1019', 0, 'page', '', 0),
(606, 2, '2011-11-19 23:09:51', '2011-11-19 23:09:51', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>                                        \r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom           $4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\n\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500 \r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<strong>CASITAS OCEAN VIEW</strong>\r\n\r\n1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<strong>BUNGALOW IN PLAYA ROSA\r\n</strong>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax  included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n\r\n1 bedroom                     $ 500\r\n2 bedroom no pool       $ 900\r\n2 bedroom with pool     $ 1,000\r\n3 bedroom with pool     $ 1,250\r\n4 bedroom with pool     $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                      $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 23:09:51', '2011-11-19 23:09:51', '', 329, 'http://www.careyes.com.mx/web/?p=606', 0, 'page', '', 0),
(746, 1, '2011-12-01 06:07:14', '2011-12-01 06:07:14', '<!--:en-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar\r\nCerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-12-01 06:07:14', '2011-12-01 06:07:14', '', 289, 'http://www.careyes.com.mx/web/?p=746', 0, 'page', '', 0),
(607, 2, '2011-11-19 23:11:44', '2011-11-19 23:11:44', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>                                        \r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom           $4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500 \r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax  included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n\r\n1 bedroom                     $ 500\r\n2 bedroom no pool       $ 900\r\n2 bedroom with pool     $ 1,000\r\n3 bedroom with pool     $ 1,250\r\n4 bedroom with pool     $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                      $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 23:11:44', '2011-11-19 23:11:44', '', 329, 'http://www.careyes.com.mx/web/?p=607', 0, 'page', '', 0),
(608, 1, '2012-07-02 22:22:36', '2012-07-02 22:22:36', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\n\n&nbsp;\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\nSUMMER CAREYES\n$700 usd\n\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\n\n<strong>PACKAGE INCLUDES: </strong>\n\n•2 nights stay\n•Welcome Cocktail\n•Daily breakfast.\n•1 hour of Paddle board or Kayak per stay.\n•Taxes included.\n\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\n\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\n\n&nbsp;\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\nCAREYES SUMMER\n$850 usd\n\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\n\n<strong>PACKAGE INCLUDES: </strong>\n\n•2 nights stay\n•Welcome Cocktail\n•Daily breakfast.\n•1 hour of Paddle board or Kayak per stay.\n•Taxes included.\n\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\n\n&nbsp;\n\n<a href="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg"><img class="alignnone size-full wp-image-1474" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg" alt="" width="720" height="960" /></a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\n\n&nbsp;\n<div class="diagonales"></div>\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\nVERANO CAREYES\n$7,500 Pesos\n\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\n\n<strong>PAQUETE INCLUYE: </strong>\n\n•2 noches de estancia para 2 personas\n•Cóctel de Bienvenida\n•Desayuno diario\n•1 hora de Paddle board ó Kayak por estancia.\n•WiFi, TV, AC.\n•Impuestos incluidos\n\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\n\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\n\n&nbsp;\n<div class="diagonales"></div>\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\nVERANO CAREYES\n$8,500 Pesos\n\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\n\n<strong>PAQUETE INCLUYE: </strong>\n\n•2 noches en habitación para 2 personas\n•Cóctel de Bienvenida\n•Desayuno diario\n•1 hora de Paddle board ó Kayak por estancia.\n•WiFi, TV y AC\n•Impuestos incluidos\n•Noche adicional $4,000 pesos\n\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'open', '', '332-autosave', '', '', '2012-07-02 22:22:36', '2012-07-02 22:22:36', '', 332, 'http://www.careyes.com.mx/web/?p=608', 0, 'revision', '', 0),
(609, 2, '2011-11-19 01:40:30', '2011-11-19 01:40:30', '', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'open', '', '332-revision-2', '', '', '2011-11-19 01:40:30', '2011-11-19 01:40:30', '', 332, 'http://www.careyes.com.mx/web/?p=609', 0, 'page', '', 0),
(610, 1, '2011-11-24 01:33:48', '2011-11-24 01:33:48', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_topnov.jpg', 'bg_topnov.jpg', '', 'inherit', 'closed', 'open', '', 'bg_topnov-jpg', '', '', '2011-11-24 01:33:48', '2011-11-24 01:33:48', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/bg_topnov.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2011-11-24 01:38:15', '2011-11-24 01:38:15', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/cropped-banner_marca_careyes.jpg', 'cropped-banner_marca_careyes.jpg', '', 'inherit', 'closed', 'open', '', 'cropped-banner_marca_careyes-jpg', '', '', '2011-11-24 01:38:15', '2011-11-24 01:38:15', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/cropped-banner_marca_careyes.jpg', 0, 'attachment', 'image/jpeg', 0),
(612, 1, '2011-11-24 01:40:06', '2011-11-24 01:40:06', 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/banner_marca_careyes.jpg', 'banner_marca_careyes.jpg', '', 'inherit', 'closed', 'open', '', 'banner_marca_careyes-jpg', '', '', '2011-11-24 01:40:06', '2011-11-24 01:40:06', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/banner_marca_careyes.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2011-11-18 23:27:07', '2011-11-18 23:27:07', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-18 23:27:07', '2011-11-18 23:27:07', '', 99, 'http://www.careyes.com.mx/web/?p=613', 0, 'page', '', 0),
(614, 1, '2011-11-25 00:13:22', '2011-11-25 00:13:22', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-25 00:13:22', '2011-11-25 00:13:22', '', 99, 'http://www.careyes.com.mx/web/?p=614', 0, 'page', '', 0),
(615, 1, '2011-11-30 04:22:25', '2011-11-30 04:22:25', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome2.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-30 04:22:25', '2011-11-30 04:22:25', '', 99, 'http://www.careyes.com.mx/web/?p=615', 0, 'page', '', 0),
(616, 1, '2011-11-30 05:48:33', '2011-11-30 05:48:33', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-11-30 05:48:33', '2011-11-30 05:48:33', '', 99, 'http://www.careyes.com.mx/web/?p=616', 0, 'page', '', 0),
(617, 1, '2011-11-19 21:53:22', '2011-11-19 21:53:22', '<!--:en--><ul>\r\n	<li><span><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span>3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span>4 full bathrooms</span></strong></li>\r\n	<li><strong><span>Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span>Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span>Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Laundry room</span></strong></li>\r\n	<li><strong><span>AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span>Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista panorámica del mar</strong></span></li>\r\n	<li><span><strong>3 ½ recámaras</strong></span>\r\n(2 camas king size, 2 camas individuales)</li>\r\n	<li><span><strong>4 baños completos</strong></span></li>\r\n	<li><span><strong>Estudio-sala de comunicaciones</strong></span>\r\ncon 2 sofá-camas</li>\r\n	<li><span><strong>Recámaras para niños</strong></span>\r\n(o cuarto de servicio) con baño propio</li>\r\n	<li><span><strong>Terraza con sofá para tomar el sol</strong></span></li>\r\n	<li><span><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span><strong>Lavandería</strong></span></li>\r\n	<li><span><strong>Aire acondicionado / Servicio gratuito de Internet inalámbrico</strong></span></li>\r\n	<li><span><strong>Complejo bardeado con vigilancia las 24 horas</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-19 21:53:22', '2011-11-19 21:53:22', '', 385, 'http://www.careyes.com.mx/web/?p=617', 0, 'post', '', 0),
(618, 1, '2011-11-30 06:11:57', '2011-11-30 06:11:57', '<!--:en-->[nggallery id=3]\r\n<ul>\r\n	<li><span><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span>3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span>4 full bathrooms</span></strong></li>\r\n	<li><strong><span>Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span>Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span>Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Laundry room</span></strong></li>\r\n	<li><strong><span>AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span>Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista panorámica del mar</strong></span></li>\r\n	<li><span><strong>3 ½ recámaras</strong></span>\r\n(2 camas king size, 2 camas individuales)</li>\r\n	<li><span><strong>4 baños completos</strong></span></li>\r\n	<li><span><strong>Estudio-sala de comunicaciones</strong></span>\r\ncon 2 sofá-camas</li>\r\n	<li><span><strong>Recámaras para niños</strong></span>\r\n(o cuarto de servicio) con baño propio</li>\r\n	<li><span><strong>Terraza con sofá para tomar el sol</strong></span></li>\r\n	<li><span><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span><strong>Lavandería</strong></span></li>\r\n	<li><span><strong>Aire acondicionado / Servicio gratuito de Internet inalámbrico</strong></span></li>\r\n	<li><span><strong>Complejo bardeado con vigilancia las 24 horas</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-30 06:11:57', '2011-11-30 06:11:57', '', 385, 'http://www.careyes.com.mx/web/?p=618', 0, 'post', '', 0),
(620, 1, '2011-11-17 08:11:59', '2011-11-17 08:11:59', '', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-11-17 08:11:59', '2011-11-17 08:11:59', '', 307, 'http://www.careyes.com.mx/web/?p=620', 0, 'page', '', 0),
(621, 1, '2011-11-30 22:24:07', '2011-11-30 22:24:07', '<!--:en-->[imagebrowser id=6]<!--:-->', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-11-30 22:24:07', '2011-11-30 22:24:07', '', 307, 'http://www.careyes.com.mx/web/?p=621', 0, 'page', '', 0),
(622, 1, '2011-11-30 22:33:30', '2011-11-30 22:33:30', '<!--:en-->[imagebrowser id=6]<!--:-->', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-11-30 22:33:30', '2011-11-30 22:33:30', '', 307, 'http://www.careyes.com.mx/web/?p=622', 0, 'page', '', 0),
(623, 1, '2011-11-19 21:48:59', '2011-11-19 21:48:59', '<!--:en--><ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-19 21:48:59', '2011-11-19 21:48:59', '', 387, 'http://www.careyes.com.mx/web/?p=623', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(624, 1, '2011-11-30 22:53:39', '2011-11-30 22:53:39', '<!--:en-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-11-30 22:53:39', '2011-11-30 22:53:39', '', 387, 'http://www.careyes.com.mx/web/?p=624', 0, 'post', '', 0),
(625, 1, '2011-11-30 22:50:15', '2011-11-30 22:50:15', '<!--:en-->[imagebrowser id=6]<!--:-->', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-11-30 22:50:15', '2011-11-30 22:50:15', '', 307, 'http://www.careyes.com.mx/web/?p=625', 0, 'page', '', 0),
(626, 1, '2011-12-01 00:53:44', '2011-12-01 00:53:44', '<!--:en-->[imagebrowser id=6]\r\n\r\nArt Careyes was inaugurated on August 15th by Gian Franco Brignone in the presence of his family, Giorgio, Emanuela, Fillippo and Sofia. The beautiful new gallery was designed by architect Emanuela Brignone Cattaneo. The gallery is located in the new Plaza de Los Caballeros del Sol, the cultural hub of Careyes which also includes a performance space and an outdoor cinema. The inaugural exhibit, which was coordinated by Viviana Dean, featured the works of the many talented artists associated with Careyes.<!--:--><!--:es-->[imagebrowser id=6]\r\n\r\nArt Careyes fue inaugurado el 15 de agosto por Gian Franco Brignone en presencia de su familia: Giorgio, Emanuela, Fillippo y Sofia. Esta hermosa galería nueva fue diseñada por la arquitecta Emanuela Brignone Cattaneo. Se ubica en la nueva Plaza de los Caballeros del Sol, el eje cultural de Careyes, que también incluye un espacio para las artes escénicas y un cine al aire libre. En la muestra inaugural, coordinada por Viviana Dean, se exhibieron obras de muchos artistas que tienen lazos con Careyes.<!--:-->', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-12-01 00:53:44', '2011-12-01 00:53:44', '', 307, 'http://www.careyes.com.mx/web/?p=626', 0, 'page', '', 0),
(627, 1, '2011-11-19 21:28:15', '2011-11-19 21:28:15', '<!--:en--><p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-11-19 21:28:15', '2011-11-19 21:28:15', '', 317, 'http://www.careyes.com.mx/web/?p=627', 0, 'page', '', 0),
(628, 1, '2011-11-30 22:21:06', '2011-11-30 22:21:06', '<!--:en-->[imagebrowser id=8]\r\n<ul>\r\n	<li><span><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Departamentos de 1 y 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-11-30 22:21:06', '2011-11-30 22:21:06', '', 389, 'http://www.careyes.com.mx/web/?p=628', 0, 'post', '', 0),
(629, 1, '2011-12-01 00:24:28', '2011-12-01 00:24:28', '<!--:en-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-12-01 00:24:28', '2011-12-01 00:24:28', '', 387, 'http://www.careyes.com.mx/web/?p=629', 0, 'post', '', 0),
(630, 1, '2011-12-01 02:01:00', '2011-12-01 02:01:00', '<!--:en-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-12-01 02:01:00', '2011-12-01 02:01:00', '', 387, 'http://www.careyes.com.mx/web/?p=630', 0, 'post', '', 0),
(631, 1, '2011-12-01 01:56:44', '2011-12-01 01:56:44', '<!--:en--><p style="text-align: justify;">[imagebrowser id=10]</p>\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n\r\nClima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-12-01 01:56:44', '2011-12-01 01:56:44', '', 317, 'http://www.careyes.com.mx/web/?p=631', 0, 'page', '', 0),
(632, 1, '2011-12-01 02:04:17', '2011-12-01 02:04:17', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-12-01 02:04:17', '2011-12-01 02:04:17', '', 317, 'http://www.careyes.com.mx/web/?p=632', 0, 'page', '', 0),
(633, 1, '2011-11-19 01:16:25', '2011-11-19 01:16:25', '<!--:en--><p style="text-align: justify;">A select group of oceanfront and ocean view lots are available for purchase in Costa Careyes. All of the lots have been planned to be in harmony with the environment and guidelines insure that new houses in Costa Careyes are sympathetic to both the community and the environment. An experienced team of designers and builders can actualize your own private paradise. An opportunity to be a part of one of the world’s most desirable communities.</p><!--:--><!--:es--><p style="text-align: justify;">Un grupo selecto de terrenos frente al mar y con vista al mar, disponibles para compra en Costa Careyes. Todos los terrenos han sido planeados para estar en sintonía con el medio ambiente y los lineamientos aseguran que las casa nuevas que se construyan en Costa Careyes armonicen con la comunidad y el entorno natural. Un equipo experimentado de diseñadores y constructores podrá realizar tu propio paraíso privado. Una oportunidad para pertenecer a una de las comunidades más codiciadas del mundo.</p><!--:-->', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'inherit', 'closed', 'open', '', '320-revision-2', '', '', '2011-11-19 01:16:25', '2011-11-19 01:16:25', '', 320, 'http://www.careyes.com.mx/web/?p=633', 0, 'page', '', 0),
(634, 1, '2011-12-01 02:11:58', '2011-12-01 02:11:58', '<!--:en-->[imagebrowser id=11]\r\n<p style="text-align: justify;">A select group of oceanfront and ocean view lots are available for purchase in Costa Careyes. All of the lots have been planned to be in harmony with the environment and guidelines insure that new houses in Costa Careyes are sympathetic to both the community and the environment. An experienced team of designers and builders can actualize your own private paradise. An opportunity to be a part of one of the world’s most desirable communities.</p><!--:--><!--:es-->[imagebrowser id=11]\r\n<p style="text-align: justify;">Un grupo selecto de terrenos frente al mar y con vista al mar, disponibles para compra en Costa Careyes. Todos los terrenos han sido planeados para estar en sintonía con el medio ambiente y los lineamientos aseguran que las casa nuevas que se construyan en Costa Careyes armonicen con la comunidad y el entorno natural. Un equipo experimentado de diseñadores y constructores podrá realizar tu propio paraíso privado. Una oportunidad para pertenecer a una de las comunidades más codiciadas del mundo.</p><!--:-->', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'inherit', 'closed', 'open', '', '320-revision-2', '', '', '2011-12-01 02:11:58', '2011-12-01 02:11:58', '', 320, 'http://www.careyes.com.mx/web/?p=634', 0, 'page', '', 0),
(635, 1, '2011-11-19 21:58:20', '2011-11-19 21:58:20', '<!--:en--><ul>\r\n	<li><strong><span>Ocean View</span></strong>\r\non Rincón de Careyes</li>\r\n	<li><strong><span>Palapa Living Room</span></strong></li>\r\n	<li><strong><span>Large Pool</span></strong></li>\r\n	<li><span>Four Bedrooms &amp; Five Bathrooms</span></li>\r\n	<li><span><strong>Studio</strong></span></li>\r\n	<li><strong><span>Two Bedroom Staff Quarters</span></strong>\r\nand laundry</li>\r\n	<li><strong><span>Furnished</span></strong></li>\r\n	<li><span><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Con vista al mar</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span><strong>Piscina grande</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras &amp; cinco baños</strong></span></li>\r\n	<li><span><strong>Estudio</strong></span></li>\r\n	<li><span><strong>Dos cuartos de servicio</strong></span>\r\ny lavandería</li>\r\n	<li><strong><span>Amueblada</span></strong></li>\r\n	<li><strong><span>Terreno: 4,300 m2</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-revision-2', '', '', '2011-11-19 21:58:20', '2011-11-19 21:58:20', '', 381, 'http://www.careyes.com.mx/web/?p=635', 0, 'post', '', 0),
(636, 1, '2011-11-30 06:13:02', '2011-11-30 06:13:02', '<!--:en-->[imagebrowser id=3]\r\n<ul>\r\n	<li><span><strong>Panoramic Ocean View</strong></span></li>\r\n	<li><strong><span>3 and a half Bedrooms</span></strong>\r\n(2 King Beds, 2 Twin beds)</li>\r\n	<li><strong><span>4 full bathrooms</span></strong></li>\r\n	<li><strong><span>Studio Media room</span></strong>\r\nwith 2 sofa beds</li>\r\n	<li><strong><span>Kids room with bath</span></strong>\r\n(or maid room)</li>\r\n	<li><strong><span>Outdoor sofa with sun deck</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Laundry room</span></strong></li>\r\n	<li><strong><span>AC / Free Wireless Internet Service</span></strong></li>\r\n	<li><strong><span>Gated resort with 24 hour security</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Vista panorámica del mar</strong></span></li>\r\n	<li><span><strong>3 ½ recámaras</strong></span>\r\n(2 camas king size, 2 camas individuales)</li>\r\n	<li><span><strong>4 baños completos</strong></span></li>\r\n	<li><span><strong>Estudio-sala de comunicaciones</strong></span>\r\ncon 2 sofá-camas</li>\r\n	<li><span><strong>Recámaras para niños</strong></span>\r\n(o cuarto de servicio) con baño propio</li>\r\n	<li><span><strong>Terraza con sofá para tomar el sol</strong></span></li>\r\n	<li><span><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span><strong>Lavandería</strong></span></li>\r\n	<li><span><strong>Aire acondicionado / Servicio gratuito de Internet inalámbrico</strong></span></li>\r\n	<li><span><strong>Complejo bardeado con vigilancia las 24 horas</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Constelación<!--:--><!--:es-->Constelación<!--:-->', '', 'inherit', 'closed', 'open', '', '385-revision-2', '', '', '2011-11-30 06:13:02', '2011-11-30 06:13:02', '', 385, 'http://www.careyes.com.mx/web/?p=636', 0, 'post', '', 0),
(637, 1, '2011-11-19 22:03:41', '2011-11-19 22:03:41', '<!--:en--><ul>\r\n	<li><span><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span>Palapa living room</span></strong></li>\r\n	<li><strong><span>Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span>Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span>Eight bathrooms</span></strong></li>\r\n	<li><strong><span>Fully equipped gym</span></strong></li>\r\n	<li><strong><span>Media room  and large library</span></strong></li>\r\n	<li><span><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span>Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Frente al mar</strong></span>\r\nen la Península de las Estrellas</li>\r\n	<li><strong><span>Sala con techo de palapa</span></strong></li>\r\n	<li><strong><span>Piscina infinita y jacuzzi</span></strong>\r\ncon cupo para 12 personas</li>\r\n	<li><span><strong>Suite master y 6 recámaras,</strong></span>\r\ntodas con vistas al mar</li>\r\n	<li><span><strong>Ocho baños</strong></span></li>\r\n	<li><span><strong>Gimnasio totalmente equipado</strong></span></li>\r\n	<li><span><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\r\n	<li><span><strong>Cancha de bocce</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-11-19 22:03:41', '2011-11-19 22:03:41', '', 377, 'http://www.careyes.com.mx/web/?p=637', 0, 'post', '', 0),
(638, 1, '2011-12-01 02:23:30', '2011-12-01 02:23:30', '<!--:en-->[nggallery id=16]\r\n<ul>\r\n	<li><span><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span>Palapa living room</span></strong></li>\r\n	<li><strong><span>Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span>Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span>Eight bathrooms</span></strong></li>\r\n	<li><strong><span>Fully equipped gym</span></strong></li>\r\n	<li><strong><span>Media room  and large library</span></strong></li>\r\n	<li><span><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span>Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:--><!--:es-->[nggallery id=16]\r\n<ul>\r\n	<li><span><strong>Frente al mar</strong></span>\r\nen la Península de las Estrellas</li>\r\n	<li><strong><span>Sala con techo de palapa</span></strong></li>\r\n	<li><strong><span>Piscina infinita y jacuzzi</span></strong>\r\ncon cupo para 12 personas</li>\r\n	<li><span><strong>Suite master y 6 recámaras,</strong></span>\r\ntodas con vistas al mar</li>\r\n	<li><span><strong>Ocho baños</strong></span></li>\r\n	<li><span><strong>Gimnasio totalmente equipado</strong></span></li>\r\n	<li><span><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\r\n	<li><span><strong>Cancha de bocce</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-12-01 02:23:30', '2011-12-01 02:23:30', '', 377, 'http://www.careyes.com.mx/web/?p=638', 0, 'post', '', 0),
(639, 1, '2011-11-19 22:01:15', '2011-11-19 22:01:15', '<!--:en--><ul>\r\n	<li><span><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span>Built on a Private Creek</span></strong></li>\r\n	<li><strong><span>Palapa Living Room</span></strong></li>\r\n	<li><strong><span>Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span>Infinity Pool</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Wi Fi  internet </span></strong><span style="color: #333333;"><span>and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span><strong>Laundry room</strong></span></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><strong><span>Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span>Staff Quarters</span></strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><span><strong>Frente al mar, ubicación sumamente privada</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span><strong>Construido sobre un arroyo privado</strong></span></li>\r\n	<li><span><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span><strong>Tres recámaras y cuatro baños</strong></span></li>\r\n	<li><span><strong>Piscina infinita</strong></span></li>\r\n	<li><span><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span><strong>Internet WiFi y aire acondicionado</strong></span>\r\nen todas las habitaciones</li>\r\n	<li><span><strong>Lavandería</strong></span></li>\r\n	<li><span><strong>Portón de seguridad con vigilancia las 24 horas</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n	<li><span><strong>Cuartos de servicio</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-11-19 22:01:15', '2011-11-19 22:01:15', '', 379, 'http://www.careyes.com.mx/web/?p=639', 0, 'post', '', 0),
(640, 1, '2011-11-19 21:54:48', '2011-11-19 21:54:48', '<!--:en--><ul style="text-align: justify;">\r\n	<li><span><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span><strong>Media room &amp; office</strong></span></li>\r\n	<li><span><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es--><ul style="text-align: justify;">\r\n	<li><span><strong>Vistas a las montañas, la selva y el mar</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span><strong>Salón de entretenimiento y oficina</strong></span></li>\r\n	<li><span><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-11-19 21:54:48', '2011-11-19 21:54:48', '', 383, 'http://www.careyes.com.mx/web/?p=640', 0, 'post', '', 0),
(641, 1, '2011-12-01 06:02:34', '2011-12-01 06:02:34', '<!--:en-->[imagebrowser id=20]\r\n<ul style="text-align: justify;">\r\n	<li><span><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span><strong>Media room &amp; office</strong></span></li>\r\n	<li><span><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es-->[imagebrowser id=20]\r\n<ul style="text-align: justify;">\r\n	<li><span><strong>Vistas a las montañas, la selva y el mar</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span><strong>Salón de entretenimiento y oficina</strong></span></li>\r\n	<li><span><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-12-01 06:02:34', '2011-12-01 06:02:34', '', 383, 'http://www.careyes.com.mx/web/?p=641', 0, 'post', '', 0),
(642, 1, '2011-11-19 00:00:57', '2011-11-19 00:00:57', '<!--:en--><span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es--><span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar\r\nCerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-11-19 00:00:57', '2011-11-19 00:00:57', '', 289, 'http://www.careyes.com.mx/web/?p=642', 0, 'page', '', 0),
(643, 1, '2011-11-19 21:19:02', '2011-11-19 21:19:02', '<!--:en--><ul>\r\n	<li><strong>Destination weddings</strong></li>\r\n	<li><strong>Birthdays &amp; Anniversaries</strong></li>\r\n	<li><strong>Corporate retreats</strong></li>\r\n	<li><strong>Product launches</strong></li>\r\n	<li><strong>Photo shoots</strong></li>\r\n	<li><strong>Film location</strong></li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><strong>Destino para bodas</strong></li>\r\n	<li><strong>Cumpleaños y aniversarios</strong></li>\r\n	<li><strong>Retiros corporativos</strong></li>\r\n	<li><strong>Lanzamiento de productos</strong></li>\r\n	<li><strong>Sesiones fotográficas</strong></li>\r\n	<li><strong>Locaciones para películas</strong></li>\r\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-2', '', '', '2011-11-19 21:19:02', '2011-11-19 21:19:02', '', 374, 'http://www.careyes.com.mx/web/?p=643', 0, 'post', '', 0),
(644, 1, '2011-11-19 02:55:27', '2011-11-19 02:55:27', '<!--:en--><ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-11-19 02:55:27', '2011-11-19 02:55:27', '', 368, 'http://www.careyes.com.mx/web/?p=644', 0, 'post', '', 0),
(645, 1, '2011-12-01 06:09:01', '2011-12-01 06:09:01', '<!--:en-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-12-01 06:09:01', '2011-12-01 06:09:01', '', 368, 'http://www.careyes.com.mx/web/?p=645', 0, 'post', '', 0),
(647, 1, '2011-11-19 02:53:31', '2011-11-19 02:53:31', '<!--:en--><ul>\r\n	<li><strong>Horseback riding</strong>\r\nalong beaches and throughjungles</li>\r\n	<li><strong>Polo games</strong>\r\nlessons available</li>\r\n	<li><strong>Tennis</strong></li>\r\n	<li><strong>Golf at El Tamarindo</strong>\r\none of the world’s top ranked courses</li>\r\n	<li><strong>Spa services available in your rooms,</strong>\r\nin private homes or on the beach</li>\r\n</ul><!--:--><!--:es--><ul>\r\n	<li><strong>Cabalgatas</strong>\r\npor playas y selvas</li>\r\n	<li><strong>Juegos de polo</strong>\r\n(instructor disponible)</li>\r\n	<li><strong>Tenis</strong></li>\r\n	<li><strong>Golf en El Tamarindo,</strong>\r\nun campo de renombre mundial</li>\r\n	<li><strong>Servicios de spa en tu habitación,</strong>\r\nen casas privadas, o en la playa</li>\r\n</ul><!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-revision-2', '', '', '2011-11-19 02:53:31', '2011-11-19 02:53:31', '', 370, 'http://www.careyes.com.mx/web/?p=647', 0, 'post', '', 0),
(648, 1, '2011-11-19 00:03:12', '2011-11-19 00:03:12', '<!--:en--><p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p><!--:--><!--:es--><p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-11-19 00:03:12', '2011-11-19 00:03:12', '', 292, 'http://www.careyes.com.mx/web/?p=648', 0, 'page', '', 0),
(649, 1, '2011-11-19 01:39:50', '2011-11-19 01:39:50', '<!--:en--><p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-11-19 01:39:50', '2011-11-19 01:39:50', '', 326, 'http://www.careyes.com.mx/web/?p=649', 0, 'page', '', 0),
(650, 1, '2011-11-19 01:38:09', '2011-11-19 01:38:09', '<!--:en--><p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-11-19 01:38:09', '2011-11-19 01:38:09', '', 323, 'http://www.careyes.com.mx/web/?p=650', 0, 'page', '', 0),
(651, 1, '2011-12-01 06:29:16', '2011-12-01 06:29:16', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-12-01 06:29:16', '2011-12-01 06:29:16', '', 323, 'http://www.careyes.com.mx/web/?p=651', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(652, 1, '2011-11-19 01:32:52', '2011-11-19 01:32:52', '<!--:en--><p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-11-19 01:32:52', '2011-11-19 01:32:52', '', 395, 'http://www.careyes.com.mx/web/?p=652', 0, 'post', '', 0),
(653, 1, '2011-12-01 06:30:38', '2011-12-01 06:30:38', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-12-01 06:30:38', '2011-12-01 06:30:38', '', 395, 'http://www.careyes.com.mx/web/?p=653', 0, 'post', '', 0),
(654, 1, '2011-11-19 01:34:26', '2011-11-19 01:34:26', '<!--:en--><p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-2', '', '', '2011-11-19 01:34:26', '2011-11-19 01:34:26', '', 391, 'http://www.careyes.com.mx/web/?p=654', 0, 'post', '', 0),
(655, 1, '2011-11-19 01:32:03', '2011-11-19 01:32:03', '<!--:en--><p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-2', '', '', '2011-11-19 01:32:03', '2011-11-19 01:32:03', '', 393, 'http://www.careyes.com.mx/web/?p=655', 0, 'post', '', 0),
(656, 1, '2011-11-19 01:36:25', '2011-11-19 01:36:25', '<!--:en--><p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-11-19 01:36:25', '2011-11-19 01:36:25', '', 398, 'http://www.careyes.com.mx/web/?p=656', 0, 'post', '', 0),
(657, 1, '2011-11-19 01:48:36', '2011-11-19 01:48:36', '<!--:en--><p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\r\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p>\r\n<p style="text-align: justify;">In 2011 the new 7,000 feet paved landing strip, 30 minutes away from Careyes, will be inaugurated.</p><!--:--><!--:es--><p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p>\r\n<p style="text-align: justify;">En 2011 se inaugurará una nueva pista de aterrizaje pavimentada de más de 2000 metros, a 30 minutos de Careyes.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-11-19 01:48:36', '2011-11-19 01:48:36', '', 335, 'http://www.careyes.com.mx/web/?p=657', 0, 'page', '', 0),
(658, 1, '2011-11-19 01:49:41', '2011-11-19 01:49:41', '<!--:en--><p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es--><p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-11-19 01:49:41', '2011-11-19 01:49:41', '', 338, 'http://www.careyes.com.mx/web/?p=658', 0, 'page', '', 0),
(659, 1, '2011-12-01 06:40:47', '2011-12-01 06:40:47', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-01 06:40:47', '2011-12-01 06:40:47', '', 338, 'http://www.careyes.com.mx/web/?p=659', 0, 'page', '', 0),
(660, 1, '2011-11-19 03:01:30', '2011-11-19 03:01:30', '<!--:en--><span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:--><!--:es--><span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-11-19 03:01:30', '2011-11-19 03:01:30', '', 344, 'http://www.careyes.com.mx/web/?p=660', 0, 'page', '', 0),
(661, 1, '2011-12-01 06:42:14', '2011-12-01 06:42:14', '<!--:en-->[imagebrowser id=36]\r\n<span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:--><!--:es-->[imagebrowser id=36]\r\n<span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-12-01 06:42:14', '2011-12-01 06:42:14', '', 344, 'http://www.careyes.com.mx/web/?p=661', 0, 'page', '', 0),
(662, 1, '2011-11-19 02:00:02', '2011-11-19 02:00:02', '<!--:en--><span style="color: #00aeef;"><strong>RESERVATIONS &amp; REAL ESTATE</strong></span>\r\n\r\nTel + 52 (315) 3510 320\r\n\r\nFax + 52 (315) 351 0324\r\n\r\n<span style="color: #00aeef;">Online Request Form</span>\r\n\r\n<span style="color: #00aeef;">info@careyes.com.mx</span>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\n\r\nP.O. Box 87 Melaque,\r\n\r\nJalisco, México 48980.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\n\r\nMonday - Friday: 9:00am - 5:00pm\r\n\r\nSaturday: 9:00am - 1:00pm\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">RESERVACIONES Y BIENES RAÍCES</span></strong>\r\n\r\nTel + 52 (315) 3510 320\r\n\r\nFax + 52 (315) 351 0324\r\n\r\n<span style="color: #00aeef;">Formato de Solicitud en línea</span>\r\n\r\n<span style="color: #00aeef;">info@careyes.com.mx</span>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\n\r\nP.O. Box 87 Melaque,\r\n\r\nJalisco, México 48980.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\n\r\nLunes - Viernes: 9:00am - 5:00pm\r\n\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-11-19 02:00:02', '2011-11-19 02:00:02', '', 347, 'http://www.careyes.com.mx/web/?p=662', 0, 'page', '', 0),
(663, 1, '2011-12-01 07:07:06', '2011-12-01 07:07:06', '<!--:en--><span style="color: #00aeef;"><strong>RESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350">Online Request Form</a>\r\n<a href="info@careyes.com.mx ">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">RESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350&amp;lang=es">Formato de Solicitud en línea</a>\r\n<a href="info@careyes.com.mx">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-01 07:07:06', '2011-12-01 07:07:06', '', 347, 'http://www.careyes.com.mx/web/?p=663', 0, 'page', '', 0),
(664, 1, '2012-09-27 15:09:45', '2012-09-27 15:09:45', '', 'Info request', '', 'publish', 'closed', 'closed', '', 'info-request', '', '', '2012-09-27 15:09:45', '2012-09-27 15:09:45', '', 0, 'http://www.careyes.com.mx/web/?wpcf7_contact_form=contact-form-1', 0, 'wpcf7_contact_form', '', 0),
(665, 1, '2012-09-27 15:09:18', '2012-09-27 15:09:18', '', 'Solicitud de Información', '', 'publish', 'closed', 'closed', '', 'solicitud-de-informacion', '', '', '2012-09-27 15:09:18', '2012-09-27 15:09:18', '', 0, 'http://www.careyes.com.mx/web/?wpcf7_contact_form=solicitud-de-informacion', 0, 'wpcf7_contact_form', '', 0),
(666, 1, '2011-11-18 23:33:43', '2011-11-18 23:33:43', '', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-11-18 23:33:43', '2011-11-18 23:33:43', '', 350, 'http://www.careyes.com.mx/web/?p=666', 0, 'page', '', 0),
(667, 1, '2011-12-01 07:31:16', '2011-12-01 07:31:16', '<!--:en-->[contact-form-7 id="664" title="Info request"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 07:31:16', '2011-12-01 07:31:16', '', 350, 'http://www.careyes.com.mx/web/?p=667', 0, 'page', '', 0),
(668, 1, '2011-12-01 07:31:38', '2011-12-01 07:31:38', '<!--:en-->[contact-form-7 id="664" title="Info request"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 07:31:38', '2011-12-01 07:31:38', '', 350, 'http://www.careyes.com.mx/web/?p=668', 0, 'page', '', 0),
(669, 1, '2011-12-01 07:31:53', '2011-12-01 07:31:53', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 07:31:53', '2011-12-01 07:31:53', '', 350, 'http://www.careyes.com.mx/web/?p=669', 0, 'page', '', 0),
(673, 1, '2012-09-27 15:08:43', '2012-09-27 15:08:43', '', 'Reservation', '', 'publish', 'closed', 'closed', '', 'reservation', '', '', '2012-09-27 15:08:43', '2012-09-27 15:08:43', '', 0, 'http://www.careyes.com.mx/web/?wpcf7_contact_form=untitled', 0, 'wpcf7_contact_form', '', 0),
(674, 1, '2011-12-01 07:32:51', '2011-12-01 07:32:51', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es-->&nbsp;\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 07:32:51', '2011-12-01 07:32:51', '', 350, 'http://www.careyes.com.mx/web/?p=674', 0, 'page', '', 0),
(676, 1, '2011-12-01 08:20:23', '2011-12-01 08:20:23', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es-->&nbsp;\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 08:20:23', '2011-12-01 08:20:23', '', 350, 'http://www.careyes.com.mx/web/?p=676', 0, 'page', '', 0),
(675, 1, '2011-12-01 08:18:50', '2011-12-01 08:18:50', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]\r\n\r\n[contact-form-7 id="673" title="Reservation"]<!--:--><!--:es-->&nbsp;\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 08:18:50', '2011-12-01 08:18:50', '', 350, 'http://www.careyes.com.mx/web/?p=675', 0, 'page', '', 0),
(677, 1, '2011-12-01 07:07:46', '2011-12-01 07:07:46', '<!--:en--><span style="color: #00aeef;"><strong>RESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350">Online Request Form</a>\r\n<a href="info@careyes.com.mx ">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">RESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350&amp;lang=es">Formato de Solicitud en línea</a>\r\n<a href="info@careyes.com.mx">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-01 07:07:46', '2011-12-01 07:07:46', '', 347, 'http://www.careyes.com.mx/web/?p=677', 0, 'page', '', 0),
(678, 1, '2011-12-01 08:23:35', '2011-12-01 08:23:35', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350">Online Request Form</a>\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">RESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350&amp;lang=es">Formato de Solicitud en línea</a>\r\n<a href="info@careyes.com.mx">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-01 08:23:35', '2011-12-01 08:23:35', '', 347, 'http://www.careyes.com.mx/web/?p=678', 0, 'page', '', 0),
(1035, 1, '2011-12-15 05:38:39', '2011-12-15 05:38:39', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-15 05:38:39', '2011-12-15 05:38:39', '', 347, 'http://www.careyes.com.mx/web/?p=1035', 0, 'page', '', 0),
(683, 1, '2011-12-05 07:41:42', '2011-12-05 07:41:42', '<!--:en--><!-- imagebrowser id=5 info=true -->\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es--><!-- imagebrowser id=5 info=true -->\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-05 07:41:42', '2011-12-05 07:41:42', '', 99, 'http://www.careyes.com.mx/web/?p=683', 0, 'page', '', 0),
(698, 1, '2011-12-08 00:54:02', '2011-12-08 00:54:02', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:54:02', '2011-12-08 00:54:02', '', 684, 'http://www.careyes.com.mx/web/?p=698', 0, 'page', '', 0),
(689, 1, '2011-12-08 00:33:06', '2011-12-08 00:33:06', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp; SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom $400\r\n2 bedroom no pool $600\r\n2 bedroom with pool $750\r\n3 bedroom with pool $1,000\r\n4 bedroom with pool $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom $ 500\r\n2 bedroom no pool $ 900\r\n2 bedroom with pool $ 1,000\r\n3 bedroom with pool $ 1,250\r\n4 bedroom with pool $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas De Renta En Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:33:06', '2011-12-08 00:33:06', '', 684, 'http://www.careyes.com.mx/web/?p=689', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(691, 1, '2011-12-08 00:33:22', '2011-12-08 00:33:22', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp; SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom $400\r\n2 bedroom no pool $600\r\n2 bedroom with pool $750\r\n3 bedroom with pool $1,000\r\n4 bedroom with pool $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom $ 500\r\n2 bedroom no pool $ 900\r\n2 bedroom with pool $ 1,000\r\n3 bedroom with pool $ 1,250\r\n4 bedroom with pool $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:33:22', '2011-12-08 00:33:22', '', 684, 'http://www.careyes.com.mx/web/?p=691', 0, 'page', '', 0),
(687, 1, '2011-12-08 00:38:28', '2011-12-08 00:38:28', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\nRates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD 3.500</strong>\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom $400\r\n2 bedroom no pool $600\r\n2 bedroom with pool $750\r\n3 bedroom with pool $1,000\r\n4 bedroom with pool $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom $ 500\r\n2 bedroom no pool $ 900\r\n2 bedroom with pool $ 1,000\r\n3 bedroom with pool $ 1,250\r\n4 bedroom with pool $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-autosave', '', '', '2011-12-08 00:38:28', '2011-12-08 00:38:28', '', 684, 'http://www.careyes.com.mx/web/?p=687', 0, 'page', '', 0),
(688, 1, '2011-12-08 00:31:17', '2011-12-08 00:31:17', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax  included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom                     $ 500\r\n2 bedroom no pool       $ 900\r\n2 bedroom with pool     $ 1,000\r\n3 bedroom with pool     $ 1,250\r\n4 bedroom with pool     $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->FESTIVE SEASON RENTAL RATES<!--:--><!--:es-->TARIFAS DE RENTA EN TEMPORADA FESTIVA<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:31:17', '2011-12-08 00:31:17', '', 684, 'http://www.careyes.com.mx/web/?p=688', 0, 'page', '', 0),
(1042, 1, '2011-12-15 19:41:42', '2011-12-15 19:41:42', '<!--:en-->[imagebrowser id=39]\r\n\r\nGian Franco Brignone, the founder of Costa Careyes, set out to create a unique estate which would combine the sensuality of the Mediterranean, with the craftsmanship of Mexico and its friendly hospitality. A gated resort that would blend luxury with spectacular natural beauty. Today, Costa Careyes is one of the world’s most coveted destinations among the cognoscenti, with an unparalleled list of VIP and celebrity guests who come to experience the breathtaking setting, sybaritic quality of life. A vision realized.<!--:--><!--:es-->[imagebrowser id=39]\r\n\r\nGian Franco Brignone, fundador de Costa Careyes, se dio a la tarea de crear una propiedad única que combinara la sensualidad del Mediterráneo con la mano de obra de México, junto con su insigne amistad y hospitalidad. Un resort privado que conjuntara el lujo con una espectacular belleza natural. Hoy en día, Costa Careyes es uno de los destinos más codiciados entre los viajeros conocedores, con una lista envidiable de huéspedes VIP y celebridades que vienen a conocer el espectacular paisaje y una calidad de vida verdaderamente sibarita. Visión realizada.<!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'publish', 'closed', 'open', '', 'lifestyle', '', '', '2011-12-15 20:09:24', '2011-12-15 20:09:24', '', 0, 'http://www.careyes.com.mx/web/?page_id=1042', 0, 'page', '', 0),
(692, 1, '2011-12-08 00:38:14', '2011-12-08 00:38:14', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\nRates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD 3.500</strong>\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom $400\r\n2 bedroom no pool $600\r\n2 bedroom with pool $750\r\n3 bedroom with pool $1,000\r\n4 bedroom with pool $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom $ 500\r\n2 bedroom no pool $ 900\r\n2 bedroom with pool $ 1,000\r\n3 bedroom with pool $ 1,250\r\n4 bedroom with pool $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:38:14', '2011-12-08 00:38:14', '', 684, 'http://www.careyes.com.mx/web/?p=692', 0, 'page', '', 0),
(695, 1, '2011-12-08 00:45:03', '2011-12-08 00:45:03', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD  400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:45:03', '2011-12-08 00:45:03', '', 684, 'http://www.careyes.com.mx/web/?p=695', 0, 'page', '', 0),
(693, 1, '2012-08-23 15:21:49', '2012-08-23 15:21:49', '<!--:en-->From December 20th, 2012\nTo January 10th , 2013\n\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\n\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\nThree Bedroom Villa with pool                        USD   3.500\n</strong><strong>Four Bedroom Villa with pool                          USD   4.000\n</strong><strong>Five Bedroom Villa with pool                           USD   5.000</strong>\nRates in USD, per night, plus 5% Service Charge.\nRate includes MAP (house guests only),\nIncluding driver services, all local beverages,\nround trip airport transfers and Taxes.<em>\n10 NIGHTS MINIMUM</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\n\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\n</strong></span>\n\n<strong>Four Bedroom Casita with pool                     USD 1500\nThree Bedroom Casita with pool                   USD 1250\nTwo Bedroom Casita with pool                      USD 1000\nOne Bedroom Casita no pool                         USD   500\nBeach bungalow                                              USD   400\n</strong>Rates in USD, per night, plus 5% Service Charge.\nRate includes MAP (house guests only),\nIncluding driver services, all local beverages,\nround trip airport transfers and Taxes.\n<em>10 NIGHTS MINIMUM</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\n\n<strong>Rates subject to change without prior notice</strong>\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\n<strong>OR 1 888 3347609 US</strong>\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\nA Enero 10, 2013\n\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\n\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\nVilla de 3 Habitaciones con Piscina                               USD   3.500\n<strong><strong>Villa de 4 Habitaciones con Piscina</strong>                               USD   4.000\n</strong><strong><strong>Villa de 5 Habitaciones con Piscina</strong>                               USD   5.000</strong></strong>\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\nIncluyendo servicio de chofer, todas las bebidas nacionales,\nviaje redondo al aeropuerto e impuestos.<em>\n10 NOCHES MÍNIMO</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\n\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\n</strong></span>\n\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\nCasita de Tres Habitaciones con Piscina                USD 1250\nCasita de Dos Habitaciones con Psicina                  USD 1000\nCasita de Una Habitación sin Pisicina                      USD   500\nBungalow en Playa                                             USD   400\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\nLas Tarifas incluyen desayuno diario, translado redondo\nal aeropuerto e Impuestos.\n<em>10 NOCHES MÍNIMO</em>\n\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\n\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\n<strong>O al 1 888 3347609 US</strong>\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-autosave', '', '', '2012-08-23 15:21:49', '2012-08-23 15:21:49', '', 684, 'http://www.careyes.com.mx/web/?p=693', 0, 'revision', '', 0),
(697, 1, '2011-12-08 00:46:02', '2011-12-08 00:46:02', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:46:02', '2011-12-08 00:46:02', '', 684, 'http://www.careyes.com.mx/web/?p=697', 0, 'page', '', 0),
(694, 1, '2011-12-08 00:38:50', '2011-12-08 00:38:50', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\nRates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom $400\r\n2 bedroom no pool $600\r\n2 bedroom with pool $750\r\n3 bedroom with pool $1,000\r\n4 bedroom with pool $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom $ 500\r\n2 bedroom no pool $ 900\r\n2 bedroom with pool $ 1,000\r\n3 bedroom with pool $ 1,250\r\n4 bedroom with pool $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:38:50', '2011-12-08 00:38:50', '', 684, 'http://www.careyes.com.mx/web/?p=694', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(696, 1, '2011-12-08 00:45:44', '2011-12-08 00:45:44', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:45:44', '2011-12-08 00:45:44', '', 684, 'http://www.careyes.com.mx/web/?p=696', 0, 'page', '', 0),
(699, 1, '2011-12-08 00:54:44', '2011-12-08 00:54:44', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:54:44', '2011-12-08 00:54:44', '', 684, 'http://www.careyes.com.mx/web/?p=699', 0, 'page', '', 0),
(700, 1, '2011-12-08 00:58:10', '2011-12-08 00:58:10', 'From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\nCASTLE & VILLAS \r\n\r\nThree to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.\r\n10 NIGHTS MINIMUM\r\n\r\n CASITAS & BUNGALOWS\r\n\r\n\r\nFour Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\nRates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n10 NIGHTS MINIMUM\r\n\r\nRates subject to change without prior notice\r\nReservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24\r\nOR 1 888 3347609 US\r\ninfo@careyes.com.mxFrom December 20th, 2011\r\nTo January 10th , 2012\r\n\r\nCASTLE & VILLAS \r\n\r\nThree to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.\r\n10 NIGHTS MINIMUM\r\n\r\n CASITAS & BUNGALOWS\r\n\r\n\r\nFour Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\nRates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n10 NIGHTS MINIMUM\r\n\r\nRates subject to change without prior notice\r\nReservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24\r\nOR 1 888 3347609 US\r\ninfo@careyes.com.mx', '', '', 'publish', 'closed', 'closed', '', '700', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=700', 10, 'nav_menu_item', '', 0),
(701, 1, '2011-12-01 06:37:45', '2011-12-01 06:37:45', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-12-01 06:37:45', '2011-12-01 06:37:45', '', 398, 'http://www.careyes.com.mx/web/?p=701', 0, 'post', '', 0),
(702, 1, '2011-11-18 00:35:11', '2011-11-18 00:35:11', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', '<!--:en-->EXAMPLE 3<!--:--><!--:es-->EJEMPLO 3<!--:-->', '', 'inherit', 'closed', 'open', '', '151-revision-10', '', '', '2011-11-18 00:35:11', '2011-11-18 00:35:11', '', 151, 'http://www.careyes.com.mx/web/?p=702', 0, 'revision', '', 0),
(703, 1, '2011-11-18 00:35:56', '2011-11-18 00:35:56', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 2<!--:--><!--:es-->EJEMPLO 2<!--:-->', '', 'inherit', 'closed', 'open', '', '148-revision-8', '', '', '2011-11-18 00:35:56', '2011-11-18 00:35:56', '', 148, 'http://www.careyes.com.mx/web/?p=703', 0, 'revision', '', 0),
(704, 1, '2011-11-18 00:37:28', '2011-11-18 00:37:28', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 1<!--:--><!--:es-->EJEMPLO 1<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-3', '', '', '2011-11-18 00:37:28', '2011-11-18 00:37:28', '', 146, 'http://www.careyes.com.mx/web/?p=704', 0, 'revision', '', 0),
(705, 1, '2011-11-18 23:16:13', '2011-11-18 23:16:13', '<!--:en-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es-->Un gran lounge instalado en Playa Rosa fue escenario de la primer jornada de proyección de cortometrajes, música en vivo y una opípara cena con cócteles a discreción para unos doscientos invitados VIP\r\n\r\n[imagebrowser id=4]\r\n\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', 'Sol de Occidente', '', 'inherit', 'closed', 'open', '', '86-revision-6', '', '', '2011-11-18 23:16:13', '2011-11-18 23:16:13', '', 86, 'http://www.careyes.com.mx/web/?p=705', 0, 'revision', '', 0),
(706, 1, '2011-12-08 22:26:21', '2011-12-08 22:26:21', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-2', '', '', '2011-12-08 22:26:21', '2011-12-08 22:26:21', '', 398, 'http://www.careyes.com.mx/web/?p=706', 0, 'revision', '', 0),
(707, 1, '2011-12-01 06:32:00', '2011-12-01 06:32:00', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-2', '', '', '2011-12-01 06:32:00', '2011-12-01 06:32:00', '', 395, 'http://www.careyes.com.mx/web/?p=707', 0, 'revision', '', 0),
(708, 1, '2011-12-08 22:28:38', '2011-12-08 22:28:38', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-3', '', '', '2011-12-08 22:28:38', '2011-12-08 22:28:38', '', 395, 'http://www.careyes.com.mx/web/?p=708', 0, 'revision', '', 0),
(709, 1, '2011-12-01 06:33:48', '2011-12-01 06:33:48', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-2', '', '', '2011-12-01 06:33:48', '2011-12-01 06:33:48', '', 393, 'http://www.careyes.com.mx/web/?p=709', 0, 'revision', '', 0),
(710, 1, '2011-12-01 06:32:42', '2011-12-01 06:32:42', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-2', '', '', '2011-12-01 06:32:42', '2011-12-01 06:32:42', '', 391, 'http://www.careyes.com.mx/web/?p=710', 0, 'revision', '', 0),
(711, 1, '2011-12-01 02:00:20', '2011-12-01 02:00:20', '<!--:en-->[imagebrowser id=8]\r\n<ul>\r\n	<li><span><strong>1 &amp; 2 Bedroom Apartments</strong></span>\r\nin the Hotel El Careyes</li>\r\n	<li><span><strong>On Beach &amp; Around Pool</strong></span></li>\r\n	<li><span><strong>Beautiful Roof Terrace</strong></span></li>\r\n	<li><span><strong>Furnished </strong></span></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=8]\r\n<ul>\r\n	<li><span><strong>Departamentos de 1 y 2 recámaras</strong></span>\r\nen el Hotel El Careyes</li>\r\n	<li><span><strong>Sobre la playa y alrededor de la piscina</strong></span></li>\r\n	<li><span><strong>Hermosa terraza en la azotea</strong></span></li>\r\n	<li><span><strong>Amueblados</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Condos In Hotel<!--:--><!--:es-->Condominios En Hotel<!--:-->', '', 'inherit', 'closed', 'open', '', '389-revision-2', '', '', '2011-12-01 02:00:20', '2011-12-01 02:00:20', '', 389, 'http://www.careyes.com.mx/web/?p=711', 0, 'revision', '', 0),
(712, 1, '2011-12-01 02:01:31', '2011-12-01 02:01:31', '<!--:en-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Ocean View on Careyes Bay</strong></span></li>\r\n	<li><span><strong>Two Bedrooms and Three Bathrooms</strong></span></li>\r\n	<li><span><strong>Living Room</strong></span></li>\r\n	<li><span><strong>Terrace with Plunge Pool</strong></span></li>\r\n	<li><span><strong>Hotel and rental services</strong></span></li>\r\n	<li><strong><span>Equipped kitchen</span></strong></li>\r\n	<li><strong><span>Air conditioned in every room</span></strong></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><span><strong>On two Floors</strong></span></li>\r\n	<li><strong><span>A few Steps From Two Quiet Beaches</span></strong></li>\r\n	<li><strong><span>223 m2 (2,450 square feet)</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=9]\r\n<ul>\r\n	<li><span><strong>Vista al mar sobre Bahía Careyes</strong></span></li>\r\n	<li><span><strong>Dos recámaras y tres baños</strong></span></li>\r\n	<li><span><strong>Sala</strong></span></li>\r\n	<li><span><strong>Terraza con alberca honda</strong></span></li>\r\n	<li><span><strong>Servicios de hotel y arrendamiento</strong></span></li>\r\n	<li><span><strong>Cocina equipada</strong></span></li>\r\n	<li><span><strong>Aire acondicionado en todas las habitaciones</strong></span></li>\r\n	<li><span><strong>Entrada vigilada las 24 horas</strong></span></li>\r\n	<li><span><strong>Distribución sobre 2 pisos</strong></span></li>\r\n	<li><span><strong>A pocos pasos de dos playas tranquilas</strong></span></li>\r\n	<li><span><strong>223 m2</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Tucan<!--:--><!--:es-->Tucan<!--:-->', '', 'inherit', 'closed', 'open', '', '387-revision-2', '', '', '2011-12-01 02:01:31', '2011-12-01 02:01:31', '', 387, 'http://www.careyes.com.mx/web/?p=712', 0, 'revision', '', 0),
(714, 1, '2011-12-01 06:05:07', '2011-12-01 06:05:07', '<!--:en-->[imagebrowser id=20]\r\n<ul style="text-align: justify;">\r\n	<li><span><strong>Mountain, jungle &amp; ocean views</strong></span></li>\r\n	<li><span><strong>Four bedrooms</strong></span>\r\nwith ensuite bathrooms</li>\r\n	<li><span><strong>Media room &amp; office</strong></span></li>\r\n	<li><span><strong>Large living / dining palapa</strong></span></li>\r\n	<li><span><strong>Spectacular roof terrace</strong></span>\r\nwith 360º views</li>\r\n	<li><span><strong>Cascade pool with jacuzzi</strong></span></li>\r\n	<li><span><strong>Fully staffed</strong></span>\r\nwith butler, chef, maid</li>\r\n	<li><span><strong>Rates on request</strong></span></li>\r\n</ul>\r\n<div>\r\n<p style="text-align: justify;">From its hilltop location, Casa Cielo, surveys the dramatic mountain ranges, dense jungles and sea beyond. Set on a large, lushly landscaped lot, the villa offers an unusual level of privacy. From its dazzling rooftop terrace, one has 360° views of the Careyes community. A large open living palapa opens to a relaxing pool terrace, the sounds of nature are interlaced with the soothing sounds of splashing water from the courtyard fountain.</p>\r\n\r\n</div><!--:--><!--:es-->[imagebrowser id=20]\r\n<ul style="text-align: justify;">\r\n	<li><span><strong>Vistas a las montañas, la selva y el mar</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras</strong></span>\r\ncon baños contiguos</li>\r\n	<li><span><strong>Salón de entretenimiento y oficina</strong></span></li>\r\n	<li><span><strong>Sala/comedor grande con techo de palapa</strong></span></li>\r\n	<li><span><strong>Espectacular terraza en la azotea</strong></span>\r\ncon vista de 360°</li>\r\n	<li><span><strong>Piscina con cascada y jacuzzi</strong></span></li>\r\n	<li><span><strong>Staff doméstico completo</strong></span>\r\ncon mayordomo, chef y recamarera</li>\r\n	<li><span><strong>Tarifas disponibles previa solicitud</strong></span></li>\r\n</ul>\r\n<p style="text-align: justify;">Desde su ubicación en la punta de un cerro, Casa Cielo contempla la dramática cordillera, la selva tupida, y el mar. Enclavada en medio de un terreno grande y lleno de vegetación, la villa brinda un inusitado nivel de privacidad. Desde la extraordinaria terraza en la azotea se tienen vistas de 360° de la comunidad Careyes. Una amplia sala abierta con techo de palapa se abre a una terraza con piscina, donde los sonidos de la naturaleza se entremezclan con el ruido sosegado de una fuente.</p><!--:-->', '<!--:en-->Torre del Cielo<!--:--><!--:es-->Torre del Cielo<!--:-->', '', 'inherit', 'closed', 'open', '', '383-revision-2', '', '', '2011-12-01 06:05:07', '2011-12-01 06:05:07', '', 383, 'http://www.careyes.com.mx/web/?p=714', 0, 'revision', '', 0),
(715, 1, '2011-12-01 02:19:45', '2011-12-01 02:19:45', '<!--:en-->[imagebrowser id=14]\r\n<ul>\r\n	<li><strong><span>Ocean View</span></strong>\r\non Rincón de Careyes</li>\r\n	<li><strong><span>Palapa Living Room</span></strong></li>\r\n	<li><strong><span>Large Pool</span></strong></li>\r\n	<li><span>Four Bedrooms &amp; Five Bathrooms</span></li>\r\n	<li><span><strong>Studio</strong></span></li>\r\n	<li><strong><span>Two Bedroom Staff Quarters</span></strong>\r\nand laundry</li>\r\n	<li><strong><span>Furnished</span></strong></li>\r\n	<li><span><strong>Land: 4,300 m2 (1.06 acre)</strong></span></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=14]\r\n<ul>\r\n	<li><span><strong>Con vista al mar</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span><strong>Piscina grande</strong></span></li>\r\n	<li><span><strong>Cuatro recámaras &amp; cinco baños</strong></span></li>\r\n	<li><span><strong>Estudio</strong></span></li>\r\n	<li><span><strong>Dos cuartos de servicio</strong></span>\r\ny lavandería</li>\r\n	<li><strong><span>Amueblada</span></strong></li>\r\n	<li><strong><span>Terreno: 4,300 m2</span></strong></li>\r\n</ul><!--:-->', '<!--:en-->Casa Nautilus<!--:--><!--:es-->Casa Nautilus<!--:-->', '', 'inherit', 'closed', 'open', '', '381-revision-2', '', '', '2011-12-01 02:19:45', '2011-12-01 02:19:45', '', 381, 'http://www.careyes.com.mx/web/?p=715', 0, 'revision', '', 0),
(716, 1, '2011-12-01 02:34:58', '2011-12-01 02:34:58', '<!--:en-->[imagebrowser id=19]\r\n<ul>\r\n	<li><span><strong>Very Private Oceanfront</strong></span>\r\non Rincón de  Careyes</li>\r\n	<li><strong><span>Built on a Private Creek</span></strong></li>\r\n	<li><strong><span>Palapa Living Room</span></strong></li>\r\n	<li><strong><span>Three Bedrooms &amp; Four Bathrroms</span></strong></li>\r\n	<li><strong><span>Infinity Pool</span></strong></li>\r\n	<li><strong><span>Fully equipped kitchen</span></strong></li>\r\n	<li><strong><span>Wi Fi  internet </span></strong><span style="color: #333333;"><span>and</span> </span>\r\nair conditioned in every room</li>\r\n	<li><span><strong>Laundry room</strong></span></li>\r\n	<li><strong><span>Security gate 24 hours</span></strong></li>\r\n	<li><strong><span>Stairway to Private Beach</span></strong></li>\r\n	<li><strong><span>Staff Quarters</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=19]\r\n<ul>\r\n	<li><span><strong>Frente al mar, ubicación sumamente privada</strong></span>\r\nen Rincón de Careyes</li>\r\n	<li><span><strong>Construido sobre un arroyo privado</strong></span></li>\r\n	<li><span><strong>Sala con techo de palapa</strong></span></li>\r\n	<li><span><strong>Tres recámaras y cuatro baños</strong></span></li>\r\n	<li><span><strong>Piscina infinita</strong></span></li>\r\n	<li><span><strong>Cocina totalmente equipada</strong></span></li>\r\n	<li><span><strong>Internet WiFi y aire acondicionado</strong></span>\r\nen todas las habitaciones</li>\r\n	<li><span><strong>Lavandería</strong></span></li>\r\n	<li><span><strong>Portón de seguridad con vigilancia las 24 horas</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n	<li><span><strong>Cuartos de servicio</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '379-revision-2', '', '', '2011-12-01 02:34:58', '2011-12-01 02:34:58', '', 379, 'http://www.careyes.com.mx/web/?p=716', 0, 'revision', '', 0),
(717, 1, '2011-12-08 22:28:29', '2011-12-08 22:28:29', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-3', '', '', '2011-12-08 22:28:29', '2011-12-08 22:28:29', '', 398, 'http://www.careyes.com.mx/web/?p=717', 0, 'revision', '', 0),
(718, 1, '2011-12-01 02:31:25', '2011-12-01 02:31:25', '<!--:en-->[imagebrowser id=16]\r\n<ul>\r\n	<li><span><strong>Ocean front</strong></span>\r\non Peninsula de las Estrellas</li>\r\n	<li><strong><span>Palapa living room</span></strong></li>\r\n	<li><strong><span>Infinity pool</span></strong>\r\nand a twelve person jacuzzi</li>\r\n	<li><strong><span>Master suite and 6 guest bedrooms</span></strong>\r\nall fancing the ocean</li>\r\n	<li><strong><span>Eight bathrooms</span></strong></li>\r\n	<li><strong><span>Fully equipped gym</span></strong></li>\r\n	<li><strong><span>Media room  and large library</span></strong></li>\r\n	<li><span><strong>Bocce Court</strong></span></li>\r\n	<li><strong><span>Stairway  to Private Beach</span></strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=16]\r\n<ul>\r\n	<li><span><strong>Frente al mar</strong></span>\r\nen la Península de las Estrellas</li>\r\n	<li><strong><span>Sala con techo de palapa</span></strong></li>\r\n	<li><strong><span>Piscina infinita y jacuzzi</span></strong>\r\ncon cupo para 12 personas</li>\r\n	<li><span><strong>Suite master y 6 recámaras,</strong></span>\r\ntodas con vistas al mar</li>\r\n	<li><span><strong>Ocho baños</strong></span></li>\r\n	<li><span><strong>Gimnasio totalmente equipado</strong></span></li>\r\n	<li><span><strong>Sala de entretenimiento y biblioteca amplia</strong></span></li>\r\n	<li><span><strong>Cancha de bocce</strong></span></li>\r\n	<li><span><strong>Escalera a playa privada</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Dos Estrellas<!--:--><!--:es-->Dos Estrellas<!--:-->', '', 'inherit', 'closed', 'open', '', '377-revision-2', '', '', '2011-12-01 02:31:25', '2011-12-01 02:31:25', '', 377, 'http://www.careyes.com.mx/web/?p=718', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(719, 1, '2011-12-01 06:08:19', '2011-12-01 06:08:19', '<!--:en-->[imagebrowser id=21]\r\n<ul>\r\n	<li><strong>Destination weddings</strong></li>\r\n	<li><strong>Birthdays &amp; Anniversaries</strong></li>\r\n	<li><strong>Corporate retreats</strong></li>\r\n	<li><strong>Product launches</strong></li>\r\n	<li><strong>Photo shoots</strong></li>\r\n	<li><strong>Film location</strong></li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=21]\r\n<ul>\r\n	<li><strong>Destino para bodas</strong></li>\r\n	<li><strong>Cumpleaños y aniversarios</strong></li>\r\n	<li><strong>Retiros corporativos</strong></li>\r\n	<li><strong>Lanzamiento de productos</strong></li>\r\n	<li><strong>Sesiones fotográficas</strong></li>\r\n	<li><strong>Locaciones para películas</strong></li>\r\n</ul><!--:-->', '<!--:en-->Events<!--:--><!--:es-->Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '374-revision-2', '', '', '2011-12-01 06:08:19', '2011-12-01 06:08:19', '', 374, 'http://www.careyes.com.mx/web/?p=719', 0, 'revision', '', 0),
(720, 1, '2011-12-01 06:10:35', '2011-12-01 06:10:35', '<!--:en-->[imagebrowser id=23]\r\n<span style="color: #00aeef;"><strong>Save the Turtles</strong></span>\r\n<p style="text-align: justify;">Our turtle protection program on Teopa beach has collected over 500,000 sea turtle eggs to protect them from predators and poachers. Guests may participate in the collection of the eggs from July through November and on the release of the baby turtles to the sea in the winter months. The majestic giant sea turtles which populate our waters is why we are called the “Turtle Coast”.</p>\r\n\r\n<ul>\r\n	<li><strong>Birdwatching</strong>\r\nover 270 species</li>\r\n	<li><strong>Hiking</strong>\r\nthrough a vast nature preserve</li>\r\n	<li><strong>Crocodile Lagoon Tour</strong></li>\r\n	<li><strong>Isla de los Pajaros</strong>\r\na protected sea bird nesting ground</li>\r\n	<li><strong>Whale Spotting</strong>\r\nDecember to March</li>\r\n	<li><strong>Dolphin Spotting</strong>\r\nyear around</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=23]\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"><span style="color: #00aeef;"><strong>Rescata a las Tortugas\r\n</strong></span></p>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;">Nuestro programa de protección de tortugas en Playa Teopa ha recolectado más de 500,000 huevos de tortuga para protegerlos contra predadores y cazadores ilegales. Nuestros huéspedes pueden participar en la recolección de huevos entre julio y noviembre, y en la liberación de las tortuguitas al mar en los meses de invierno. Es por las majestuosas tortugas marinas que viven en nuestras aguas que esta zona se conoce como “Costa Careyes”.</p>\r\n\r\n<ul>\r\n	<li><strong>Avistamiento de aves,</strong>\r\ncon más de 270 especies</li>\r\n	<li><strong>Caminatas</strong>\r\npor una vasta área natural protegida</li>\r\n	<li><strong>Recorrido por laguna con cocodrilos</strong></li>\r\n	<li><strong>Islas de los Pájaros, una reserva protegida</strong>\r\ndonde anidan aves marinas</li>\r\n	<li><strong>Avistamiento de ballenas</strong>\r\nde diciembre a marzo</li>\r\n	<li><strong>Observación de delfines</strong>\r\ntodo el año</li>\r\n</ul>\r\n<p class="MsoNormal" style="text-align: justify; margin: 0cm 0cm 10pt;"></p><!--:-->', '<!--:en-->Nature<!--:--><!--:es-->Naturaleza<!--:-->', '', 'inherit', 'closed', 'open', '', '372-revision-2', '', '', '2011-12-01 06:10:35', '2011-12-01 06:10:35', '', 372, 'http://www.careyes.com.mx/web/?p=720', 0, 'revision', '', 0),
(721, 1, '2011-12-01 06:11:28', '2011-12-01 06:11:28', '<!--:en-->[imagebrowser id=24]\r\n<ul>\r\n	<li><strong>Horseback riding</strong>\r\nalong beaches and throughjungles</li>\r\n	<li><strong>Polo games</strong>\r\nlessons available</li>\r\n	<li><strong>Tennis</strong></li>\r\n	<li><strong>Golf at El Tamarindo</strong>\r\none of the world’s top ranked courses</li>\r\n	<li><strong>Spa services available in your rooms,</strong>\r\nin private homes or on the beach</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=24]\r\n<ul>\r\n	<li><strong>Cabalgatas</strong>\r\npor playas y selvas</li>\r\n	<li><strong>Juegos de polo</strong>\r\n(instructor disponible)</li>\r\n	<li><strong>Tenis</strong></li>\r\n	<li><strong>Golf en El Tamarindo,</strong>\r\nun campo de renombre mundial</li>\r\n	<li><strong>Servicios de spa en tu habitación,</strong>\r\nen casas privadas, o en la playa</li>\r\n</ul><!--:-->', '<!--:en-->Land<!--:--><!--:es-->Tierra<!--:-->', '', 'inherit', 'closed', 'open', '', '370-revision-2', '', '', '2011-12-01 06:11:28', '2011-12-01 06:11:28', '', 370, 'http://www.careyes.com.mx/web/?p=721', 0, 'revision', '', 0),
(722, 1, '2011-12-01 06:09:09', '2011-12-01 06:09:09', '<!--:en-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-2', '', '', '2011-12-01 06:09:09', '2011-12-01 06:09:09', '', 368, 'http://www.careyes.com.mx/web/?p=722', 0, 'revision', '', 0),
(723, 1, '2011-11-18 17:31:35', '2011-11-18 17:31:35', '', '<!--:en-->Art - Event Schedule<!--:--><!--:es-->Art- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '313-revision-2', '', '', '2011-11-18 17:31:35', '2011-11-18 17:31:35', '', 313, 'http://www.careyes.com.mx/web/?p=723', 0, 'revision', '', 0),
(724, 1, '2011-12-08 22:42:04', '2011-12-08 22:42:04', '', '<!--:en-->Art - Event Schedule<!--:--><!--:es-->Art- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '313-revision-3', '', '', '2011-12-08 22:42:04', '2011-12-08 22:42:04', '', 313, 'http://www.careyes.com.mx/web/?p=724', 0, 'page', '', 0),
(725, 1, '2011-12-01 06:27:34', '2011-12-01 06:27:34', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-12-01 06:27:34', '2011-12-01 06:27:34', '', 326, 'http://www.careyes.com.mx/web/?p=725', 0, 'page', '', 0),
(726, 1, '2011-12-01 06:29:25', '2011-12-01 06:29:25', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-12-01 06:29:25', '2011-12-01 06:29:25', '', 323, 'http://www.careyes.com.mx/web/?p=726', 0, 'page', '', 0),
(727, 1, '2011-12-01 06:13:33', '2011-12-01 06:13:33', '<!--:en-->[imagebrowser id=26]\r\n<p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p><!--:--><!--:es-->[imagebrowser id=26]\r\n<p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-12-01 06:13:33', '2011-12-01 06:13:33', '', 292, 'http://www.careyes.com.mx/web/?p=727', 0, 'page', '', 0),
(728, 1, '2011-11-17 08:11:47', '2011-11-17 08:11:47', '', '<!--:en-->Cultural Plaza<!--:--><!--:es-->Plaza Cultural <!--:-->', '', 'inherit', 'closed', 'open', '', '304-revision-2', '', '', '2011-11-17 08:11:47', '2011-11-17 08:11:47', '', 304, 'http://www.careyes.com.mx/web/?p=728', 0, 'page', '', 0),
(729, 1, '2011-11-18 23:32:06', '2011-11-18 23:32:06', '', '<!--:en-->Directions<!--:--><!--:es-->Instrucciones<!--:-->', '', 'inherit', 'closed', 'open', '', '341-revision-2', '', '', '2011-11-18 23:32:06', '2011-11-18 23:32:06', '', 341, 'http://www.careyes.com.mx/web/?p=729', 0, 'page', '', 0),
(730, 1, '2011-12-08 00:55:55', '2011-12-08 00:55:55', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 00:55:55', '2011-12-08 00:55:55', '', 684, 'http://www.careyes.com.mx/web/?p=730', 0, 'page', '', 0),
(731, 1, '2011-11-17 08:12:26', '2011-11-17 08:12:26', '', '<!--:en-->Film & Arts<!--:--><!--:es-->Art & Cine <!--:-->', '', 'inherit', 'closed', 'open', '', '310-revision-2', '', '', '2011-11-17 08:12:26', '2011-11-17 08:12:26', '', 310, 'http://www.careyes.com.mx/web/?p=731', 0, 'page', '', 0),
(732, 1, '2011-12-01 06:42:22', '2011-12-01 06:42:22', '<!--:en-->[imagebrowser id=36]\r\n<span style="color: #00aeef;"><strong>Direct Flights to Manzanillo</strong></span>\r\n\r\n<strong>HOUSTON WITH CONTINENTAL AIRLINES, EARLY.</strong>\r\n\r\n<strong>LOS ANGELES WITH ALASKA AIRLINES, 5 TIMES A WEEK</strong>\r\n(except Mondays and Thursdays).\r\n\r\n<strong>MEXICO CITY WITH AEROMAR, DAILY.</strong>\r\n\r\n<strong>MEXICO CITY WITH INTERJET, 4 TIMES A WEEK </strong>\r\n(except Tuesdays, Wednesdays and Sundays).<!--:--><!--:es-->[imagebrowser id=36]\r\n<span style="color: #3366ff;"><strong>Vuelos directos a Manzanillo</strong></span>\r\n\r\n<strong>Desde Houston por Continental Airlines, próximamente.</strong>\r\n\r\n<strong>Desde Los Angeles por Alaska Airlines, 5 veces a la semana</strong>\r\n(excepto los Lunes y Jueves).\r\n\r\n<strong>Desde la Ciudad de México por Aeromar, diario</strong><!--:-->', '<!--:en-->Flights<!--:--><!--:es-->Vuelos<!--:-->', '', 'inherit', 'closed', 'open', '', '344-revision-2', '', '', '2011-12-01 06:42:22', '2011-12-01 06:42:22', '', 344, 'http://www.careyes.com.mx/web/?p=732', 0, 'page', '', 0),
(733, 1, '2011-12-01 06:40:02', '2011-12-01 06:40:02', '<!--:en-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\r\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p>\r\n<p style="text-align: justify;">In 2011 the new 7,000 feet paved landing strip, 30 minutes away from Careyes, will be inaugurated.</p><!--:--><!--:es-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p>\r\n<p style="text-align: justify;">En 2011 se inaugurará una nueva pista de aterrizaje pavimentada de más de 2000 metros, a 30 minutos de Careyes.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-12-01 06:40:02', '2011-12-01 06:40:02', '', 335, 'http://www.careyes.com.mx/web/?p=733', 0, 'page', '', 0),
(734, 1, '2011-12-08 23:38:00', '2011-12-08 23:38:00', '<!--:en-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\r\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p>\r\n<p style="text-align: justify;">In 2011 the new 7,000 feet paved landing strip, 30 minutes away from Careyes, will be inaugurated.</p><!--:--><!--:es-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p>\r\n<p style="text-align: justify;">En 2011 se inaugurará una nueva pista de aterrizaje pavimentada de más de 2000 metros, a 30 minutos de Careyes.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-12-08 23:38:00', '2011-12-08 23:38:00', '', 335, 'http://www.careyes.com.mx/web/?p=734', 0, 'page', '', 0),
(735, 1, '2011-12-01 08:22:57', '2011-12-01 08:22:57', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es-->&nbsp;\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-01 08:22:57', '2011-12-01 08:22:57', '', 350, 'http://www.careyes.com.mx/web/?p=735', 0, 'page', '', 0),
(736, 1, '2011-12-01 08:24:34', '2011-12-01 08:24:34', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350">Online Request Form</a>\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350&amp;lang=es">Formato de Solicitud en línea</a>\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-01 08:24:34', '2011-12-01 08:24:34', '', 347, 'http://www.careyes.com.mx/web/?p=736', 0, 'page', '', 0),
(737, 1, '2011-12-01 00:54:16', '2011-12-01 00:54:16', '<!--:en-->[imagebrowser id=6]\r\n\r\nArt Careyes was inaugurated on August 15th by Gian Franco Brignone in the presence of his family, Giorgio, Emanuela, Fillippo and Sofia. The beautiful new gallery was designed by architect Emanuela Brignone Cattaneo. The gallery is located in the new Plaza de Los Caballeros del Sol, the cultural hub of Careyes which also includes a performance space and an outdoor cinema. The inaugural exhibit, which was coordinated by Viviana Dean, featured the works of the many talented artists associated with Careyes.<!--:--><!--:es-->[imagebrowser id=6]\r\n\r\nArt Careyes fue inaugurado el 15 de agosto por Gian Franco Brignone en presencia de su familia: Giorgio, Emanuela, Fillippo y Sofia. Esta hermosa galería nueva fue diseñada por la arquitecta Emanuela Brignone Cattaneo. Se ubica en la nueva Plaza de los Caballeros del Sol, el eje cultural de Careyes, que también incluye un espacio para las artes escénicas y un cine al aire libre. En la muestra inaugural, coordinada por Viviana Dean, se exhibieron obras de muchos artistas que tienen lazos con Careyes.<!--:-->', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-12-01 00:54:16', '2011-12-01 00:54:16', '', 307, 'http://www.careyes.com.mx/web/?p=737', 0, 'page', '', 0),
(738, 1, '2011-11-17 08:07:29', '2011-11-17 08:07:29', '', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-11-17 08:07:29', '2011-11-17 08:07:29', '', 286, 'http://www.careyes.com.mx/web/?p=738', 0, 'page', '', 0),
(739, 1, '2011-12-01 02:12:28', '2011-12-01 02:12:28', '<!--:en-->[imagebrowser id=11]\r\n<p style="text-align: justify;">A select group of oceanfront and ocean view lots are available for purchase in Costa Careyes. All of the lots have been planned to be in harmony with the environment and guidelines insure that new houses in Costa Careyes are sympathetic to both the community and the environment. An experienced team of designers and builders can actualize your own private paradise. An opportunity to be a part of one of the world’s most desirable communities.</p><!--:--><!--:es-->[imagebrowser id=11]\r\n<p style="text-align: justify;">Un grupo selecto de terrenos frente al mar y con vista al mar, disponibles para compra en Costa Careyes. Todos los terrenos han sido planeados para estar en sintonía con el medio ambiente y los lineamientos aseguran que las casa nuevas que se construyan en Costa Careyes armonicen con la comunidad y el entorno natural. Un equipo experimentado de diseñadores y constructores podrá realizar tu propio paraíso privado. Una oportunidad para pertenecer a una de las comunidades más codiciadas del mundo.</p><!--:-->', '<!--:en-->Lots<!--:--><!--:es-->Terrenos<!--:-->', '', 'inherit', 'closed', 'open', '', '320-revision-2', '', '', '2011-12-01 02:12:28', '2011-12-01 02:12:28', '', 320, 'http://www.careyes.com.mx/web/?p=739', 0, 'page', '', 0),
(740, 1, '2011-12-01 06:40:53', '2011-12-01 06:40:53', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-01 06:40:53', '2011-12-01 06:40:53', '', 338, 'http://www.careyes.com.mx/web/?p=740', 0, 'page', '', 0),
(741, 1, '2011-12-01 02:08:55', '2011-12-01 02:08:55', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-12-01 02:08:55', '2011-12-01 02:08:55', '', 317, 'http://www.careyes.com.mx/web/?p=741', 0, 'page', '', 0),
(742, 1, '2011-11-17 08:11:21', '2011-11-17 08:11:21', '', '<!--:en-->Photo Gallery<!--:--><!--:es-->Galeria Fotografica<!--:-->', '', 'inherit', 'closed', 'open', '', '301-revision-2', '', '', '2011-11-17 08:11:21', '2011-11-17 08:11:21', '', 301, 'http://www.careyes.com.mx/web/?p=742', 0, 'page', '', 0),
(743, 1, '2011-11-19 22:20:23', '2011-11-19 22:20:23', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p><!--:-->', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-11-19 22:20:23', '2011-11-19 22:20:23', '', 298, 'http://www.careyes.com.mx/web/?p=743', 0, 'page', '', 0),
(744, 1, '2011-11-17 08:09:46', '2011-11-17 08:09:46', '', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-11-17 08:09:46', '2011-11-17 08:09:46', '', 295, 'http://www.careyes.com.mx/web/?p=744', 0, 'page', '', 0),
(745, 1, '2011-11-19 23:13:17', '2011-11-19 23:13:17', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>                                        \r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500 \r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<strong>Festive Season Rates | December 20-January 10</strong>\r\n\r\n<span style="color: #00ccff;"><strong>CASTLES</strong></span> (6 or 8 BEDROOMS)\r\n$10,000 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only - driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax  included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS</strong></span> (3 BEDROOMS)\r\n<strong>Nido de Amor</strong> $4,000 per night minimum 10 nights\r\n<strong>Constellation</strong> $3,500 per night minimum 10 nights\r\n\r\n<em>MAP for house guests only- driver services- All local beverages and round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS DE LAS FLORES</strong></span> minimum 7 nights\r\n1 bedroom                     $ 500\r\n2 bedroom no pool       $ 900\r\n2 bedroom with pool     $ 1,000\r\n3 bedroom with pool     $ 1,250\r\n4 bedroom with pool     $ 1,500\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em>\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA</strong></span> minimum 7 nights\r\n1 bedroom $ 400\r\n\r\n<em>Round trip transfers from PV or Manzanillo airport, tax included, 5 % service not included.</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>                                \r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500 \r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span><strong>Tarifas Temporada Alta | Diciembre 20-Enero 10</strong></span>\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS</strong></span> (6 u 8 recámaras)\r\n$10,000 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS</strong></span> (3 recámaras)\r\n<strong>Nido de Amor</strong> $4,000 por noche, mínimo 10 noches\r\n<strong>Constelación</strong> $3,500 por noche, mínimo 10 noches\r\n\r\n<em>Desayuno incluido para huéspedes únicamente. Se incluyen servicios de chofer, todas las bebidas nacionales, traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, e impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS DE LAS FLORES</strong></span>, mínimo 7 noches\r\n1 recámara $ 500\r\n2 recámaras sin alberca $ 900\r\n2 recámaras con alberca $ 1,000\r\n3 recámaras con alberca $ 1,250\r\n4 recámaras con alberca $ 1,500\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em>\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA</strong></span>, mínimo 7 noches\r\n1 recámara $ 400\r\n\r\n<em>Se incluyen traslados redondos del aeropuerto de Puerto Vallarta o Manzanillo, impuestos. </em><em>5% por servicio no incluido.</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-11-19 23:13:17', '2011-11-19 23:13:17', '', 329, 'http://www.careyes.com.mx/web/?p=745', 0, 'page', '', 0),
(747, 1, '2011-11-19 23:18:30', '2011-11-19 23:18:30', '<!--:en--><p style="text-align: justify;">4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.\r\n7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies:\r\nUpgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'open', '', '332-revision-2', '', '', '2011-11-19 23:18:30', '2011-11-19 23:18:30', '', 332, 'http://www.careyes.com.mx/web/?p=747', 0, 'page', '', 0),
(754, 1, '2011-12-09 01:01:14', '2011-12-09 01:01:14', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '753-revision', '', '', '2011-12-09 01:01:14', '2011-12-09 01:01:14', '', 753, 'http://www.careyes.com.mx/web/?p=754', 0, 'revision', '', 0),
(755, 1, '2011-12-09 01:01:36', '2011-12-09 01:01:36', ' ', '', '', 'publish', 'closed', 'closed', '', '755', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=755', 32, 'nav_menu_item', '', 0),
(756, 1, '2011-12-09 01:01:36', '2011-12-09 01:01:36', '', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-09 01:01:36', '2011-12-09 01:01:36', '', 753, 'http://www.careyes.com.mx/web/?p=756', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(757, 1, '2012-05-12 03:53:14', '2012-05-12 03:53:14', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\nCareyes is widely acknowledged by the press\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\n\nHere are some recent examples of Careyes in the international press.\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\n<tbody>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf">quienmayo2012_mc<img class="alignnone size-full wp-image-1347" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1346" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="alignnone size-full wp-image-1345" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n</tbody>\n</table><!--:--><!--:es-->\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\n\nAquí unas notas recientes sobre Careyes en la prensa internacional.\n\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\n<tbody>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n<tr>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\n</tr>\n</tbody>\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-autosave', '', '', '2012-05-12 03:53:14', '2012-05-12 03:53:14', '', 753, 'http://www.careyes.com.mx/web/?p=757', 0, 'revision', '', 0),
(1339, 1, '2011-12-11 03:00:23', '2011-12-11 03:00:23', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2011-12-11 03:00:23', '2011-12-11 03:00:23', '', 753, 'http://www.careyes.com.mx/web/?p=1339', 0, 'page', '', 0),
(758, 1, '2011-12-09 01:04:39', '2011-12-09 01:04:39', '', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-09 01:04:39', '2011-12-09 01:04:39', '', 753, 'http://www.careyes.com.mx/web/?p=758', 0, 'page', '', 0),
(759, 1, '2011-12-09 02:19:30', '2011-12-09 02:19:30', '', 'press01', '', 'inherit', 'closed', 'open', '', 'press01', '', '', '2011-12-09 02:19:30', '2011-12-09 02:19:30', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg', 0, 'attachment', 'image/jpeg', 0),
(760, 1, '2011-12-09 02:20:11', '2011-12-09 02:20:11', '', 'press02', '', 'inherit', 'closed', 'open', '', 'press02', '', '', '2011-12-09 02:20:11', '2011-12-09 02:20:11', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg', 0, 'attachment', 'image/jpeg', 0),
(761, 1, '2011-12-09 02:20:13', '2011-12-09 02:20:13', '', 'press03', '', 'inherit', 'closed', 'open', '', 'press03', '', '', '2011-12-09 02:20:13', '2011-12-09 02:20:13', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg', 0, 'attachment', 'image/jpeg', 0),
(762, 1, '2011-12-09 02:20:14', '2011-12-09 02:20:14', '', 'press04', '', 'inherit', 'closed', 'open', '', 'press04', '', '', '2011-12-09 02:20:14', '2011-12-09 02:20:14', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 1, '2011-12-09 02:20:16', '2011-12-09 02:20:16', '', 'press05', '', 'inherit', 'closed', 'open', '', 'press05', '', '', '2011-12-09 02:20:16', '2011-12-09 02:20:16', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg', 0, 'attachment', 'image/jpeg', 0),
(764, 1, '2011-12-09 02:20:17', '2011-12-09 02:20:17', '', 'press06', '', 'inherit', 'closed', 'open', '', 'press06', '', '', '2011-12-09 02:20:17', '2011-12-09 02:20:17', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg', 0, 'attachment', 'image/jpeg', 0),
(765, 1, '2011-12-09 02:20:19', '2011-12-09 02:20:19', '', 'press07', '', 'inherit', 'closed', 'open', '', 'press07', '', '', '2011-12-09 02:20:19', '2011-12-09 02:20:19', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg', 0, 'attachment', 'image/jpeg', 0),
(766, 1, '2011-12-09 02:20:20', '2011-12-09 02:20:20', '', 'press08', '', 'inherit', 'closed', 'open', '', 'press08', '', '', '2011-12-09 02:20:20', '2011-12-09 02:20:20', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg', 0, 'attachment', 'image/jpeg', 0),
(767, 1, '2011-12-09 02:20:21', '2011-12-09 02:20:21', '', 'press09', '', 'inherit', 'closed', 'open', '', 'press09', '', '', '2011-12-09 02:20:21', '2011-12-09 02:20:21', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg', 0, 'attachment', 'image/jpeg', 0),
(768, 1, '2011-12-09 02:20:23', '2011-12-09 02:20:23', '', 'press10', '', 'inherit', 'closed', 'open', '', 'press10', '', '', '2011-12-09 02:20:23', '2011-12-09 02:20:23', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg', 0, 'attachment', 'image/jpeg', 0),
(769, 1, '2011-12-09 02:20:25', '2011-12-09 02:20:25', '', 'press11', '', 'inherit', 'closed', 'open', '', 'press11', '', '', '2011-12-09 02:20:25', '2011-12-09 02:20:25', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg', 0, 'attachment', 'image/jpeg', 0),
(770, 1, '2011-12-09 02:20:27', '2011-12-09 02:20:27', '', 'press12', '', 'inherit', 'closed', 'open', '', 'press12', '', '', '2011-12-09 02:20:27', '2011-12-09 02:20:27', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg', 0, 'attachment', 'image/jpeg', 0),
(771, 1, '2011-12-09 02:20:28', '2011-12-09 02:20:28', '', 'press13', '', 'inherit', 'closed', 'open', '', 'press13', '', '', '2011-12-09 02:20:28', '2011-12-09 02:20:28', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg', 0, 'attachment', 'image/jpeg', 0),
(772, 1, '2011-12-09 02:20:30', '2011-12-09 02:20:30', '', 'press14', '', 'inherit', 'closed', 'open', '', 'press14', '', '', '2011-12-09 02:20:30', '2011-12-09 02:20:30', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg', 0, 'attachment', 'image/jpeg', 0),
(773, 1, '2011-12-09 02:20:31', '2011-12-09 02:20:31', '', 'press15', '', 'inherit', 'closed', 'open', '', 'press15', '', '', '2011-12-09 02:20:31', '2011-12-09 02:20:31', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg', 0, 'attachment', 'image/jpeg', 0),
(774, 1, '2011-12-09 02:20:33', '2011-12-09 02:20:33', '', 'press16', '', 'inherit', 'closed', 'open', '', 'press16', '', '', '2011-12-09 02:20:33', '2011-12-09 02:20:33', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg', 0, 'attachment', 'image/jpeg', 0),
(775, 1, '2011-12-09 02:20:34', '2011-12-09 02:20:34', '', 'press17', '', 'inherit', 'closed', 'open', '', 'press17', '', '', '2011-12-09 02:20:34', '2011-12-09 02:20:34', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg', 0, 'attachment', 'image/jpeg', 0),
(776, 1, '2011-12-09 02:20:36', '2011-12-09 02:20:36', '', 'press18', '', 'inherit', 'closed', 'open', '', 'press18', '', '', '2011-12-09 02:20:36', '2011-12-09 02:20:36', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg', 0, 'attachment', 'image/jpeg', 0),
(777, 1, '2011-12-09 02:20:37', '2011-12-09 02:20:37', '', 'press19', '', 'inherit', 'closed', 'open', '', 'press19', '', '', '2011-12-09 02:20:37', '2011-12-09 02:20:37', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg', 0, 'attachment', 'image/jpeg', 0),
(778, 1, '2011-12-09 02:20:39', '2011-12-09 02:20:39', '', 'press20', '', 'inherit', 'closed', 'open', '', 'press20', '', '', '2011-12-09 02:20:39', '2011-12-09 02:20:39', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg', 0, 'attachment', 'image/jpeg', 0),
(779, 1, '2011-12-09 02:20:40', '2011-12-09 02:20:40', '', 'press21', '', 'inherit', 'closed', 'open', '', 'press21', '', '', '2011-12-09 02:20:40', '2011-12-09 02:20:40', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg', 0, 'attachment', 'image/jpeg', 0),
(780, 1, '2011-12-09 02:20:42', '2011-12-09 02:20:42', '', 'press22', '', 'inherit', 'closed', 'open', '', 'press22', '', '', '2011-12-09 02:20:42', '2011-12-09 02:20:42', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg', 0, 'attachment', 'image/jpeg', 0),
(781, 1, '2011-12-09 02:20:43', '2011-12-09 02:20:43', '', 'press23', '', 'inherit', 'closed', 'open', '', 'press23', '', '', '2011-12-09 02:20:43', '2011-12-09 02:20:43', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg', 0, 'attachment', 'image/jpeg', 0),
(782, 1, '2011-12-09 02:20:45', '2011-12-09 02:20:45', '', 'press24', '', 'inherit', 'closed', 'open', '', 'press24', '', '', '2011-12-09 02:20:45', '2011-12-09 02:20:45', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg', 0, 'attachment', 'image/jpeg', 0),
(783, 1, '2011-12-09 02:20:47', '2011-12-09 02:20:47', '', 'press25', '', 'inherit', 'closed', 'open', '', 'press25', '', '', '2011-12-09 02:20:47', '2011-12-09 02:20:47', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(784, 1, '2011-12-09 02:20:48', '2011-12-09 02:20:48', '', 'press26', '', 'inherit', 'closed', 'open', '', 'press26', '', '', '2011-12-09 02:20:48', '2011-12-09 02:20:48', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg', 0, 'attachment', 'image/jpeg', 0),
(785, 1, '2011-12-09 02:20:50', '2011-12-09 02:20:50', '', 'press27', '', 'inherit', 'closed', 'open', '', 'press27', '', '', '2011-12-09 02:20:50', '2011-12-09 02:20:50', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg', 0, 'attachment', 'image/jpeg', 0),
(786, 1, '2011-12-09 01:54:21', '2011-12-09 01:54:21', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.<!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-09 01:54:21', '2011-12-09 01:54:21', '', 753, 'http://www.careyes.com.mx/web/?p=786', 0, 'page', '', 0),
(787, 1, '2011-12-09 02:22:24', '2011-12-09 02:22:24', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n\r\n[wpc_table id=1]<!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-09 02:22:24', '2011-12-09 02:22:24', '', 753, 'http://www.careyes.com.mx/web/?p=787', 0, 'page', '', 0),
(788, 1, '2011-12-10 01:50:26', '2011-12-10 01:50:26', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n\r\n[wpc_table id=1]<!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 01:50:26', '2011-12-10 01:50:26', '', 753, 'http://www.careyes.com.mx/web/?p=788', 0, 'page', '', 0),
(856, 1, '2011-12-10 02:12:53', '2011-12-10 02:12:53', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="alignnone size-full wp-image-759" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-760" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-761" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-762" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-763" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-764" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 02:12:53', '2011-12-10 02:12:53', '', 753, 'http://www.careyes.com.mx/web/?p=856', 0, 'page', '', 0),
(789, 1, '2011-12-10 02:09:49', '2011-12-10 02:09:49', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n\r\n[wpc_table id=1]\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="alignnone size-full wp-image-759" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-760" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-761" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-762" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-763" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-764" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 02:09:49', '2011-12-10 02:09:49', '', 753, 'http://www.careyes.com.mx/web/?p=789', 0, 'page', '', 0),
(790, 1, '2011-12-10 02:11:10', '2011-12-10 02:11:10', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="alignnone size-full wp-image-759" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-760" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-761" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-762" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-763" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-764" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 02:11:10', '2011-12-10 02:11:10', '', 753, 'http://www.careyes.com.mx/web/?p=790', 0, 'page', '', 0),
(821, 1, '2011-12-10 19:12:59', '2011-12-10 19:12:59', '', '0PDF_AD', '', 'inherit', 'closed', 'open', '', '0pdf_ad', '', '', '2011-12-10 19:12:59', '2011-12-10 19:12:59', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf', 0, 'attachment', 'application/pdf', 0),
(822, 1, '2011-12-10 19:13:31', '2011-12-10 19:13:31', '', '0PDF_ADi', '', 'inherit', 'closed', 'open', '', '0pdf_adi', '', '', '2011-12-10 19:13:31', '2011-12-10 19:13:31', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf', 0, 'attachment', 'application/pdf', 0),
(823, 1, '2011-12-10 19:13:35', '2011-12-10 19:13:35', '', '0PDF_AE', '', 'inherit', 'closed', 'open', '', '0pdf_ae', '', '', '2011-12-10 19:13:35', '2011-12-10 19:13:35', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf', 0, 'attachment', 'application/pdf', 0),
(824, 1, '2011-12-10 19:13:56', '2011-12-10 19:13:56', '', '0PDF_BLU', '', 'inherit', 'closed', 'open', '', '0pdf_blu', '', '', '2011-12-10 19:13:56', '2011-12-10 19:13:56', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_BLU.pdf', 0, 'attachment', 'application/pdf', 0),
(825, 1, '2011-12-10 19:14:02', '2011-12-10 19:14:02', '', '0PDF_Coastal_living_2011', '', 'inherit', 'closed', 'open', '', '0pdf_coastal_living_2011', '', '', '2011-12-10 19:14:02', '2011-12-10 19:14:02', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf', 0, 'attachment', 'application/pdf', 0),
(826, 1, '2011-12-10 19:14:15', '2011-12-10 19:14:15', '', '0PDF_CoastalLivingMagazineApril', '', 'inherit', 'closed', 'open', '', '0pdf_coastallivingmagazineapril', '', '', '2011-12-10 19:14:15', '2011-12-10 19:14:15', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf', 0, 'attachment', 'application/pdf', 0),
(827, 1, '2011-12-10 19:14:46', '2011-12-10 19:14:46', '', '0PDF_CV', '', 'inherit', 'closed', 'open', '', '0pdf_cv', '', '', '2011-12-10 19:14:46', '2011-12-10 19:14:46', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CV.pdf', 0, 'attachment', 'application/pdf', 0),
(828, 1, '2011-12-10 19:14:51', '2011-12-10 19:14:51', '', '0PDF_DW', '', 'inherit', 'closed', 'open', '', '0pdf_dw', '', '', '2011-12-10 19:14:51', '2011-12-10 19:14:51', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_DW.pdf', 0, 'attachment', 'application/pdf', 0),
(829, 1, '2011-12-10 19:15:06', '2011-12-10 19:15:06', '', '0PDF_DWH', '', 'inherit', 'closed', 'open', '', '0pdf_dwh', '', '', '2011-12-10 19:15:06', '2011-12-10 19:15:06', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_DWH.pdf', 0, 'attachment', 'application/pdf', 0),
(830, 1, '2011-12-10 19:15:12', '2011-12-10 19:15:12', '', '0PDF_entree_oct2011', '', 'inherit', 'closed', 'open', '', '0pdf_entree_oct2011', '', '', '2011-12-10 19:15:12', '2011-12-10 19:15:12', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf', 0, 'attachment', 'application/pdf', 0),
(831, 1, '2011-12-10 19:15:19', '2011-12-10 19:15:19', '', '0PDF_EQ', '', 'inherit', 'closed', 'open', '', '0pdf_eq', '', '', '2011-12-10 19:15:19', '2011-12-10 19:15:19', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_EQ.pdf', 0, 'attachment', 'application/pdf', 0),
(832, 1, '2011-12-10 19:15:25', '2011-12-10 19:15:25', '', '0PDF_forbes2011', '', 'inherit', 'closed', 'open', '', '0pdf_forbes2011', '', '', '2011-12-10 19:15:25', '2011-12-10 19:15:25', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf', 0, 'attachment', 'application/pdf', 0),
(833, 1, '2011-12-10 19:15:46', '2011-12-10 19:15:46', '', '0PDF_gala_2011', '', 'inherit', 'closed', 'open', '', '0pdf_gala_2011', '', '', '2011-12-10 19:15:46', '2011-12-10 19:15:46', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf', 0, 'attachment', 'application/pdf', 0),
(834, 1, '2011-12-10 19:15:57', '2011-12-10 19:15:57', '', '0PDF_HB', '', 'inherit', 'closed', 'open', '', '0pdf_hb', '', '', '2011-12-10 19:15:57', '2011-12-10 19:15:57', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf', 0, 'attachment', 'application/pdf', 0),
(835, 1, '2011-12-10 19:16:07', '2011-12-10 19:16:07', '', '0PDF_HemispheresLow', '', 'inherit', 'closed', 'open', '', '0pdf_hemisphereslow', '', '', '2011-12-10 19:16:07', '2011-12-10 19:16:07', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf', 0, 'attachment', 'application/pdf', 0),
(836, 1, '2011-12-10 19:16:26', '2011-12-10 19:16:26', '', '0PDF_HL', '', 'inherit', 'closed', 'open', '', '0pdf_hl', '', '', '2011-12-10 19:16:26', '2011-12-10 19:16:26', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HL.pdf', 0, 'attachment', 'application/pdf', 0),
(837, 1, '2011-12-10 19:17:17', '2011-12-10 19:17:17', '', '0PDF_hola_oct2011', '', 'inherit', 'closed', 'open', '', '0pdf_hola_oct2011', '', '', '2011-12-10 19:17:17', '2011-12-10 19:17:17', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf', 0, 'attachment', 'application/pdf', 0),
(838, 1, '2011-12-10 19:17:25', '2011-12-10 19:17:25', '', '0PDF_hotbook2011', '', 'inherit', 'closed', 'open', '', '0pdf_hotbook2011', '', '', '2011-12-10 19:17:25', '2011-12-10 19:17:25', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf', 0, 'attachment', 'application/pdf', 0),
(839, 1, '2011-12-10 19:18:02', '2011-12-10 19:18:02', '', '0PDF_hpbazar', '', 'inherit', 'closed', 'open', '', '0pdf_hpbazar', '', '', '2011-12-10 19:18:02', '2011-12-10 19:18:02', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf', 0, 'attachment', 'application/pdf', 0),
(840, 1, '2011-12-10 19:18:37', '2011-12-10 19:18:37', '', '0PDF_LF', '', 'inherit', 'closed', 'open', '', '0pdf_lf', '', '', '2011-12-10 19:18:37', '2011-12-10 19:18:37', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf', 0, 'attachment', 'application/pdf', 0),
(841, 1, '2011-12-10 19:18:40', '2011-12-10 19:18:40', '', '0PDF_NO', '', 'inherit', 'closed', 'open', '', '0pdf_no', '', '', '2011-12-10 19:18:40', '2011-12-10 19:18:40', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_NO.pdf', 0, 'attachment', 'application/pdf', 0),
(842, 1, '2011-12-10 19:18:50', '2011-12-10 19:18:50', '', '0PDF_organicspa', '', 'inherit', 'closed', 'open', '', '0pdf_organicspa', '', '', '2011-12-10 19:18:50', '2011-12-10 19:18:50', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf', 0, 'attachment', 'application/pdf', 0),
(843, 1, '2011-12-10 19:19:03', '2011-12-10 19:19:03', '', '0PDF_POLO', '', 'inherit', 'closed', 'open', '', '0pdf_polo', '', '', '2011-12-10 19:19:03', '2011-12-10 19:19:03', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf', 0, 'attachment', 'application/pdf', 0),
(844, 1, '2011-12-10 19:19:06', '2011-12-10 19:19:06', '', '0PDF_PR', '', 'inherit', 'closed', 'open', '', '0pdf_pr', '', '', '2011-12-10 19:19:06', '2011-12-10 19:19:06', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PR.pdf', 0, 'attachment', 'application/pdf', 0),
(845, 1, '2011-12-10 19:19:32', '2011-12-10 19:19:32', '', '0PDF_PtHemis2011', '', 'inherit', 'closed', 'open', '', '0pdf_pthemis2011', '', '', '2011-12-10 19:19:32', '2011-12-10 19:19:32', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf', 0, 'attachment', 'application/pdf', 0),
(846, 1, '2011-12-10 19:19:40', '2011-12-10 19:19:40', '', '0PDF_QJ', '', 'inherit', 'closed', 'open', '', '0pdf_qj', '', '', '2011-12-10 19:19:40', '2011-12-10 19:19:40', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_QJ.pdf', 0, 'attachment', 'application/pdf', 0),
(847, 1, '2011-12-10 19:19:45', '2011-12-10 19:19:45', '', '0PDF_QU', '', 'inherit', 'closed', 'open', '', '0pdf_qu', '', '', '2011-12-10 19:19:45', '2011-12-10 19:19:45', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_QU.pdf', 0, 'attachment', 'application/pdf', 0),
(848, 1, '2011-12-10 19:19:48', '2011-12-10 19:19:48', '', '0PDF_RE', '', 'inherit', 'closed', 'open', '', '0pdf_re', '', '', '2011-12-10 19:19:48', '2011-12-10 19:19:48', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf', 0, 'attachment', 'application/pdf', 0),
(849, 1, '2011-12-10 19:20:00', '2011-12-10 19:20:00', '', '0PDF_robb2011', '', 'inherit', 'closed', 'open', '', '0pdf_robb2011', '', '', '2011-12-10 19:20:00', '2011-12-10 19:20:00', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf', 0, 'attachment', 'application/pdf', 0),
(850, 1, '2011-12-10 19:20:17', '2011-12-10 19:20:17', '', '0PDF_TL', '', 'inherit', 'closed', 'open', '', '0pdf_tl', '', '', '2011-12-10 19:20:17', '2011-12-10 19:20:17', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf', 0, 'attachment', 'application/pdf', 0),
(851, 1, '2011-12-10 19:20:25', '2011-12-10 19:20:25', '', '0PDF_TWT', '', 'inherit', 'closed', 'open', '', '0pdf_twt', '', '', '2011-12-10 19:20:25', '2011-12-10 19:20:25', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf', 0, 'attachment', 'application/pdf', 0),
(852, 1, '2011-12-10 19:20:42', '2011-12-10 19:20:42', '', '0PDF_V2', '', 'inherit', 'closed', 'open', '', '0pdf_v2', '', '', '2011-12-10 19:20:42', '2011-12-10 19:20:42', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_V2.pdf', 0, 'attachment', 'application/pdf', 0),
(853, 1, '2011-12-10 19:20:45', '2011-12-10 19:20:45', '', '0PDF_viva', '', 'inherit', 'closed', 'open', '', '0pdf_viva', '', '', '2011-12-10 19:20:45', '2011-12-10 19:20:45', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf', 0, 'attachment', 'application/pdf', 0),
(854, 1, '2011-12-10 19:20:48', '2011-12-10 19:20:48', '', '0PDF_VLM', '', 'inherit', 'closed', 'open', '', '0pdf_vlm', '', '', '2011-12-10 19:20:48', '2011-12-10 19:20:48', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf', 0, 'attachment', 'application/pdf', 0),
(855, 1, '2011-12-10 19:21:06', '2011-12-10 19:21:06', '', '0PDF_volare_2011', '', 'inherit', 'closed', 'open', '', '0pdf_volare_2011', '', '', '2011-12-10 19:21:06', '2011-12-10 19:21:06', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf', 0, 'attachment', 'application/pdf', 0),
(857, 1, '2011-12-10 19:39:54', '2011-12-10 19:39:54', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 19:39:54', '2011-12-10 19:39:54', '', 753, 'http://www.careyes.com.mx/web/?p=857', 0, 'page', '', 0),
(858, 1, '2011-12-10 19:41:56', '2011-12-10 19:41:56', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 19:41:56', '2011-12-10 19:41:56', '', 753, 'http://www.careyes.com.mx/web/?p=858', 0, 'page', '', 0),
(859, 1, '2011-12-10 19:42:19', '2011-12-10 19:42:19', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 alignnone" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 19:42:19', '2011-12-10 19:42:19', '', 753, 'http://www.careyes.com.mx/web/?p=859', 0, 'page', '', 0),
(860, 1, '2011-12-10 19:43:11', '2011-12-10 19:43:11', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 19:43:11', '2011-12-10 19:43:11', '', 753, 'http://www.careyes.com.mx/web/?p=860', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(861, 1, '2011-12-10 19:59:46', '2011-12-10 19:59:46', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf">0PDF_viva</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf">0PDF_hola_oct2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf">0PDF_entree_oct2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 19:59:46', '2011-12-10 19:59:46', '', 753, 'http://www.careyes.com.mx/web/?p=861', 0, 'page', '', 0),
(862, 1, '2011-12-10 20:04:22', '2011-12-10 20:04:22', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf">0PDF_viva</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf">0PDF_hola_oct2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf">0PDF_entree_oct2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:04:22', '2011-12-10 20:04:22', '', 753, 'http://www.careyes.com.mx/web/?p=862', 0, 'page', '', 0),
(864, 1, '2011-12-10 20:13:15', '2011-12-10 20:13:15', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf">0PDF_robb2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf">0PDF_hpbazar</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf">0PDF_organicspa</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf">0PDF_viva</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf">0PDF_hola_oct2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf">0PDF_entree_oct2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:13:15', '2011-12-10 20:13:15', '', 753, 'http://www.careyes.com.mx/web/?p=864', 0, 'page', '', 0),
(863, 1, '2011-12-10 20:10:09', '2011-12-10 20:10:09', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf">0PDF_viva</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf">0PDF_hola_oct2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf">0PDF_entree_oct2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:10:09', '2011-12-10 20:10:09', '', 753, 'http://www.careyes.com.mx/web/?p=863', 0, 'page', '', 0),
(865, 1, '2011-12-10 20:15:16', '2011-12-10 20:15:16', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf">0PDF_viva</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf">0PDF_hola_oct2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf">0PDF_entree_oct2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:15:16', '2011-12-10 20:15:16', '', 753, 'http://www.careyes.com.mx/web/?p=865', 0, 'page', '', 0),
(866, 1, '2011-12-10 20:16:56', '2011-12-10 20:16:56', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:16:56', '2011-12-10 20:16:56', '', 753, 'http://www.careyes.com.mx/web/?p=866', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(867, 1, '2011-12-10 20:19:54', '2011-12-10 20:19:54', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf">0PDF_volare_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf">0PDF_gala_2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf">0PDF_hotbook2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:19:54', '2011-12-10 20:19:54', '', 753, 'http://www.careyes.com.mx/web/?p=867', 0, 'page', '', 0),
(868, 1, '2011-12-10 20:30:36', '2011-12-10 20:30:36', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" title="press07" width="102" height="132" class="alignnone size-full wp-image-765" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" title="press08" width="102" height="132" class="alignnone size-full wp-image-766" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" title="press09" width="102" height="132" class="alignnone size-full wp-image-767" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf">0PDF_forbes2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf">0PDF_PtHemis2011</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf">0PDF_Coastal_living_2011</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-10 20:30:36', '2011-12-10 20:30:36', '', 753, 'http://www.careyes.com.mx/web/?p=868', 0, 'page', '', 0),
(869, 1, '2011-12-11 00:32:53', '2011-12-11 00:32:53', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" title="press07" width="102" height="132" class="alignnone size-full wp-image-765" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" title="press08" width="102" height="132" class="alignnone size-full wp-image-766" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" title="press09" width="102" height="132" class="alignnone size-full wp-image-767" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" title="press10" width="102" height="132" class="alignnone size-full wp-image-768" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" title="press11" width="102" height="132" class="alignnone size-full wp-image-769" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" title="press12" width="102" height="132" class="alignnone size-full wp-image-770" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf">0PDF_LF</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf">0PDF_AD</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:32:53', '2011-12-11 00:32:53', '', 753, 'http://www.careyes.com.mx/web/?p=869', 0, 'page', '', 0),
(870, 1, '2011-12-11 00:35:33', '2011-12-11 00:35:33', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" title="press07" width="102" height="132" class="alignnone size-full wp-image-765" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" title="press08" width="102" height="132" class="alignnone size-full wp-image-766" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" title="press09" width="102" height="132" class="alignnone size-full wp-image-767" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" title="press10" width="102" height="132" class="alignnone size-full wp-image-768" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" title="press11" width="102" height="132" class="alignnone size-full wp-image-769" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" title="press12" width="102" height="132" class="alignnone size-full wp-image-770" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" title="press14" width="102" height="132" class="alignnone size-full wp-image-772" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" title="press15" width="102" height="132" class="alignnone size-full wp-image-773" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf">0PDF_RE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf">0PDF_AE</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:35:33', '2011-12-11 00:35:33', '', 753, 'http://www.careyes.com.mx/web/?p=870', 0, 'page', '', 0),
(871, 1, '2011-12-11 00:36:57', '2011-12-11 00:36:57', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" title="press07" width="102" height="132" class="alignnone size-full wp-image-765" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" title="press08" width="102" height="132" class="alignnone size-full wp-image-766" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" title="press09" width="102" height="132" class="alignnone size-full wp-image-767" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" title="press10" width="102" height="132" class="alignnone size-full wp-image-768" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" title="press11" width="102" height="132" class="alignnone size-full wp-image-769" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" title="press12" width="102" height="132" class="alignnone size-full wp-image-770" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" title="press14" width="102" height="132" class="alignnone size-full wp-image-772" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" title="press15" width="102" height="132" class="alignnone size-full wp-image-773" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" title="press16" width="102" height="132" class="alignnone size-full wp-image-774" />/a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" title="press17" width="102" height="132" class="alignnone size-full wp-image-775" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf">0PDF_ADi</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf">0PDF_POLO</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf">0PDF_VLM</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf">0PDF_CoastalLivingMagazineApril</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf">0PDF_HemispheresLow</a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf">0PDF_TWT</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf">0PDF_TL</a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf">0PDF_HB</a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:36:57', '2011-12-11 00:36:57', '', 753, 'http://www.careyes.com.mx/web/?p=871', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(872, 1, '2011-12-11 00:41:01', '2011-12-11 00:41:01', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" title="press01" width="102" height="132" class="alignnone size-full wp-image-759" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" title="press02" width="102" height="132" class="alignnone size-full wp-image-760" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" title="press03" width="102" height="132" class="alignnone size-full wp-image-761" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" title="press04" width="102" height="132" class="alignnone size-full wp-image-762" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" title="press05" width="102" height="132" class="alignnone size-full wp-image-763" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" title="press06" width="102" height="132" class="alignnone size-full wp-image-764" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" title="press07" width="102" height="132" class="alignnone size-full wp-image-765" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" title="press08" width="102" height="132" class="alignnone size-full wp-image-766" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" title="press09" width="102" height="132" class="alignnone size-full wp-image-767" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" title="press10" width="102" height="132" class="alignnone size-full wp-image-768" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" title="press11" width="102" height="132" class="alignnone size-full wp-image-769" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" title="press12" width="102" height="132" class="alignnone size-full wp-image-770" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" title="press14" width="102" height="132" class="alignnone size-full wp-image-772" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" title="press15" width="102" height="132" class="alignnone size-full wp-image-773" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" title="press16" width="102" height="132" class="alignnone size-full wp-image-774" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" title="press17" width="102" height="132" class="alignnone size-full wp-image-775" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" title="press19" width="102" height="132" class="alignnone size-full wp-image-777" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" title="press20" width="102" height="132" class="alignnone size-full wp-image-778" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" title="press22" width="102" height="132" class="alignnone size-full wp-image-780" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" title="press23" width="102" height="132" class="alignnone size-full wp-image-781" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" title="press24" width="102" height="132" class="alignnone size-full wp-image-782" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" title="press25" width="102" height="132" class="alignnone size-full wp-image-783" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" title="press26" width="102" height="132" class="alignnone size-full wp-image-784" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" title="press27" width="102" height="132" class="alignnone size-full wp-image-785" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:41:01', '2011-12-11 00:41:01', '', 753, 'http://www.careyes.com.mx/web/?p=872', 0, 'page', '', 0),
(873, 1, '2011-12-11 00:45:38', '2011-12-11 00:45:38', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="alignnone size-full wp-image-762" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="alignnone size-full wp-image-763" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="alignnone size-full wp-image-764" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="alignnone size-full wp-image-765" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="alignnone size-full wp-image-766" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="alignnone size-full wp-image-767" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="alignnone size-full wp-image-768" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="alignnone size-full wp-image-769" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="alignnone size-full wp-image-770" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="alignnone size-full wp-image-771" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="alignnone size-full wp-image-772" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="alignnone size-full wp-image-773" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="alignnone size-full wp-image-774" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="alignnone size-full wp-image-775" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="alignnone size-full wp-image-776" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="alignnone size-full wp-image-777" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="alignnone size-full wp-image-778" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="alignnone size-full wp-image-779" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="alignnone size-full wp-image-780" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="alignnone size-full wp-image-781" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="alignnone size-full wp-image-782" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="alignnone size-full wp-image-783" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="alignnone size-full wp-image-784" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="alignnone size-full wp-image-785" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:45:38', '2011-12-11 00:45:38', '', 753, 'http://www.careyes.com.mx/web/?p=873', 0, 'page', '', 0),
(874, 1, '2011-12-11 00:48:39', '2011-12-11 00:48:39', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n[wpc_table id=1]<!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:48:39', '2011-12-11 00:48:39', '', 753, 'http://www.careyes.com.mx/web/?p=874', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(894, 1, '2011-12-11 02:34:38', '2011-12-11 02:34:38', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:34:38', '2011-12-11 02:34:38', '', 753, 'http://www.careyes.com.mx/web/?p=894', 0, 'page', '', 0),
(877, 1, '2011-12-11 01:47:13', '2011-12-11 01:47:13', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 01:47:13', '2011-12-11 01:47:13', '', 753, 'http://www.careyes.com.mx/web/?p=877', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(875, 1, '2011-12-11 00:51:25', '2011-12-11 00:51:25', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 00:51:25', '2011-12-11 00:51:25', '', 753, 'http://www.careyes.com.mx/web/?p=875', 0, 'page', '', 0),
(880, 1, '2011-12-11 01:56:21', '2011-12-11 01:56:21', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 01:56:21', '2011-12-11 01:56:21', '', 753, 'http://www.careyes.com.mx/web/?p=880', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(878, 1, '2011-12-11 01:49:30', '2011-12-11 01:49:30', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 01:49:30', '2011-12-11 01:49:30', '', 753, 'http://www.careyes.com.mx/web/?p=878', 0, 'page', '', 0),
(879, 1, '2011-12-11 01:51:00', '2011-12-11 01:51:00', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="92" height="119" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="92" height="119" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="92" height="119" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 01:51:00', '2011-12-11 01:51:00', '', 753, 'http://www.careyes.com.mx/web/?p=879', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(892, 1, '2011-12-11 02:30:48', '2011-12-11 02:30:48', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:30:48', '2011-12-11 02:30:48', '', 753, 'http://www.careyes.com.mx/web/?p=892', 0, 'page', '', 0),
(881, 1, '2011-12-11 01:57:09', '2011-12-11 01:57:09', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 01:57:09', '2011-12-11 01:57:09', '', 753, 'http://www.careyes.com.mx/web/?p=881', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(882, 1, '2011-12-11 02:10:50', '2011-12-11 02:10:50', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" class="size-full wp-image-759 aligncenter" title="press01" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" class="size-full wp-image-760 aligncenter" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" class="size-full wp-image-761 aligncenter" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:10:50', '2011-12-11 02:10:50', '', 753, 'http://www.careyes.com.mx/web/?p=882', 0, 'page', '', 0),
(891, 1, '2011-12-11 02:28:51', '2011-12-11 02:28:51', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:28:51', '2011-12-11 02:28:51', '', 753, 'http://www.careyes.com.mx/web/?p=891', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(883, 1, '2011-12-11 02:12:58', '2011-12-11 02:12:58', '<!--:en--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px;\r\n	padding:0px;\r\n	border:none;\r\n	width:100%;\r\n	height:auto;\r\n}\r\n-->\r\n</style>\r\nCareyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" class="size-full wp-image-759 aligncenter" title="press01" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" class="size-full wp-image-760 aligncenter" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" class="size-full wp-image-761 aligncenter" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px;\r\n	padding:0px;\r\n	border:none;\r\n	width:100%;\r\n	height:auto;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:12:58', '2011-12-11 02:12:58', '', 753, 'http://www.careyes.com.mx/web/?p=883', 0, 'page', '', 0),
(885, 1, '2011-12-11 02:15:15', '2011-12-11 02:15:15', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" title="press01" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:15:15', '2011-12-11 02:15:15', '', 753, 'http://www.careyes.com.mx/web/?p=885', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(884, 1, '2011-12-11 02:13:52', '2011-12-11 02:13:52', '<!--:en--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nCareyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" class="size-full wp-image-759 aligncenter" title="press01" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" class="size-full wp-image-760 aligncenter" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" class="size-full wp-image-761 aligncenter" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:13:52', '2011-12-11 02:13:52', '', 753, 'http://www.careyes.com.mx/web/?p=884', 0, 'page', '', 0),
(886, 1, '2011-12-11 02:17:02', '2011-12-11 02:17:02', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="100%" height="auto" title="press01" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="100%" height="auto" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="100%" height="auto" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:17:02', '2011-12-11 02:17:02', '', 753, 'http://www.careyes.com.mx/web/?p=886', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(887, 1, '2011-12-11 02:18:30', '2011-12-11 02:18:30', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="100%" height="auto" title="press01" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="100%" height="auto" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="100%" height="auto" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:18:30', '2011-12-11 02:18:30', '', 753, 'http://www.careyes.com.mx/web/?p=887', 0, 'page', '', 0),
(888, 1, '2011-12-11 02:21:38', '2011-12-11 02:21:38', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" title="press01" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:21:38', '2011-12-11 02:21:38', '', 753, 'http://www.careyes.com.mx/web/?p=888', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(889, 1, '2011-12-11 02:22:23', '2011-12-11 02:22:23', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" title="press01" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:22:23', '2011-12-11 02:22:23', '', 753, 'http://www.careyes.com.mx/web/?p=889', 0, 'page', '', 0),
(890, 1, '2011-12-11 02:22:30', '2011-12-11 02:22:30', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" title="press01" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" title="press02" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" title="press03" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><style type="text/css">\r\n<!--\r\n.img {\r\n	margin:0px!important;\r\n	padding:0px!important;\r\n	border:none!important;\r\n	width:100%!important;\r\n	height:auto!important;\r\n}\r\n-->\r\n</style>\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" style="height: 150px;" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:22:30', '2011-12-11 02:22:30', '', 753, 'http://www.careyes.com.mx/web/?p=890', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(893, 1, '2011-12-11 02:31:30', '2011-12-11 02:31:30', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:31:30', '2011-12-11 02:31:30', '', 753, 'http://www.careyes.com.mx/web/?p=893', 0, 'page', '', 0),
(895, 1, '2011-12-11 02:36:07', '2011-12-11 02:36:07', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="100%" height="auto" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="100%" height="auto" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="100%" height="auto" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:36:07', '2011-12-11 02:36:07', '', 753, 'http://www.careyes.com.mx/web/?p=895', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(896, 1, '2011-12-11 02:37:54', '2011-12-11 02:37:54', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:37:54', '2011-12-11 02:37:54', '', 753, 'http://www.careyes.com.mx/web/?p=896', 0, 'page', '', 0),
(897, 1, '2011-12-11 02:38:30', '2011-12-11 02:38:30', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:38:30', '2011-12-11 02:38:30', '', 753, 'http://www.careyes.com.mx/web/?p=897', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(898, 1, '2011-12-11 02:56:50', '2011-12-11 02:56:50', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:56:50', '2011-12-11 02:56:50', '', 753, 'http://www.careyes.com.mx/web/?p=898', 0, 'page', '', 0),
(899, 1, '2011-12-11 02:57:13', '2011-12-11 02:57:13', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'open', '', '753-revision-2', '', '', '2011-12-11 02:57:13', '2011-12-11 02:57:13', '', 753, 'http://www.careyes.com.mx/web/?p=899', 0, 'page', '', 0),
(900, 1, '2011-12-11 03:02:51', '2011-12-11 03:02:51', '<!--:en--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:--><!--:es--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:-->', '<!--:en-->Costa Careyes <!--:--><!--:es-->Costa Careyes <!--:-->', '', 'publish', 'closed', 'open', '', '900', '', '', '2011-12-11 03:14:45', '2011-12-11 03:14:45', '', 0, 'http://www.careyes.com.mx/web/?p=900', 0, 'post', '', 0),
(901, 1, '2011-12-11 03:00:32', '2011-12-11 03:00:32', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '900-revision', '', '', '2011-12-11 03:00:32', '2011-12-11 03:00:32', '', 900, 'http://www.careyes.com.mx/web/?p=901', 0, 'revision', '', 0),
(902, 1, '2011-12-11 03:02:51', '2011-12-11 03:02:51', '<!--:en--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:--><!--:es--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:-->', '', '', 'inherit', 'closed', 'open', '', '900-revision-2', '', '', '2011-12-11 03:02:51', '2011-12-11 03:02:51', '', 900, 'http://www.careyes.com.mx/web/?p=902', 0, 'post', '', 0),
(903, 1, '2011-12-11 03:03:26', '2011-12-11 03:03:26', '<!--:en--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:--><!--:es--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:-->', '<!--:en-->Costa Careyes <!--:--><!--:es-->Costa Careyes <!--:-->', '', 'inherit', 'closed', 'open', '', '900-revision-2', '', '', '2011-12-11 03:03:26', '2011-12-11 03:03:26', '', 900, 'http://www.careyes.com.mx/web/?p=903', 0, 'post', '', 0),
(904, 1, '2011-12-11 03:03:48', '2011-12-11 03:03:48', '<!--:en--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:--><!--:es--><iframe src="http://www.youtube.com/embed/OoEFjQaD_tU" frameborder="0" width="560" height="315"></iframe><!--:-->', '<!--:en-->Costa Careyes <!--:--><!--:es-->Costa Careyes <!--:-->', '', 'inherit', 'closed', 'open', '', '900-revision-2', '', '', '2011-12-11 03:03:48', '2011-12-11 03:03:48', '', 900, 'http://www.careyes.com.mx/web/?p=904', 0, 'post', '', 0),
(905, 1, '2011-12-13 04:12:54', '2011-12-13 04:12:54', '', 'JOIN OUR MAILING LIST', '', 'publish', 'closed', 'open', '', 'join-our-mailing-list', '', '', '2011-12-13 04:12:54', '2011-12-13 04:12:54', '', 0, 'http://www.careyes.com.mx/web/?wpcf7_contact_form=join-our-mailing-list', 0, 'wpcf7_contact_form', '', 0),
(906, 1, '2011-12-13 04:15:17', '2011-12-13 04:15:17', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:--><!--:es-->[contact-form-7 id="909" title="ÚNASE A NUESTRA LISTA DE CORREO"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'publish', 'closed', 'open', '', 'join-our-mailing-list', '', '', '2011-12-13 05:05:14', '2011-12-13 05:05:14', '', 0, 'http://www.careyes.com.mx/web/?p=906', 0, 'page', '', 0),
(907, 1, '2011-12-13 04:14:39', '2011-12-13 04:14:39', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->UNETE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision', '', '', '2011-12-13 04:14:39', '2011-12-13 04:14:39', '', 906, 'http://www.careyes.com.mx/web/?p=907', 0, 'revision', '', 0),
(908, 1, '2011-12-13 04:15:17', '2011-12-13 04:15:17', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 04:15:17', '2011-12-13 04:15:17', '', 906, 'http://www.careyes.com.mx/web/?p=908', 0, 'page', '', 0),
(909, 1, '2011-12-13 04:18:11', '2011-12-13 04:18:11', '', 'ÚNASE A NUESTRA LISTA DE CORREO', '', 'publish', 'closed', 'open', '', 'unase-a-nuestra-lista-de-correo', '', '', '2011-12-13 04:18:11', '2011-12-13 04:18:11', '', 0, 'http://www.careyes.com.mx/web/?wpcf7_contact_form=unase-a-nuestra-lista-de-correo', 0, 'wpcf7_contact_form', '', 0),
(910, 1, '2011-12-13 04:16:07', '2011-12-13 04:16:07', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 04:16:07', '2011-12-13 04:16:07', '', 906, 'http://www.careyes.com.mx/web/?p=910', 0, 'page', '', 0),
(911, 1, '2011-12-13 04:17:44', '2011-12-13 04:17:44', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:--><!--:es-->[contact-form-7 id="909" title="ÚNASE A NUESTRA LISTA DE CORREO"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 04:17:44', '2011-12-13 04:17:44', '', 906, 'http://www.careyes.com.mx/web/?p=911', 0, 'page', '', 0),
(912, 1, '2011-12-13 04:43:01', '2011-12-13 04:43:01', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:--><!--:es-->[contact-form-7 id="909" title="ÚNASE A NUESTRA LISTA DE CORREO"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 04:43:01', '2011-12-13 04:43:01', '', 906, 'http://www.careyes.com.mx/web/?p=912', 0, 'page', '', 0),
(913, 1, '2011-12-13 04:44:32', '2011-12-13 04:44:32', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:--><!--:es-->[contact-form-7 id="909" title="ÚNASE A NUESTRA LISTA DE CORREO"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 04:44:32', '2011-12-13 04:44:32', '', 906, 'http://www.careyes.com.mx/web/?p=913', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(914, 1, '2011-12-13 04:55:14', '2011-12-13 04:55:14', '<!--:en-->Based on Articles 15 and 16 of the <strong>Federal Law of Protection of Personal Data held by individuals</strong> we are aware that <strong>OPERTUR SA de </strong><strong>CV.,</strong> <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>is responsible for collecting your personal information, the use to be given to them and their protection.\r\n\r\nYour personal information will be used for the following purposes: to provide products and services you requested, to notify you about new services or products that are related to the already contracted or acquired; tell you about changes in them, undertake studies and programs that are necessary to determine consumption habits, periodic evaluations of our products and services to improve the quality effect thereof; assess the quality of service we provide, and generally to comply with the obligations we have undertaken with you.\r\n\r\nFor the purposes mentioned above, we need to obtain the following data:\r\n<ul>\r\n	<li><strong>Full Name:</strong></li>\r\n	<li><strong>Marital status:</strong></li>\r\n	<li><strong>Telephone / or cellular number:</strong></li>\r\n	<li><strong>Email:</strong></li>\r\n	<li><strong>Address:</strong></li>\r\n	<li><strong>RFC and / or CURP: (For Mexican residents only):</strong></li>\r\n	<li><strong>Occupation / Job Title:</strong></li>\r\n</ul>\r\nIt is important to inform you of your right to access, rectify and cancel the use of your personal data,  and to oppose to their treatment or revoke consent for this purpose which you have given.\r\n\r\nPursuant to the Law in its article 29 , for this it is necessary to send the request pursuant to <strong>Monica Garcia</strong> , Head of our Department of Protection of Personal Data, located at <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong> or to contact the phone <strong>+52 (315) 3510320</strong> or via email at <strong>info@careyes.com.mx,</strong> which confirms request by phone to ensure correct reception.\r\n\r\nIf you do not wish to receive promotional messages from us, please send your request via e-mail address: <strong>info@careyes.com.mx</strong>\r\n\r\nImportant: Any change to this Privacy Notice may consult in http://www.careyes.com.mx<!--:--><!--:es-->Con fundamento en los artículos 15 y 16 de la <strong>Ley Federal de Protección de Datos Personales en Posesión de Particulares</strong> hacemos de su conocimiento que <strong>OPERTUR SA de CV</strong><strong>.</strong>, con domicilio en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>es responsable de recabar sus datos personales, del uso que se le dé a los mismos y de su protección.<strong></strong>\r\n\r\nSu información personal será utilizada para las siguientes finalidades: proveer los servicios y productos que ha solicitado; notificarle sobre nuevos servicios o productos que tengan relación con los ya contratados o adquiridos; comunicarle sobre cambios en los mismos; elaborar estudios y programas que son necesarios para determinar hábitos de consumo; realizar evaluaciones periódicas de nuestros productos y servicios a efecto de mejorar la calidad de los mismos; evaluar la calidad del servicio que brindamos, y en general, para dar cumplimiento a las obligaciones que hemos contraído con usted.\r\n\r\nPara las finalidades antes mencionadas, requerimos obtener los siguientes datos personales:\r\n<ul>\r\n	<li><strong>Nombre completo</strong></li>\r\n	<li><strong>Estado civil</strong></li>\r\n	<li><strong>Teléfono fijo y/o celular</strong></li>\r\n	<li><strong>Correo electrónico</strong></li>\r\n	<li><strong>Dirección</strong></li>\r\n	<li><strong>RFC y/o CURP</strong></li>\r\n	<li><strong>Firma autógrafa</strong></li>\r\n	<li><strong>Ocupación</strong></li>\r\n</ul>\r\nEs importante informarle que usted tiene derecho al Acceso, Rectificación y Cancelación de sus datos personales, a Oponerse al tratamiento de los mismos o a revocar el consentimiento que para dicho fin nos haya otorgado.\r\n\r\nPara ello, es necesario que envíe la solicitud en los términos que marca la Ley en su Art. 29 a <strong>Monica Garcia</strong><strong> </strong>, responsable de nuestro Departamento de Protección de Datos Personales, ubicado en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>, o bien, se comunique al teléfono <strong>+52 (315) 3510320</strong> o vía correo electrónico a <strong>info@careyes.com.mx</strong>, el cual solicitamos confirme vía telefónica para garantizar su correcta recepción.\r\n\r\nEn caso de que no desee de recibir mensajes promocionales de nuestra parte, puede enviarnos su solicitud por medio de la dirección electrónica: <strong>info@careyes.com.mx</strong>\r\n\r\nImportante: Cualquier modificación a este Aviso de Privacidad podrá consultarlo en http://www.careyes.com.mx<!--:-->', '<!--:en-->Privacy Policy<!--:--><!--:es-->Aviso de privacidad<!--:-->', '', 'publish', 'closed', 'open', '', 'privacy-policy', '', '', '2012-06-14 02:23:07', '2012-06-14 02:23:07', '', 0, 'http://www.careyes.com.mx/web/?page_id=914', 0, 'page', '', 0),
(915, 1, '2011-12-13 04:54:55', '2011-12-13 04:54:55', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '914-revision', '', '', '2011-12-13 04:54:55', '2011-12-13 04:54:55', '', 914, 'http://www.careyes.com.mx/web/?p=915', 0, 'revision', '', 0),
(916, 1, '2011-12-13 04:55:14', '2011-12-13 04:55:14', ' ', '', '', 'publish', 'closed', 'closed', '', '916', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=916', 45, 'nav_menu_item', '', 0),
(917, 1, '2011-12-08 23:39:58', '2011-12-08 23:39:58', '<!--:en-->&nbsp;\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es-->&nbsp;\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Info request<!--:--><!--:es-->Solicitud de Información<!--:-->', '', 'inherit', 'closed', 'open', '', '350-revision-2', '', '', '2011-12-08 23:39:58', '2011-12-08 23:39:58', '', 350, 'http://www.careyes.com.mx/web/?p=917', 0, 'page', '', 0),
(918, 1, '2011-12-13 04:55:14', '2011-12-13 04:55:14', '', '<!--:en-->Privacy Policy<!--:--><!--:es-->Política de privacidad<!--:-->', '', 'inherit', 'closed', 'open', '', '914-revision-2', '', '', '2011-12-13 04:55:14', '2011-12-13 04:55:14', '', 914, 'http://www.careyes.com.mx/web/?p=918', 0, 'page', '', 0),
(919, 1, '2011-12-13 04:45:36', '2011-12-13 04:45:36', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:--><!--:es-->[contact-form-7 id="909" title="ÚNASE A NUESTRA LISTA DE CORREO"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 04:45:36', '2011-12-13 04:45:36', '', 906, 'http://www.careyes.com.mx/web/?p=919', 0, 'page', '', 0),
(920, 1, '2011-12-13 05:00:46', '2011-12-13 05:00:46', '<!--:en-->[contact-form-7 id="905" title="JOIN OUR MAILING LIST"]<!--:--><!--:es-->[contact-form-7 id="909" title="ÚNASE A NUESTRA LISTA DE CORREO"]<!--:-->', '<!--:en-->JOIN OUR MAILING LIST<!--:--><!--:es-->ÚNASE A NUESTRA LISTA DE CORREO<!--:-->', '', 'inherit', 'closed', 'open', '', '906-revision-2', '', '', '2011-12-13 05:00:46', '2011-12-13 05:00:46', '', 906, 'http://www.careyes.com.mx/web/?p=920', 0, 'page', '', 0),
(921, 1, '2011-12-08 23:33:51', '2011-12-08 23:33:51', '<!--:en-->[imagebrowser id=26]\r\n<p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p><!--:--><!--:es-->[imagebrowser id=26]\r\n<p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-12-08 23:33:51', '2011-12-08 23:33:51', '', 292, 'http://www.careyes.com.mx/web/?p=921', 0, 'page', '', 0),
(922, 1, '2011-12-13 05:34:19', '2011-12-13 05:34:19', '<!--:en-->[imagebrowser id=26]\r\n<p style="text-align: justify;">We are located three miles south of the Costa Careyes Resort. The club has 2 regulation Bermuda grass fields and stabling for 150 horses. We have 60 playing ponies on site during the season ready for play with grooms and full tack. Games are held four times a week – normally Tuesday, Wednesday, Friday and Saturday. We were the host for World Federation of Polo playoffs in 2007 with teams from USA, Canada, Guatemala, and the Dominican Republic. Players from Germany, Italy, Spain and England are homeowners here at Costa Careyes so we are truly an international club.</p>\r\n<p style="text-align: justify;">Five chucker games from $US500 including\r\ngreen fees and horse rental. The rates are higher for the Christmas - New Year’s holidays and special tournaments.\r\n\r\nGood handy horses are available for all level of riding. Stick &amp; ball and lessons available. Rated players on site.\r\n\r\nWorld polo renown  manager Susan Stovall  will organize the games.</p>\r\n<p style="text-align: justify;">Trail riding for companions and kids through our jungle, lagoons and beaches is also available.\r\n\r\nRancho de Don Andres Polo Club – a casual Italian, steak &amp; tequila restaurant is located at the fields. Resort facilities and 3 more restaurants are within 3 miles.\r\n\r\nAsk us about discounts on accommodations for visiting  polo players.\r\n\r\n</p><!--:--><!--:es-->[imagebrowser id=26]\r\n<p style="text-align: justify;">Estamos a 5 kilómetros del Hotel Costa Careyes. El club cuenta con dos canchas de pasto Bermuda y cuadras para 150 caballos. Durante la temporada contamos con 60 caballos de juego en nuestras instalaciones, listos para jugar, además mozos de cuadra y equipamiento completo. Se juega cuatro veces por semana, generalmente los martes, miércoles, viernes y sábados. Fuimos sede de juegos eliminatorios para la Federación Mundial de Polo en 2007, cuando compitieron equipos de los Estados Unidos, Canadá, Guatemala y la República Dominicana. Jugadores de Alemania, Italia, España e Inglaterra tienen casas aquí en Costa Careyes, lo que nos hace un club verdaderamente internacional.</p>\r\n<p style="text-align: justify;">Cinco juegos chucker  desde US$ 500 incluyendo green fees y alquiler de caballos. Las tarifas son mayores en la temporada de Navidad - Año Nuevo y torneos especiales.\r\n\r\nCaballos dóciles están disponibles para todos los niveles de monta. Palos,  bolas y lecciones disponibles. Jugadores calificados en el Club.\r\n\r\nLa Directora de Polo mundialmente conocida Susan Stovall es la organizadora de los juegos.</p>\r\n<p style="text-align: justify;">Rutas de equitación para acompañantes y los niños a través de nuestra selva, lagunas y playas también están disponibles.\r\n\r\nRancho Don Andrés Polo Club – un restaurante casual de comida italiana, carne y tequila se encuentra en los campos. Las instalaciones del resort y 3 restaurantes más están a menos de 5 kilómetros.\r\n\r\nPregunte por los descuentos en el alojamiento paralos jugadores visitantes.</p><!--:-->', '<!--:en-->Club<!--:--><!--:es-->Club<!--:-->', '', 'inherit', 'closed', 'open', '', '292-revision-2', '', '', '2011-12-13 05:34:19', '2011-12-13 05:34:19', '', 292, 'http://www.careyes.com.mx/web/?p=922', 0, 'page', '', 0),
(923, 1, '2011-12-08 23:44:38', '2011-12-08 23:44:38', '', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-08 23:44:38', '2011-12-08 23:44:38', '', 286, 'http://www.careyes.com.mx/web/?p=923', 0, 'page', '', 0),
(924, 1, '2011-12-14 17:57:22', '2011-12-14 17:57:22', '', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 17:57:22', '2011-12-14 17:57:22', '', 286, 'http://www.careyes.com.mx/web/?p=924', 0, 'page', '', 0),
(931, 1, '2011-12-14 22:46:09', '2011-12-14 22:46:09', '', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 22:46:09', '2011-12-14 22:46:09', '', 286, 'http://www.careyes.com.mx/web/?p=931', 0, 'page', '', 0),
(925, 1, '2011-12-14 17:58:12', '2011-12-14 17:58:12', '<!--:en-->[my_calendar category="2" format="calendar" showkey="no" shownav="no" toggle="no" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 17:58:12', '2011-12-14 17:58:12', '', 286, 'http://www.careyes.com.mx/web/?p=925', 0, 'page', '', 0),
(928, 1, '2011-12-14 18:01:08', '2011-12-14 18:01:08', '<!--:en-->[my_calendar category="2" format="calendar" showkey="no" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 18:01:08', '2011-12-14 18:01:08', '', 286, 'http://www.careyes.com.mx/web/?p=928', 0, 'page', '', 0),
(927, 1, '2011-12-14 18:00:54', '2011-12-14 18:00:54', '<!--:en-->&nbsp;\r\n\r\n[my_calendar category="2" format="calendar" showkey="no" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 18:00:54', '2011-12-14 18:00:54', '', 286, 'http://www.careyes.com.mx/web/?p=927', 0, 'page', '', 0),
(926, 1, '2011-12-14 17:59:42', '2011-12-14 17:59:42', '<!--:en-->[my_calendar category="2" format="calendar" showkey="no" shownav="yes" toggle="no" time="month"]\r\n\r\n[my_calendar category="2" format="calendar" showkey="no" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 17:59:42', '2011-12-14 17:59:42', '', 286, 'http://www.careyes.com.mx/web/?p=926', 0, 'page', '', 0),
(929, 1, '2011-12-14 18:25:32', '2011-12-14 18:25:32', '<!--:en-->[my_calendar category="2" format="calendar" showkey="no" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 18:25:32', '2011-12-14 18:25:32', '', 286, 'http://www.careyes.com.mx/web/?p=929', 0, 'page', '', 0),
(930, 1, '2011-12-14 22:45:51', '2011-12-14 22:45:51', '<!--:en-->[my_calendar category="2" format="calendar" showkey="no" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 22:45:51', '2011-12-14 22:45:51', '', 286, 'http://www.careyes.com.mx/web/?p=930', 0, 'page', '', 0),
(932, 1, '2011-12-14 23:10:34', '2011-12-14 23:10:34', '<!--:en-->[my_calendar category="2" format="calendar" showkey="no" shownav="no" toggle="no" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 23:10:34', '2011-12-14 23:10:34', '', 286, 'http://www.careyes.com.mx/web/?p=932', 0, 'page', '', 0),
(933, 1, '2011-12-14 23:12:13', '2011-12-14 23:12:13', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 23:12:13', '2011-12-14 23:12:13', '', 286, 'http://www.careyes.com.mx/web/?p=933', 0, 'page', '', 0),
(934, 1, '2011-12-15 00:01:40', '2011-12-15 00:01:40', '<!--:en--><img class="alignnone size-full wp-image-935" title="Gilles Bensimon" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Gilles-Bensimon.jpg" alt="" width="547" height="693" />\r\n\r\nDecember 27 2011-January 15,2012\r\nPhoto: Gilles Bensimon, Heidi Klum, 30x36”, 1 of 1, Pigment based ink on satin paper.<!--:--><!--:es--><img class="alignnone size-full wp-image-935" title="Gilles Bensimon" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Gilles-Bensimon.jpg" alt="" width="547" height="693" />\r\n\r\nDecember 27 2011-January 15,2012\r\nPhoto: Gilles Bensimon, Heidi Klum, 30x36”, 1 of 1, Pigment based ink on satin paper.<!--:-->', '<!--:en-->Photographers for the Jova Relief Fund<!--:--><!--:es-->Fotógrafos para el Fondo de Ayuda Jova<!--:-->', '', 'publish', 'closed', 'open', '', 'photographers-for-the-jova-relief-fund', '', '', '2011-12-15 00:01:54', '2011-12-15 00:01:54', '', 0, 'http://www.careyes.com.mx/web/?p=934', 0, 'post', '', 0),
(935, 1, '2011-12-15 00:00:38', '2011-12-15 00:00:38', '', 'Gilles Bensimon', '', 'inherit', 'closed', 'open', '', 'gilles-bensimon', '', '', '2011-12-15 00:00:38', '2011-12-15 00:00:38', '', 934, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Gilles-Bensimon.jpg', 0, 'attachment', 'image/jpeg', 0),
(936, 1, '2011-12-15 00:01:20', '2011-12-15 00:01:20', '<!--:en--><img class="alignnone size-full wp-image-935" title="Gilles Bensimon" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Gilles-Bensimon.jpg" alt="" width="547" height="693" />\n\nDecember 27 2011-January 15,2012\nPhoto: Gilles Bensimon, Heidi Klum, 30x36”, 1 of 1, Pigment based ink on satin paper.<!--:-->', '<!--:en-->Photographers for the Jova Relief Fund<!--:--><!--:es-->Fotógrafos para el Fondo de Ayuda Jova<!--:-->', '', 'inherit', 'closed', 'open', '', '934-revision', '', '', '2011-12-15 00:01:20', '2011-12-15 00:01:20', '', 934, 'http://www.careyes.com.mx/web/?p=936', 0, 'revision', '', 0),
(937, 1, '2011-12-15 00:01:40', '2011-12-15 00:01:40', '<!--:en--><img class="alignnone size-full wp-image-935" title="Gilles Bensimon" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Gilles-Bensimon.jpg" alt="" width="547" height="693" />\r\n\r\nDecember 27 2011-January 15,2012\r\nPhoto: Gilles Bensimon, Heidi Klum, 30x36”, 1 of 1, Pigment based ink on satin paper.<!--:-->', '<!--:en-->Photographers for the Jova Relief Fund<!--:--><!--:es-->Fotógrafos para el Fondo de Ayuda Jova<!--:-->', '', 'inherit', 'closed', 'open', '', '934-revision-2', '', '', '2011-12-15 00:01:40', '2011-12-15 00:01:40', '', 934, 'http://www.careyes.com.mx/web/?p=937', 0, 'post', '', 0),
(938, 1, '2011-12-08 23:48:35', '2011-12-08 23:48:35', '', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-08 23:48:35', '2011-12-08 23:48:35', '', 295, 'http://www.careyes.com.mx/web/?p=938', 0, 'page', '', 0),
(939, 1, '2012-01-11 01:35:35', '2012-01-11 01:35:35', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\nRATES SEASON 2010 – 2011</em><strong>\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\n<ul>\n	<li>\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\n</li>\n	<li>\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\n</li>\n<ul>\n	<li>\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\n</li>\n	<li>\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\n</li>\n	<li>\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\n</li>\n	<li>\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\n</li>\n	<li>\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\n</li>\n<ul>\n	<li>\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\n</li>\n	<li>\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\n</li>\n	<li>\n<h6>When NOT renting a horse from the club:\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\n</li>\n</ul>\n</ul>\n</ul>\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\n\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\n\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\nCOVERED     $ 10 USD     $ 250 USD\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\n</span></strong>\n\n<strong><span style="color: #00ccff;">5. - FULL BOARD\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\n</span>\n\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\n<span style="color: #888888;">PER DAY      PER MONTH</span>\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\n\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\n<span style="color: #888888;">PER DAY     PER MONTH</span>\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\n\n<strong><span style="color: #00ccff;">8. - PASTURE\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\n\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\n</span></strong>\n\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\n\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\n$ 80 USD for the remainder of the year</span>\n\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\n* 15% Government tax.\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\n\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\n3 Goals                    33%\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\n</span></strong>\n\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\n</span></strong>\n<ul>\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\n</span></li>\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\n</span></li>\n	<li><span style="color: #888888;">All payments are expected to be received on time.\n</span></li>\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\n</span></li>\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\n</ul>\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\n</span></strong>\n\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\nTARIFAS DE TEMPORADA 2010 – 2011</em><strong>\n</strong>(NOV., 13 2010 A ABRIL 30, 2011)\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\n<ul>\n	<li>\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\n</li>\n	<li>\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\n</li>\n<ul>\n	<li>\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\n</li>\n	<li>\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\n</li>\n	<li>\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\n</li>\n	<li>\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\n</li>\n	<li>\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\n</li>\n<ul>\n	<li>\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\n</li>\n	<li>\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\n</li>\n	<li>\n<h6>Cuando NO se renta un caballo del club:\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\n</li>\n</ul>\n</ul>\n</ul>\n<strong>2. - RENTA DE CABALLO</strong>\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\n\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\n\n<strong>4. - ESTABLO POR CABALO\nPOR DÍA    POR MES</strong>\nCUBIERTO     $ 10 USD     $ 250 USD\nSHADED        $   8 USD     $ 200 USD<strong></strong>\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\n</strong>\n\n<strong>5. - PENSIÓN COMPLETA\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\n<strong>POR DÍA      POR MES</strong>\n$ 12 USD       $ 320 USD por caballo\n\n<strong>6. - CUARTO PARA CABALLERANGO\nPOR DÍA      POR MES\n</strong>$ 7 USD          $ 200 USD por persona\n\n<strong>7. - GROOM’S FOOD\nPOR DÍA     POR MES\n</strong>$ 15 USD       $ 450 USD por persona\n\n<strong>8. - PASTURA\n</strong>$ 60 USD por caballo por mes.\n\n<strong>9. - ZAPATOS DE CABALLO\n</strong>$ 10 USD por pata incluye zapato.<strong>\n</strong>\n\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\n\n<strong>11. - PISTA DE EQUITACIÓN\n</strong>$ 100 USD por hora durante la Temporada de Polo\n$ 80 USD durante el resto del año\n\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\n* 15% Impuesto gubernamental.\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\n\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\n3 Goless                    33%\n4 goles o más            66%<strong>\n</strong>\n\n<strong>14. - REGLAS BÁSICAS DEL CLUB\n</strong>\n<ul>\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\n</ul>\n<strong>A todos los cargos se les añadirá 10% de propina.\n</strong>\n\n<strong>LET’S HAVE A GREA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-autosave', '', '', '2012-01-11 01:35:35', '2012-01-11 01:35:35', '', 295, 'http://www.careyes.com.mx/web/?p=939', 0, 'revision', '', 0),
(940, 1, '2011-12-15 00:35:38', '2011-12-15 00:35:38', '', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 00:35:38', '2011-12-15 00:35:38', '', 295, 'http://www.careyes.com.mx/web/?p=940', 0, 'page', '', 0),
(941, 1, '2011-12-15 00:39:15', '2011-12-15 00:39:15', '<!--:en--><h3><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)</h3>\r\n<h6>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)\r\n100 US$ (4 to 6 chukkers) per game.\r\n Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.\r\n POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. $ 2,000 USD ONE MONTH: Including Christmas and New Years: $ 2,000 USD ONE MONTH GREEN FEE: excluding Christmas and New Year $ 1,500 USD FULL SEASON: Includes tournament and green fees $ 4,000 USD\r\n STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS: When renting a horse from the club: 50 US$ (20 minutes) Personalized, with teacher 100 US$\r\nWhen NOT renting a horse from the club:\r\nPer session $ 20 USD Monthly $ 300 USD Season $ 500 USD\r\n2. - HORSE RENTAL\r\nFrom 80 US$ to 150 US$ (per chukker for handy polo ponies with gear).\r\n3. - TOURNAMENT AND PROFESSIONAL FEES\r\nThey can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.\r\n4. - STABLING PER HORSE PER DAY PER MONTH\r\nCOVERED $ 10 USD $ 250 USD\r\nSHADED $ 8 USD $ 200 USD\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.\r\n5. - FULL BOARD\r\nIncludes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.\r\nPER DAY PER MONTH\r\n$ 12 USD $ 320 USD per horse\r\n6. - GROOM’S QUARTER PER DAY PER MONTH\r\n$ 7 USD $ 200 USD per person\r\nP</h6><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 00:39:15', '2011-12-15 00:39:15', '', 295, 'http://www.careyes.com.mx/web/?p=941', 0, 'page', '', 0),
(942, 1, '2011-12-15 00:41:14', '2011-12-15 00:41:14', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)\r\n100 US$ (4 to 6 chukkers) per game.\r\n Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.\r\n POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. $ 2,000 USD ONE MONTH: Including Christmas and New Years: $ 2,000 USD ONE MONTH GREEN FEE: excluding Christmas and New Year $ 1,500 USD FULL SEASON: Includes tournament and green fees $ 4,000 USD\r\n STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS: When renting a horse from the club: 50 US$ (20 minutes) Personalized, with teacher 100 US$\r\nWhen NOT renting a horse from the club:\r\nPer session $ 20 USD Monthly $ 300 USD Season $ 500 USD\r\n2. - HORSE RENTAL\r\nFrom 80 US$ to 150 US$ (per chukker for handy polo ponies with gear).\r\n3. - TOURNAMENT AND PROFESSIONAL FEES\r\nThey can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.\r\n4. - STABLING PER HORSE PER DAY PER MONTH\r\nCOVERED $ 10 USD $ 250 USD\r\nSHADED $ 8 USD $ 200 USD\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.\r\n5. - FULL BOARD\r\nIncludes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.\r\nPER DAY PER MONTH\r\n$ 12 USD $ 320 USD per horse\r\n6. - GROOM’S QUARTER PER DAY PER MONTH\r\n$ 7 USD $ 200 USD per person\r\nP</h6><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 00:41:14', '2011-12-15 00:41:14', '', 295, 'http://www.careyes.com.mx/web/?p=942', 0, 'page', '', 0),
(944, 1, '2011-12-15 01:03:16', '2011-12-15 01:03:16', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: 50 US$ (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher 100 US$</h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session $ 20 USD Monthly $ 300 USD Season $ 500 USD</h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:03:16', '2011-12-15 01:03:16', '', 295, 'http://www.careyes.com.mx/web/?p=944', 0, 'page', '', 0),
(943, 1, '2011-12-15 00:59:59', '2011-12-15 00:59:59', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> FULL SEASON: Includes tournament and green fees $ 4,000 USD\r\n STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS: When renting a horse from the club: 50 US$ (20 minutes) Personalized, with teacher 100 US$\r\nWhen NOT renting a horse from the club:\r\nPer session $ 20 USD Monthly $ 300 USD Season $ 500 USD\r\n2. - HORSE RENTAL\r\nFrom 80 US$ to 150 US$ (per chukker for handy polo ponies with gear).\r\n3. - TOURNAMENT AND PROFESSIONAL FEES\r\nThey can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.\r\n4. - STABLING PER HORSE PER DAY PER MONTH\r\nCOVERED $ 10 USD $ 250 USD\r\nSHADED $ 8 USD $ 200 USD\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.\r\n5. - FULL BOARD\r\nIncludes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.\r\nPER DAY PER MONTH\r\n$ 12 USD $ 320 USD per horse\r\n6. - GROOM’S QUARTER PER DAY PER MONTH\r\n$ 7 USD $ 200 USD per person\r\nP</h6>\r\n</li>\r\n</ul>\r\n</ul><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 00:59:59', '2011-12-15 00:59:59', '', 295, 'http://www.careyes.com.mx/web/?p=943', 0, 'page', '', 0),
(945, 1, '2011-12-15 01:04:30', '2011-12-15 01:04:30', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:04:30', '2011-12-15 01:04:30', '', 295, 'http://www.careyes.com.mx/web/?p=945', 0, 'page', '', 0),
(946, 1, '2011-12-15 01:09:52', '2011-12-15 01:09:52', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\nFrom <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #000000;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">                     PER DAY    PER MONTH</span></span></strong><span style="color: #00ccff;">\r\n<span style="color: #000000;">COVERED     $ 10 USD     $ 250 USD</span>\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">SHADED       $   8 USD     $ 200 USD</span></span><strong></strong>\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.<strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n6. - GROOM’S QUARTER\r\n7. - GROOM’S FOOD\r\n8. - PASTURE\r\n9. - HORSE SHOES\r\n10. - PRIVATE LESSONS &amp; CLINICS\r\n11. - TRAIL RIDING\r\n12. - TAXES AND GRATUITIES\r\n13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n14. - BASIC CLUB RULES\r\nLET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:09:52', '2011-12-15 01:09:52', '', 295, 'http://www.careyes.com.mx/web/?p=946', 0, 'page', '', 0),
(947, 1, '2011-12-15 01:11:59', '2011-12-15 01:11:59', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\nFrom <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #000000;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">                     PER DAY    PER MONTH</span></span></strong><span style="color: #00ccff;">\r\n<span style="color: #000000;">COVERED     $ 10 USD     $ 250 USD</span>\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">SHADED       $   8 USD     $ 200 USD</span></span><strong></strong>\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.<strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.\r\n<strong>PER DAY      PER MONTH</strong>\r\n$ 12 USD       $ 320 USD per horse\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #000000;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #000000;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #000000;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">$ 15 USD       $ 450 USD per person</span></span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n9. - HORSE SHOES\r\n10. - PRIVATE LESSONS &amp; CLINICS\r\n11. - TRAIL RIDING\r\n12. - TAXES AND GRATUITIES\r\n13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n14. - BASIC CLUB RULES\r\nLET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:11:59', '2011-12-15 01:11:59', '', 295, 'http://www.careyes.com.mx/web/?p=947', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(950, 1, '2011-12-15 01:20:14', '2011-12-15 01:20:14', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #000000;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:20:14', '2011-12-15 01:20:14', '', 295, 'http://www.careyes.com.mx/web/?p=950', 0, 'page', '', 0),
(948, 1, '2011-12-15 01:17:34', '2011-12-15 01:17:34', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\nFrom <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #000000;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">                     PER DAY    PER MONTH</span></span></strong><span style="color: #00ccff;">\r\n<span style="color: #000000;">COVERED     $ 10 USD     $ 250 USD</span>\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">SHADED       $   8 USD     $ 200 USD</span></span><strong></strong>\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.<strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.\r\n<strong>PER DAY      PER MONTH</strong>\r\n$ 12 USD       $ 320 USD per horse\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #000000;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #000000;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #000000;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">$ 15 USD       $ 450 USD per person</span></span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #000000;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #000000;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">$ 100 USD per hour during Polo Season</span></span><span style="color: #00ccff;">\r\n<span style="color: #000000;">$ 80 USD for the remainder of the year</span></span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #00ccff;"><span style="color: #000000;">Are not included in any of these rates</span></span><span style="color: #00ccff;">\r\n<span style="color: #000000;">* 15% Government tax.</span>\r\n<span style="color: #000000;">* 10% gratuities will be distributed between all the employees of the Polo Club.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.</span></span><span style="color: #00ccff;">\r\n<span style="color: #000000;">Resident Players      20% on full season packages if paid in full before Dec. 15th, 2010.</span><span style="color: #000000;">\r\n3 Goals                    33%</span>\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">4 goals and higher  66%</span></span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">All payments are expected to be received on time.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">These rates can be changed anytime without prior advice.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">A release must be signed before you ride. </span></span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #000000;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:17:34', '2011-12-15 01:17:34', '', 295, 'http://www.careyes.com.mx/web/?p=948', 0, 'page', '', 0),
(949, 1, '2011-12-15 01:18:33', '2011-12-15 01:18:33', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\nFrom <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #000000;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">                     PER DAY    PER MONTH</span></span></strong><span style="color: #00ccff;">\r\n<span style="color: #000000;">COVERED     $ 10 USD     $ 250 USD</span>\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">SHADED       $   8 USD     $ 200 USD</span></span><strong></strong>\r\nAll horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.<strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.\r\n<strong>PER DAY      PER MONTH</strong>\r\n$ 12 USD       $ 320 USD per horse\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #000000;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #000000;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #000000;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">$ 15 USD       $ 450 USD per person</span></span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #000000;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #000000;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">$ 100 USD per hour during Polo Season</span></span><span style="color: #00ccff;">\r\n<span style="color: #000000;">$ 80 USD for the remainder of the year</span></span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #00ccff;"><span style="color: #000000;">Are not included in any of these rates</span></span><span style="color: #00ccff;">\r\n<span style="color: #000000;">* 15% Government tax.</span>\r\n<span style="color: #000000;">* 10% gratuities will be distributed between all the employees of the Polo Club.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.</span></span><span style="color: #00ccff;">\r\n<span style="color: #000000;">Resident Players      20% on full season packages if paid in full before Dec. 15th, 2010.</span><span style="color: #000000;">\r\n3 Goals                    33%</span>\r\n</span><span style="color: #00ccff;"><span style="color: #000000;">4 goals and higher  66%</span></span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">All payments are expected to be received on time.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">These rates can be changed anytime without prior advice.\r\n</span></span></li>\r\n	<li><span style="color: #00ccff;"><span style="color: #000000;">A release must be signed before you ride. </span></span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #000000;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:18:33', '2011-12-15 01:18:33', '', 295, 'http://www.careyes.com.mx/web/?p=949', 0, 'page', '', 0),
(951, 1, '2011-12-15 01:20:43', '2011-12-15 01:20:43', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:20:43', '2011-12-15 01:20:43', '', 295, 'http://www.careyes.com.mx/web/?p=951', 0, 'page', '', 0),
(952, 1, '2011-12-15 01:39:06', '2011-12-15 01:39:06', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/festival_ecuestre_def-03.jpg" alt="" title="Basic CMYK" width="650" height="929" class="alignnone size-full wp-image-1331" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/festival_ecuestre_def-03.jpg" alt="" title="Basic CMYK" width="650" height="929" class="alignnone size-full wp-image-1331" /><!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'publish', 'closed', 'open', '', 'pictures', '', '', '2012-05-12 01:49:53', '2012-05-12 01:49:53', '', 0, 'http://www.careyes.com.mx/web/?p=952', 0, 'page', '', 0),
(1329, 1, '2012-05-12 01:38:48', '2012-05-12 01:38:48', '<!--:en-->[imagebrowser id=37]\r\n\r\nMore photos: <strong><a href="http://www.photosbybeatrice.com" target="_blank" class="pie">www.photosbybeatrice.com</a></strong><!--:-->', '<!--:en-->Photo Gallery<!--:--><!--:es-->Galeria Fotografica<!--:-->', '', 'inherit', 'closed', 'closed', '', '301-revision-2', '', '', '2012-05-12 01:38:48', '2012-05-12 01:38:48', '', 301, 'http://www.careyes.com.mx/web/?p=1329', 0, 'page', '', 0),
(953, 1, '2011-12-15 01:38:56', '2011-12-15 01:38:56', '<!--:en-->[imagebrowser id=37]<!--:-->', '<!--:en-->Pictures<!--:-->', '', 'inherit', 'closed', 'open', '', '952-revision', '', '', '2011-12-15 01:38:56', '2011-12-15 01:38:56', '', 952, 'http://www.careyes.com.mx/web/?p=953', 0, 'revision', '', 0),
(954, 1, '2011-12-15 01:55:48', '2011-12-15 01:55:48', '<!--:en-->[imagebrowser id=37]\n\nMore photos: <strong><a class="pie" href="http://www.photosbybeatrice.com" target="_blank">www.photosbybeatrice.com</a></strong><!--:--><!--:es-->[imagebrowser id=37]\nMás fotos: <strong><a class="pie" href="http://www.photosbybeatrice.com" target="_blank">www.photosbybeatrice.com</a></strong><!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '952-autosave', '', '', '2011-12-15 01:55:48', '2011-12-15 01:55:48', '', 952, 'http://www.careyes.com.mx/web/?p=954', 0, 'revision', '', 0),
(955, 1, '2011-12-15 01:39:06', '2011-12-15 01:39:06', '<!--:en-->[imagebrowser id=37]<!--:--><!--:es-->[imagebrowser id=37]<!--:-->', '<!--:en-->Pictures<!--:--><!--:es-->Imágenes<!--:-->', '', 'inherit', 'closed', 'open', '', '952-revision-2', '', '', '2011-12-15 01:39:06', '2011-12-15 01:39:06', '', 952, 'http://www.careyes.com.mx/web/?p=955', 0, 'post', '', 0),
(956, 1, '2011-12-15 01:46:13', '2011-12-15 01:46:13', '<!--:en-->[imagebrowser id=37]<!--:--><!--:es-->[imagebrowser id=37]<!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '952-revision-2', '', '', '2011-12-15 01:46:13', '2011-12-15 01:46:13', '', 952, 'http://www.careyes.com.mx/web/?p=956', 0, 'post', '', 0),
(957, 1, '2011-12-15 01:46:45', '2011-12-15 01:46:45', '<!--:en-->[imagebrowser id=37]<!--:--><!--:es-->[imagebrowser id=37]<!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '952-revision-2', '', '', '2011-12-15 01:46:45', '2011-12-15 01:46:45', '', 952, 'http://www.careyes.com.mx/web/?p=957', 0, 'page', '', 0),
(958, 1, '2011-12-15 01:50:40', '2011-12-15 01:50:40', '[imagebrowser id=37][imagebrowser id=37]', '<!--:en-->Recent Events<!--:--><!--:es-->Eventos Recientes<!--:-->', '', 'publish', 'closed', 'closed', '', '958', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=958', 21, 'nav_menu_item', '', 0),
(960, 1, '2011-12-15 01:52:04', '2011-12-15 01:52:04', '<!--:en-->[imagebrowser id=37]<!--:--><!--:es-->[imagebrowser id=37]<!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '952-revision-2', '', '', '2011-12-15 01:52:04', '2011-12-15 01:52:04', '', 952, 'http://www.careyes.com.mx/web/?p=960', 0, 'page', '', 0),
(961, 1, '2012-05-23 00:02:42', '2012-05-23 00:02:42', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\n<span style="color: #00ccff;"><strong>November  2012  to  April 2013</strong></span>\n\n<strong>November 15 &gt;</strong> Fields open and practice\n\n<strong>November 22 – 24 &gt;</strong> Thanksgiving Tournament\n\n<strong>December 1 -15 &gt;</strong> Polo clinic with Fergus Gould\n\n<strong>December 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\n\n<strong>Dec 27 – Jan 5 &gt;</strong> Copa Careyes Tournament\n\n<strong>January 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\n\n<strong>February 2 - 4 &gt;</strong> Copa de la Constitución\n\n<strong>February 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\n\n<strong>February 12 – 17 &gt;</strong> Texas Polo Week\n\n<strong>Feb 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\n\n<strong>Feb. 27 – March 3 &gt;</strong> Film Festival Tournament\n\n<strong>March 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\n\n<strong>March 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\n\n<strong>April 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\n\n<strong>April 13 – 15 &gt;</strong> Season end - Tournament\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\n<span style="color: #00ccff;"><strong>Noviembre  2012  a  Abril 2013</strong></span>\n\n<strong><strong>Noviembre</strong> 15 &gt;</strong> Fields open and practice\n\n<strong><strong>Noviembre</strong> 22 – 24 &gt;</strong> Thanksgiving Tournament\n\n<strong>Diciembre 1 -15 &gt;</strong> Polo clinic with Fergus Gould\n\n<strong><strong>Diciembre</strong> 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\n\n<strong><strong><strong>Diciembre</strong></strong> 27 – <strong>Enero</strong> 5 &gt;</strong> Copa Careyes Tournament\n\n<strong>Enero 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\n\n<strong>Febrero 2 - 4 &gt;</strong> Copa de la Constitución\n\n<strong><strong>Febrero</strong> 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\n\n<strong><strong>Febrero</strong> 12 – 17 &gt;</strong> Texas Polo Week\n\n<strong><strong>Febrero</strong> 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\n\n<strong><strong>Febrero</strong> 27 – Marzo 3 &gt;</strong> Film Festival Tournament\n\n<strong><strong>Marzo</strong> 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\n\n<strong><strong>Marzo</strong> 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\n\n<strong>Abril 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\n\n<strong>ABril 13 – 15 &gt;</strong> Season end - Tournament\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-autosave', '', '', '2012-05-23 00:02:42', '2012-05-23 00:02:42', '', 298, 'http://www.careyes.com.mx/web/?p=961', 0, 'revision', '', 0),
(962, 1, '2011-12-08 23:47:52', '2011-12-08 23:47:52', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p><!--:-->', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-12-08 23:47:52', '2011-12-08 23:47:52', '', 298, 'http://www.careyes.com.mx/web/?p=962', 0, 'page', '', 0),
(963, 1, '2011-12-15 02:09:44', '2011-12-15 02:09:44', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p><!--:-->', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-12-15 02:09:44', '2011-12-15 02:09:44', '', 298, 'http://www.careyes.com.mx/web/?p=963', 0, 'page', '', 0),
(964, 1, '2011-12-15 02:12:48', '2011-12-15 02:12:48', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-12-15 02:12:48', '2011-12-15 02:12:48', '', 298, 'http://www.careyes.com.mx/web/?p=964', 0, 'page', '', 0),
(965, 1, '2011-12-08 23:34:25', '2011-12-08 23:34:25', '', '<!--:en-->Cultural Plaza<!--:--><!--:es-->Plaza Cultural <!--:-->', '', 'inherit', 'closed', 'open', '', '304-revision-2', '', '', '2011-12-08 23:34:25', '2011-12-08 23:34:25', '', 304, 'http://www.careyes.com.mx/web/?p=965', 0, 'page', '', 0),
(966, 1, '2011-12-15 02:15:13', '2011-12-15 02:15:13', '', '<!--:en-->Cultural Plaza<!--:--><!--:es-->Plaza Cultural <!--:-->', '', 'inherit', 'closed', 'open', '', '304-revision-2', '', '', '2011-12-15 02:15:13', '2011-12-15 02:15:13', '', 304, 'http://www.careyes.com.mx/web/?p=966', 0, 'page', '', 0),
(967, 1, '2011-12-15 02:29:07', '2011-12-15 02:29:07', '<!--:en-->[imagebrowser id=38]<!--:--><!--:es-->[imagebrowser id=38]<!--:-->', '<!--:en-->Cultural Plaza<!--:--><!--:es-->Plaza Cultural <!--:-->', '', 'inherit', 'closed', 'open', '', '304-revision-2', '', '', '2011-12-15 02:29:07', '2011-12-15 02:29:07', '', 304, 'http://www.careyes.com.mx/web/?p=967', 0, 'page', '', 0),
(968, 1, '2011-12-08 23:31:17', '2011-12-08 23:31:17', '', '<!--:en-->Art - Event Schedule<!--:--><!--:es-->Art- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '313-revision-3', '', '', '2011-12-08 23:31:17', '2011-12-08 23:31:17', '', 313, 'http://www.careyes.com.mx/web/?p=968', 0, 'page', '', 0),
(969, 1, '2011-12-14 23:59:02', '2011-12-14 23:59:02', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-14 23:59:02', '2011-12-14 23:59:02', '', 286, 'http://www.careyes.com.mx/web/?p=969', 0, 'page', '', 0),
(973, 1, '2011-12-15 02:41:58', '2011-12-15 02:41:58', '<!--:en--><iframe width="420" height="315" src="http://www.youtube.com/embed/4bWzLDebbR0" frameborder="0" allowfullscreen></iframe><!--:--><!--:es--><iframe width="420" height="315" src="http://www.youtube.com/embed/4bWzLDebbR0" frameborder="0" allowfullscreen></iframe><!--:-->', '<!--:en-->Scotiabank: Careyes<!--:--><!--:es-->Scotiabank: Careyes<!--:-->', '', 'publish', 'closed', 'open', '', 'scotiabank-careyes', '', '', '2011-12-15 02:41:58', '2011-12-15 02:41:58', '', 0, 'http://www.careyes.com.mx/web/?p=973', 0, 'post', '', 0),
(970, 1, '2011-12-15 02:37:22', '2011-12-15 02:37:22', '', '<!--:en-->Ojo de Careyes<!--:--><!--:es-->Ojo de Careyes<!--:-->', '', 'publish', 'closed', 'open', '', 'ojo-de-careyes', '', '', '2011-12-15 02:37:22', '2011-12-15 02:37:22', '', 0, 'http://www.careyes.com.mx/web/?page_id=970', 0, 'page', '', 0),
(971, 1, '2011-12-15 02:36:34', '2011-12-15 02:36:34', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '970-revision', '', '', '2011-12-15 02:36:34', '2011-12-15 02:36:34', '', 970, 'http://www.careyes.com.mx/web/?p=971', 0, 'revision', '', 0),
(972, 1, '2011-12-15 02:37:22', '2011-12-15 02:37:22', ' ', '', '', 'publish', 'closed', 'closed', '', '972', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=972', 31, 'nav_menu_item', '', 0),
(974, 1, '2011-12-15 02:41:36', '2011-12-15 02:41:36', '<!--:en--><iframe width="420" height="315" src="http://www.youtube.com/embed/4bWzLDebbR0" frameborder="0" allowfullscreen></iframe><!--:--><!--:es--><iframe width="420" height="315" src="http://www.youtube.com/embed/4bWzLDebbR0" frameborder="0" allowfullscreen></iframe><!--:-->', '', '', 'inherit', 'closed', 'open', '', '973-revision', '', '', '2011-12-15 02:41:36', '2011-12-15 02:41:36', '', 973, 'http://www.careyes.com.mx/web/?p=974', 0, 'revision', '', 0),
(981, 1, '2011-12-15 02:47:44', '2011-12-15 02:47:44', '<!--:en--><iframe width="560" height="315" src="http://www.youtube.com/embed/QsG5U0GJC_g" frameborder="0" allowfullscreen></iframe><!--:--><!--:es--><iframe width="560" height="315" src="http://www.youtube.com/embed/QsG5U0GJC_g" frameborder="0" allowfullscreen></iframe><!--:-->', '<!--:en-->Costa Careyes <!--:--><!--:es-->Costa Careyes <!--:-->', '', 'publish', 'closed', 'open', '', 'costa-careyes-2', '', '', '2011-12-15 02:48:16', '2011-12-15 02:48:16', '', 0, 'http://www.careyes.com.mx/web/?p=981', 0, 'post', '', 0),
(982, 1, '2011-12-15 02:47:35', '2011-12-15 02:47:35', '<!--:en--><iframe width="560" height="315" src="http://www.youtube.com/embed/QsG5U0GJC_g" frameborder="0" allowfullscreen></iframe><!--:--><!--:es--><iframe width="560" height="315" src="http://www.youtube.com/embed/QsG5U0GJC_g" frameborder="0" allowfullscreen></iframe><!--:-->', '<!--:en-->Costa Careyes <!--:--><!--:es-->Costa Careyes <!--:-->', '', 'inherit', 'closed', 'open', '', '981-revision', '', '', '2011-12-15 02:47:35', '2011-12-15 02:47:35', '', 981, 'http://www.careyes.com.mx/web/?p=982', 0, 'revision', '', 0),
(983, 1, '2011-12-15 02:47:44', '2011-12-15 02:47:44', '<!--:en--><iframe width="560" height="315" src="http://www.youtube.com/embed/QsG5U0GJC_g" frameborder="0" allowfullscreen></iframe><!--:--><!--:es--><iframe width="560" height="315" src="http://www.youtube.com/embed/QsG5U0GJC_g" frameborder="0" allowfullscreen></iframe><!--:-->', '<!--:en-->Costa Careyes <!--:--><!--:es-->Costa Careyes <!--:-->', '', 'inherit', 'closed', 'open', '', '981-revision-2', '', '', '2011-12-15 02:47:44', '2011-12-15 02:47:44', '', 981, 'http://www.careyes.com.mx/web/?p=983', 0, 'post', '', 0),
(984, 1, '2011-12-15 02:49:17', '2011-12-15 02:49:17', '<!--:en--><iframe width="560" height="315" src="http://www.youtube.com/embed/yK_rBNYzOTA" frameborder="0" allowfullscreen></iframe><!--:--><!--:es--><iframe width="560" height="315" src="http://www.youtube.com/embed/yK_rBNYzOTA" frameborder="0" allowfullscreen></iframe><!--:-->', '<!--:en-->Costa Careyes Chinese New Year 2011<!--:--><!--:es-->Costa Careyes Año Nuevo Chino 2011<!--:-->', '', 'publish', 'closed', 'open', '', 'costa-careyes-chinese-new-year-2011', '', '', '2011-12-15 02:49:17', '2011-12-15 02:49:17', '', 0, 'http://www.careyes.com.mx/web/?p=984', 0, 'post', '', 0),
(985, 1, '2011-12-15 02:48:19', '2011-12-15 02:48:19', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '984-revision', '', '', '2011-12-15 02:48:19', '2011-12-15 02:48:19', '', 984, 'http://www.careyes.com.mx/web/?p=985', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(986, 1, '2011-12-15 03:49:07', '2011-12-15 03:49:07', '<!--:en--><ul>\r\n	<li><strong>5 Suites</strong></li>\r\n	<li><strong>6 Bathrooms</strong></li>\r\n	<li><strong>Sweeping panoramic</strong>\r\nviews of the coastline.</li>\r\n	<li><strong>Open Living and dinning room.</strong></li>\r\n	<li><strong>Walking distance to</strong></li>\r\n	<li><strong>Playa Rosa Beach.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing\r\nmetamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'draft', 'closed', 'open', '', 'villa-altiplano', '', '', '2011-12-15 04:14:54', '2011-12-15 04:14:54', '', 0, 'http://www.careyes.com.mx/web/?p=986', 0, 'post', '', 0),
(987, 1, '2011-12-15 03:48:35', '2011-12-15 03:48:35', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '986-revision', '', '', '2011-12-15 03:48:35', '2011-12-15 03:48:35', '', 986, 'http://www.careyes.com.mx/web/?p=987', 0, 'revision', '', 0),
(988, 1, '2011-12-15 03:49:07', '2011-12-15 03:49:07', '', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-revision-2', '', '', '2011-12-15 03:49:07', '2011-12-15 03:49:07', '', 986, 'http://www.careyes.com.mx/web/?p=988', 0, 'post', '', 0),
(989, 1, '2011-12-15 03:49:57', '2011-12-15 03:49:57', '<!--:en-->• 5 Suites\r\n• 6 Bathrooms\r\n• Sweeping panoramic\r\nviews of the coastline.\r\n• Open Living and dinning\r\nroom.\r\n• Walking distance to\r\nPlaya Rosa Beach.\r\n• Wireless Internet.\r\n• AC in enclosed areas.\r\n• Satellite TV.\r\n• Ceiling fans.\r\n• Fully Staffed\r\n• Laundry Services.<!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-revision-2', '', '', '2011-12-15 03:49:57', '2011-12-15 03:49:57', '', 986, 'http://www.careyes.com.mx/web/?p=989', 0, 'post', '', 0),
(990, 1, '2011-12-15 03:59:41', '2011-12-15 03:59:41', '<!--:en--><ul>\n	<li><strong>5 Suites</strong></li>\n	<li><strong>6 Bathrooms</strong></li>\n	<li><strong>Sweeping panoramic</strong>\nviews of the coastline.</li>\n	<li><strong>Open Living and dinning room.</strong></li>\n	<li><strong>Walking distance to</strong></li>\n	<li><strong>Playa Rosa Beach.</strong></li>\n	<li><strong>Wireless Internet.</strong></li>\n	<li><strong>AC in enclosed areas.</strong></li>\n	<li><strong>Satellite TV.</strong></li>\n	<li><strong>Ceiling fans.</strong></li>\n	<li><strong>Fully Staffed</strong></li>\n	<li><strong>Laundry Services.</strong></li>\n</ul>\n<strong>Location</strong>\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\n\n<strong>Activities</strong>\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April)\nTennis, Golf (45 minutes away) Sea turtle protection program.\n<strong></strong>\n\n<strong>Weather</strong>\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the\narea, and you will find the best climate conditions with low humidity. October and November have the\nbest light for photography. The summer months are green, lush and boast, ocean temperatures around\n32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing\nmetamorphosis that occurs when nature and life are renewed<!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-autosave', '', '', '2011-12-15 03:59:41', '2011-12-15 03:59:41', '', 986, 'http://www.careyes.com.mx/web/?p=990', 0, 'revision', '', 0),
(991, 1, '2011-12-15 03:53:24', '2011-12-15 03:53:24', '<!--:en-->• 5 Suites\r\n• 6 Bathrooms\r\n• Sweeping panoramic\r\nviews of the coastline.\r\n• Open Living and dinning\r\nroom.\r\n• Walking distance to\r\nPlaya Rosa Beach.\r\n• Wireless Internet.\r\n• AC in enclosed areas.\r\n• Satellite TV.\r\n• Ceiling fans.\r\n• Fully Staffed\r\n• Laundry Services.<!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-revision-2', '', '', '2011-12-15 03:53:24', '2011-12-15 03:53:24', '', 986, 'http://www.careyes.com.mx/web/?p=991', 0, 'post', '', 0),
(992, 1, '2011-12-15 03:56:38', '2011-12-15 03:56:38', '<!--:en--><ul>\r\n	<li><strong>5 Suites</strong></li>\r\n	<li><strong>6 Bathrooms</strong></li>\r\n	<li><strong>Sweeping panoramic</strong>\r\nviews of the coastline.</li>\r\n	<li><strong>Open Living and dinning room.</strong></li>\r\n	<li><strong>Walking distance to</strong></li>\r\n	<li><strong>Playa Rosa Beach.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n</ul><!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-revision-2', '', '', '2011-12-15 03:56:38', '2011-12-15 03:56:38', '', 986, 'http://www.careyes.com.mx/web/?p=992', 0, 'post', '', 0),
(993, 1, '2011-12-15 04:00:18', '2011-12-15 04:00:18', '<!--:en--><ul>\r\n	<li><strong>5 Suites</strong></li>\r\n	<li><strong>6 Bathrooms</strong></li>\r\n	<li><strong>Sweeping panoramic</strong>\r\nviews of the coastline.</li>\r\n	<li><strong>Open Living and dinning room.</strong></li>\r\n	<li><strong>Walking distance to</strong></li>\r\n	<li><strong>Playa Rosa Beach.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing\r\nmetamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-revision-2', '', '', '2011-12-15 04:00:18', '2011-12-15 04:00:18', '', 986, 'http://www.careyes.com.mx/web/?p=993', 0, 'post', '', 0),
(994, 1, '2011-12-15 04:07:08', '2011-12-15 04:07:08', '<!--:en--><ul>\r\n	<li><strong>5 Suites</strong></li>\r\n	<li><strong>6 Bathrooms</strong></li>\r\n	<li><strong>Sweeping panoramic views</strong>\r\nof the coastline.</li>\r\n	<li><strong>Open Living and dinning room.</strong></li>\r\n	<li><strong>Walking distance to\r\n</strong>Playa Rosa Beach.</li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n<strong></strong>\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa Candelabros<!--:--><!--:es-->Villa Candelabros<!--:-->', '', 'draft', 'closed', 'open', '', 'villa-candelabros', '', '', '2011-12-15 04:15:23', '2011-12-15 04:15:23', '', 0, 'http://www.careyes.com.mx/web/?p=994', 0, 'post', '', 0),
(995, 1, '2011-12-15 04:06:12', '2011-12-15 04:06:12', '<!--:en--><ul>\n	<li><strong>5 Suites</strong></li>\n	<li><strong>6 Bathrooms</strong></li>\n	<li><strong>Sweeping panoramic views</strong>\nof the coastline.</li>\n	<li><strong>Open Living and dinning room.</strong></li>\n	<li><strong>Walking distance to\n</strong>Playa Rosa Beach.</li>\n	<li><strong>Wireless Internet.</strong></li>\n	<li><strong>AC in enclosed areas.</strong></li>\n	<li><strong>Satellite TV.</strong></li>\n	<li><strong>Ceiling fans.</strong></li>\n	<li><strong>Fully Staffed</strong></li>\n</ul>\n<strong>Location</strong>\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International\nAirport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private\nCharter plane are available.\nActivities\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to\nApril) Tennis, Golf (45 minutes away) Sea turtle protection program.\nWeather\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to\nthe area, and you will find the best climate conditions with low humidity. October and November\nhave the best light for photography. The summer months are green, lush and boast, ocean\ntemperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are\nwitness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa Candelabros<!--:--><!--:es-->Villa Candelabros<!--:-->', '', 'inherit', 'closed', 'open', '', '994-revision', '', '', '2011-12-15 04:06:12', '2011-12-15 04:06:12', '', 994, 'http://www.careyes.com.mx/web/?p=995', 0, 'revision', '', 0),
(996, 1, '2011-12-15 04:07:58', '2011-12-15 04:07:58', '<!--:en--><ul>\r\n	<li><strong>5 Bedrooms.</strong></li>\r\n	<li><strong>6 Bathrooms.</strong></li>\r\n	<li><strong>Open living and dining room.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Laundry services.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Walking distance to Playa Rosa</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n<strong></strong>\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa La Huerta<!--:--><!--:es-->Villa La Huerta<!--:-->', '', 'draft', 'closed', 'open', '', 'villa-la-huerta', '', '', '2011-12-15 04:14:20', '2011-12-15 04:14:20', '', 0, 'http://www.careyes.com.mx/web/?p=996', 0, 'post', '', 0),
(997, 1, '2011-12-15 04:07:22', '2011-12-15 04:07:22', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '996-revision', '', '', '2011-12-15 04:07:22', '2011-12-15 04:07:22', '', 996, 'http://www.careyes.com.mx/web/?p=997', 0, 'revision', '', 0),
(998, 1, '2011-12-15 04:10:01', '2011-12-15 04:10:01', '<!--:en--><ul>\n	<li><strong>5 Bedrooms.</strong></li>\n	<li><strong>6 Bathrooms.</strong></li>\n	<li><strong>Open living and dining room.</strong></li>\n	<li><strong>Ceiling fans.</strong></li>\n	<li><strong>AC in enclosed areas.</strong></li>\n	<li><strong>Laundry services.</strong></li>\n	<li><strong>Wireless Internet.</strong></li>\n	<li><strong>Satellite TV.</strong></li>\n	<li><strong>Ceiling fans.</strong></li>\n	<li><strong>Laundry Services.</strong></li>\n	<li><strong>Fully Staffed</strong></li>\n	<li><strong>Walking distance to Playa Rosa</strong></li>\n</ul>\n<strong>Location</strong>\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo InternationalAirport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private\nCharter plane are available.\n<strong></strong>\n\n<strong>Activities</strong>\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to\nApril) Tennis, Golf (45 minutes away) Sea turtle protection program.\n<strong></strong>\n\n<strong>Weather</strong>\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to\nthe area, and you will find the best climate conditions with low humidity. October and November\nhave the best light for photography. The summer months are green, lush and boast, ocean\ntemperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are\nwitness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa La Huerta<!--:--><!--:es-->Villa La Huerta<!--:-->', '', 'inherit', 'closed', 'open', '', '996-autosave', '', '', '2011-12-15 04:10:01', '2011-12-15 04:10:01', '', 996, 'http://www.careyes.com.mx/web/?p=998', 0, 'revision', '', 0),
(999, 1, '2011-12-15 04:07:58', '2011-12-15 04:07:58', '', '<!--:en-->Villa La Huerta<!--:--><!--:es-->Villa La Huerta<!--:-->', '', 'inherit', 'closed', 'open', '', '996-revision-2', '', '', '2011-12-15 04:07:58', '2011-12-15 04:07:58', '', 996, 'http://www.careyes.com.mx/web/?p=999', 0, 'post', '', 0),
(1000, 1, '2011-12-15 04:10:35', '2011-12-15 04:10:35', '<!--:en--><ul>\r\n	<li><strong>5 Bedrooms.</strong></li>\r\n	<li><strong>6 Bathrooms.</strong></li>\r\n	<li><strong>Open living and dining room.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Laundry services.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Walking distance to Playa Rosa</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n<strong></strong>\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa La Huerta<!--:--><!--:es-->Villa La Huerta<!--:-->', '', 'inherit', 'closed', 'open', '', '996-revision-2', '', '', '2011-12-15 04:10:35', '2011-12-15 04:10:35', '', 996, 'http://www.careyes.com.mx/web/?p=1000', 0, 'post', '', 0),
(1001, 1, '2011-12-15 04:14:03', '2011-12-15 04:14:03', '<!--:en--><ul>\r\n	<li><strong>5 Bedrooms.</strong></li>\r\n	<li><strong>6 Bathrooms.</strong></li>\r\n	<li><strong>Open living and dining room.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Laundry services.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Walking distance to Playa Rosa</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n<strong></strong>\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa La Huerta<!--:--><!--:es-->Villa La Huerta<!--:-->', '', 'inherit', 'closed', 'open', '', '996-revision-2', '', '', '2011-12-15 04:14:03', '2011-12-15 04:14:03', '', 996, 'http://www.careyes.com.mx/web/?p=1001', 0, 'post', '', 0),
(1002, 1, '2011-12-15 04:01:17', '2011-12-15 04:01:17', '<!--:en--><ul>\r\n	<li><strong>5 Suites</strong></li>\r\n	<li><strong>6 Bathrooms</strong></li>\r\n	<li><strong>Sweeping panoramic</strong>\r\nviews of the coastline.</li>\r\n	<li><strong>Open Living and dinning room.</strong></li>\r\n	<li><strong>Walking distance to</strong></li>\r\n	<li><strong>Playa Rosa Beach.</strong></li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n	<li><strong>Laundry Services.</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing\r\nmetamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa Altiplano<!--:--><!--:es-->Villa Altiplano<!--:-->', '', 'inherit', 'closed', 'open', '', '986-revision-2', '', '', '2011-12-15 04:01:17', '2011-12-15 04:01:17', '', 986, 'http://www.careyes.com.mx/web/?p=1002', 0, 'post', '', 0),
(1003, 1, '2011-12-15 04:07:08', '2011-12-15 04:07:08', '<!--:en--><ul>\r\n	<li><strong>5 Suites</strong></li>\r\n	<li><strong>6 Bathrooms</strong></li>\r\n	<li><strong>Sweeping panoramic views</strong>\r\nof the coastline.</li>\r\n	<li><strong>Open Living and dinning room.</strong></li>\r\n	<li><strong>Walking distance to\r\n</strong>Playa Rosa Beach.</li>\r\n	<li><strong>Wireless Internet.</strong></li>\r\n	<li><strong>AC in enclosed areas.</strong></li>\r\n	<li><strong>Satellite TV.</strong></li>\r\n	<li><strong>Ceiling fans.</strong></li>\r\n	<li><strong>Fully Staffed</strong></li>\r\n</ul>\r\n<strong>Location</strong>\r\nOn the Mexican Pacific Coast. 1 hour &amp; 15 minutes drive north from Manzanillo International Airport and 2 hours &amp; 30 minutes drive south from Puerto Vallarta International Airport. Private Charter plane are available.\r\n<strong></strong>\r\n\r\n<strong>Activities</strong>\r\nKayaks, Scuba Diving, Snorkeling, Surfing, Horseback Riding, Polo Lessons (from November to April) Tennis, Golf (45 minutes away) Sea turtle protection program.\r\n<strong></strong>\r\n\r\n<strong>Weather</strong>\r\nCareyes is beautiful all year around, from December to May, the winter and dry season arrives to the area, and you will find the best climate conditions with low humidity. October and November have the best light for photography. The summer months are green, lush and boast, ocean temperatures around 32ºC (90 F) a comfortable temperature that attracts many visitors that are witness of the amazing metamorphosis that occurs when nature and life are renewed.<!--:-->', '<!--:en-->Villa Candelabros<!--:--><!--:es-->Villa Candelabros<!--:-->', '', 'inherit', 'closed', 'open', '', '994-revision-2', '', '', '2011-12-15 04:07:08', '2011-12-15 04:07:08', '', 994, 'http://www.careyes.com.mx/web/?p=1003', 0, 'post', '', 0),
(1136, 1, '2012-01-10 23:36:36', '2012-01-10 23:36:36', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '1135-revision', '', '', '2012-01-10 23:36:36', '2012-01-10 23:36:36', '', 1135, 'http://www.careyes.com.mx/web/?p=1136', 0, 'revision', '', 0),
(1005, 1, '2011-12-15 04:24:03', '2011-12-15 04:24:03', '<!--:en-->[imagebrowser id=48]\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->[imagebrowser id=48]\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Castles<!--:--><!--:es-->Castillos<!--:-->', '', 'publish', 'closed', 'open', '', 'castles', '', '', '2012-08-24 23:50:19', '2012-08-24 23:50:19', '', 329, 'http://www.careyes.com.mx/web/?page_id=1005', 0, 'page', '', 0),
(1006, 1, '2011-12-15 04:23:04', '2011-12-15 04:23:04', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '1005-revision', '', '', '2011-12-15 04:23:04', '2011-12-15 04:23:04', '', 1005, 'http://www.careyes.com.mx/web/?p=1006', 0, 'revision', '', 0),
(1007, 1, '2011-12-15 04:24:03', '2011-12-15 04:24:03', ' ', '', '', 'publish', 'closed', 'closed', '', '1007', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 329, 'http://www.careyes.com.mx/web/?p=1007', 3, 'nav_menu_item', '', 0),
(1008, 1, '2011-12-15 04:24:03', '2011-12-15 04:24:03', '<!--:en-->The most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->Son las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Castles<!--:--><!--:es-->Castillos<!--:-->', '', 'inherit', 'closed', 'open', '', '1005-revision-2', '', '', '2011-12-15 04:24:03', '2011-12-15 04:24:03', '', 1005, 'http://www.careyes.com.mx/web/?p=1008', 0, 'page', '', 0),
(1009, 1, '2011-12-08 22:28:47', '2011-12-08 22:28:47', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-08 22:28:47', '2011-12-08 22:28:47', '', 395, 'http://www.careyes.com.mx/web/?p=1009', 0, 'page', '', 0),
(1010, 1, '2011-12-15 04:26:30', '2011-12-15 04:26:30', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 04:26:30', '2011-12-15 04:26:30', '', 395, 'http://www.careyes.com.mx/web/?p=1010', 0, 'page', '', 0),
(1011, 1, '2011-12-15 04:26:45', '2011-12-15 04:26:45', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 04:26:45', '2011-12-15 04:26:45', '', 395, 'http://www.careyes.com.mx/web/?p=1011', 0, 'page', '', 0),
(1012, 1, '2011-12-08 22:29:03', '2011-12-08 22:29:03', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2011-12-08 22:29:03', '2011-12-08 22:29:03', '', 393, 'http://www.careyes.com.mx/web/?p=1012', 0, 'page', '', 0),
(1013, 1, '2011-12-08 22:29:18', '2011-12-08 22:29:18', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2011-12-08 22:29:18', '2011-12-08 22:29:18', '', 391, 'http://www.careyes.com.mx/web/?p=1013', 0, 'page', '', 0),
(1489, 1, '2012-01-11 08:21:37', '2012-01-11 08:21:37', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'closed', '', '395-revision-4', '', '', '2012-01-11 08:21:37', '2012-01-11 08:21:37', '', 395, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1015, 1, '2011-12-15 04:30:34', '2011-12-15 04:30:34', '[imagebrowser id=30]\r\nLocated in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.\r\nA total of 6 Bedrooms\r\nSurrounded by a giant infinity pool\r\n\r\nAMENITIES\r\n\r\n\r\n\r\n\r\n\r\n	Oceanfront\r\n	Gondola to a Private Beach – with beach club\r\n	Large Master Suite\r\n	Tower Bedroom Suite – with living area\r\n	Two Bedroom Bungalows\r\nand two other ensuite bedrooms\r\n	Large Living & Dining Palapa\r\n	Media Room\r\n	Heliport\r\n	Wireless High Speed Internet\r\n	Sky TV\r\n	Sound System\r\n	Air Conditioned\r\n	Fully Staffed\r\nWith Butler, chef, 2/3 maids\r\n\r\n\r\n\r\n\r\n[imagebrowser id=30]\r\nUbicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.\r\nUn total de 6 habitaciónes.\r\nRodeado por una alberca infinita gigante\r\n\r\nAMENIDADES\r\n\r\n\r\n\r\n\r\n\r\n	Frente al mar\r\n	6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)\r\n	7 baños completos\r\n	Piscina infinita gigante con terrazas para tomar el sol\r\n	2 comedores\r\n	Sala con techo de palapa\r\n	Terrazas amplias\r\n	Áreas de lounge\r\n	Sala de Cine y TV\r\n	Acceso por góndola a playa privada\r\n	Helipuerto\r\n	Staff doméstico completo\r\n	Aire acondicionado/WiFi de cortesía\r\n	Complejo con vigilancia las 24 horas del día\r\n\r\n\r\n\r\n\r\n', '', '', 'publish', 'closed', 'closed', '', '1015', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=1015', 4, 'nav_menu_item', '', 0),
(1016, 1, '2011-12-15 04:30:34', '2011-12-15 04:30:34', '[imagebrowser id=31]\r\nThis sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.\r\nA total of 6 Bedrooms\r\nSurrounded by a giant infinity pool\r\n\r\nAMENITIES\r\n\r\n\r\n\r\n\r\n\r\n	Oceanfront\r\n	Gondola to a Private Beach – with beach club\r\n	Large Master Suite\r\n	Tower Bedroom Suite – with living area\r\n	Two Bedroom Bungalows\r\nand two other ensuite bedrooms\r\n	Gondola to Bungalows and Tower\r\n	Large Living & Dining Palapa\r\n	Media Room\r\n	Wireless High Speed Internet\r\n	Sky TV\r\n	Sound System\r\n	Air Conditioned\r\n	Fully Staffed\r\nWith Butler, chef, 2/3 maids\r\n\r\n\r\n\r\n\r\n[imagebrowser id=31]\r\nEsta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.\r\nUn total de 6 habitaciónes.\r\nRodeado por una alberca infinita gigante\r\n\r\nAMENIDADES\r\n\r\n\r\n\r\n\r\n\r\n	Frente al mar\r\n	6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)\r\n	7 baños completos\r\n	Piscina infinita gigante con terrazas para tomar el sol\r\n	2 comedores\r\n	Sala con techo de palapa\r\n	Amplias terrazas\r\n	Áreas de lounge\r\n	Góndola a bungalows & torre\r\n	Staff doméstico completo\r\n	Aire acondicionado/WiFi de cortesía\r\n	Complejo bardeado con vigilancia las 24 horas\r\n\r\n\r\n\r\n\r\n', '', '', 'publish', 'closed', 'closed', '', '1016', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=1016', 5, 'nav_menu_item', '', 0),
(1020, 1, '2011-12-08 23:46:11', '2011-12-08 23:46:11', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-08 23:46:11', '2011-12-08 23:46:11', '', 338, 'http://www.careyes.com.mx/web/?p=1020', 0, 'page', '', 0),
(1021, 1, '2011-12-15 04:47:57', '2011-12-15 04:47:57', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\nTodas las villas están diseñadas en el emblemático estilo arquitectónico de Careyes, y muchas han sido tema de reportajes en revistas de diseño de todo el mundo. Todas cuentan con vistas extraordinarias y exuberante vegetación tropical, lo que las convierte en un paraíso personal muy privado. Todas vienen con un staff doméstico completo de mayordomo, chef y recamarera, quienes brindan un servicio atento y personalizado. Lugares para experiencias inolvidables.<!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\nTodas las villas están diseñadas en el emblemático estilo arquitectónico de Careyes, y muchas han sido tema de reportajes en revistas de diseño de todo el mundo. Todas cuentan con vistas extraordinarias y exuberante vegetación tropical, lo que las convierte en un paraíso personal muy privado. Todas vienen con un staff doméstico completo de mayordomo, chef y recamarera, quienes brindan un servicio atento y personalizado. Lugares para experiencias inolvidables.<!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:47:57', '2011-12-15 04:47:57', '', 338, 'http://www.careyes.com.mx/web/?p=1021', 0, 'page', '', 0),
(1026, 1, '2011-12-15 04:52:34', '2011-12-15 04:52:34', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n[mymapa]<!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n[mymapa]<!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:52:34', '2011-12-15 04:52:34', '', 338, 'http://www.careyes.com.mx/web/?p=1026', 0, 'page', '', 0),
(1022, 1, '2011-12-15 04:48:36', '2011-12-15 04:48:36', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:48:36', '2011-12-15 04:48:36', '', 338, 'http://www.careyes.com.mx/web/?p=1022', 0, 'page', '', 0),
(1023, 1, '2011-12-15 04:48:56', '2011-12-15 04:48:56', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:48:56', '2011-12-15 04:48:56', '', 338, 'http://www.careyes.com.mx/web/?p=1023', 0, 'page', '', 0),
(1024, 1, '2011-12-15 04:50:16', '2011-12-15 04:50:16', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:50:16', '2011-12-15 04:50:16', '', 338, 'http://www.careyes.com.mx/web/?p=1024', 0, 'page', '', 0),
(1025, 1, '2011-12-15 04:50:47', '2011-12-15 04:50:47', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa más grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:50:47', '2011-12-15 04:50:47', '', 338, 'http://www.careyes.com.mx/web/?p=1025', 0, 'page', '', 0),
(1027, 1, '2011-12-15 04:56:11', '2011-12-15 04:56:11', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:56:11', '2011-12-15 04:56:11', '', 338, 'http://www.careyes.com.mx/web/?p=1027', 0, 'page', '', 0),
(1028, 1, '2011-12-15 04:57:10', '2011-12-15 04:57:10', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="1" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="1" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:57:10', '2011-12-15 04:57:10', '', 338, 'http://www.careyes.com.mx/web/?p=1028', 0, 'page', '', 0),
(1029, 1, '2011-12-15 04:58:08', '2011-12-15 04:58:08', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="1" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="1" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f"></iframe><br /><small>Ver <a href="http://www.google.com/maps/ms?ll=19.844227,-104.7052&amp;spn=3.461415,5.795288&amp;t=m&amp;z=8&amp;vpsrc=6&amp;msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 04:58:08', '2011-12-15 04:58:08', '', 338, 'http://www.careyes.com.mx/web/?p=1029', 0, 'page', '', 0),
(1030, 1, '2011-12-15 05:17:06', '2011-12-15 05:17:06', '<!--:en-->[imagebrowser id=35]\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\n<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:--><!--:es-->[imagebrowser id=35]\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-autosave', '', '', '2011-12-15 05:17:06', '2011-12-15 05:17:06', '', 338, 'http://www.careyes.com.mx/web/?p=1030', 0, 'revision', '', 0),
(1031, 1, '2011-12-15 05:16:04', '2011-12-15 05:16:04', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 05:16:04', '2011-12-15 05:16:04', '', 338, 'http://www.careyes.com.mx/web/?p=1031', 0, 'page', '', 0),
(1033, 1, '2011-12-15 05:19:23', '2011-12-15 05:19:23', '<!--:en--><iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small>\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es--><iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small>\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 05:19:23', '2011-12-15 05:19:23', '', 338, 'http://www.careyes.com.mx/web/?p=1033', 0, 'page', '', 0),
(1032, 1, '2011-12-15 05:17:25', '2011-12-15 05:17:25', '<!--:en-->[imagebrowser id=35]\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p>\r\n<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:--><!--:es-->[imagebrowser id=35]\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p>\r\n<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'open', '', '338-revision-2', '', '', '2011-12-15 05:17:25', '2011-12-15 05:17:25', '', 338, 'http://www.careyes.com.mx/web/?p=1032', 0, 'page', '', 0),
(1036, 1, '2011-12-15 05:39:11', '2011-12-15 05:39:11', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-15 05:39:11', '2011-12-15 05:39:11', '', 347, 'http://www.careyes.com.mx/web/?p=1036', 0, 'page', '', 0),
(1034, 1, '2011-12-08 23:40:23', '2011-12-08 23:40:23', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350">Online Request Form</a>\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;">JOIN OUR MAILING LIST</span><!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a title="Info request" href="?page_id=350&amp;lang=es">Formato de Solicitud en línea</a>\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-08 23:40:23', '2011-12-08 23:40:23', '', 347, 'http://www.careyes.com.mx/web/?p=1034', 0, 'page', '', 0),
(1037, 1, '2011-12-15 05:40:17', '2011-12-15 05:40:17', '<!--:en--><span style="color: #00aeef;"><strong>\r\nRESERVATIONS &amp; REAL ESTATE</strong></span>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<span style="color: #00aeef;"><strong>COSTA CAREYES</strong></span>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\nMonday - Friday: 9:00am - 5:00pm\r\nSaturday: 9:00am - 1:00pm\r\n\r\n<span style="color: #00aeef;"><strong>OFFICE HOURS</strong></span>\r\n\r\n[contact-form-7 id="664" title="Info request"]<!--:--><!--:es--><strong><span style="color: #00aeef;">\r\nRESERVACIONES Y BIENES RAÍCES</span></strong>\r\nTel + 52 (315) 3510 320\r\nFax + 52 (315) 351 0324<span style="color: #00aeef;">\r\n<a href="mailto:info@careyes.com.mx" target="_blank">info@careyes.com.mx</a></span>\r\n\r\n<strong><span style="color: #00aeef;">COSTA CAREYES</span></strong>\r\nP.O. Box 87 Melaque,\r\nJalisco, México 48980.\r\n\r\n<span style="color: #00aeef;"><strong>HORAS DE OFICINA</strong></span>\r\nLunes - Viernes: 9:00am - 5:00pm\r\nSábados: 9:00am - 1:00pm\r\n\r\n[contact-form-7 id="665" title="Solicitud de Información"]<!--:-->', '<!--:en-->Information<!--:--><!--:es-->Información<!--:-->', '', 'inherit', 'closed', 'open', '', '347-revision-2', '', '', '2011-12-15 05:40:17', '2011-12-15 05:40:17', '', 347, 'http://www.careyes.com.mx/web/?p=1037', 0, 'page', '', 0),
(1038, 1, '2011-12-15 06:03:13', '2011-12-15 06:03:13', '<!--:en-->[rquestform]<!--:--><!--:es-->[rquestformesp]<!--:-->', '<!--:en-->Reservations<!--:--><!--:es-->Reservaciones<!--:-->', '', 'publish', 'closed', 'open', '', 'request-form', '', '', '2011-12-15 06:04:25', '2011-12-15 06:04:25', '', 0, 'http://www.careyes.com.mx/web/?page_id=1038', 0, 'page', '', 0),
(1039, 1, '2011-12-15 06:03:11', '2011-12-15 06:03:11', '<!--:en-->[rquestform]<!--:--><!--:es-->[rquestformesp]<!--:-->', '<!--:en-->Request Form<!--:--><!--:es-->Reservaciones<!--:-->', '', 'inherit', 'closed', 'open', '', '1038-revision', '', '', '2011-12-15 06:03:11', '2011-12-15 06:03:11', '', 1038, 'http://www.careyes.com.mx/web/?p=1039', 0, 'revision', '', 0),
(1040, 1, '2011-12-15 06:03:13', '2011-12-15 06:03:13', ' ', '', '', 'publish', 'closed', 'closed', '', '1040', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=1040', 44, 'nav_menu_item', '', 0),
(1041, 1, '2011-12-15 06:03:13', '2011-12-15 06:03:13', '<!--:en-->[rquestform]<!--:--><!--:es-->[rquestformesp]<!--:-->', '<!--:en-->Request Form<!--:--><!--:es-->Reservaciones<!--:-->', '', 'inherit', 'closed', 'open', '', '1038-revision-2', '', '', '2011-12-15 06:03:13', '2011-12-15 06:03:13', '', 1038, 'http://www.careyes.com.mx/web/?p=1041', 0, 'page', '', 0),
(1043, 1, '2011-12-15 19:37:52', '2011-12-15 19:37:52', '<!--:en-->&nbsp;\n\nGian Franco Brignone, the founder of Costa Careyes, set out to create a unique estate which would combine the sensuality of the Mediterranean, with the craftsmanship of Mexico and its friendly hospitality. A gated resort that would blend luxury with spectacular natural beauty. Today, Costa Careyes is one of the world’s most coveted destinations among the cognoscenti, with an unparalleled list of VIP and celebrity guests who come to experience the breathtaking setting, sybaritic quality of life. A vision realized.<!--:--><!--:es-->Gian Franco Brignone, fundador de Costa Careyes, se dio a la tarea de crear una propiedad única que combinara la sensualidad del Mediterráneo con la mano de obra de México, junto con su insigne amistad y hospitalidad. Un resort privado que conjuntara el lujo con una espectacular belleza natural. Hoy en día, Costa Careyes es uno de los destinos más codiciados entre los viajeros conocedores, con una lista envidiable de huéspedes VIP y celebridades que vienen a conocer el espectacular paisaje y una calidad de vida verdaderamente sibarita. Visión realizada.<!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'inherit', 'closed', 'open', '', '1042-revision', '', '', '2011-12-15 19:37:52', '2011-12-15 19:37:52', '', 1042, 'http://www.careyes.com.mx/web/?p=1043', 0, 'revision', '', 0),
(1044, 1, '2011-12-15 19:41:42', '2011-12-15 19:41:42', ' ', '', '', 'publish', 'closed', 'closed', '', '1044', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=1044', 12, 'nav_menu_item', '', 0),
(1046, 1, '2011-12-15 19:46:33', '2011-12-15 19:46:33', '<!--:en-->Gian Franco Brignone, the founder of Costa Careyes, set out to create a unique estate which would combine the sensuality of the Mediterranean, with the craftsmanship of Mexico and its friendly hospitality. A gated resort that would blend luxury with spectacular natural beauty. Today, Costa Careyes is one of the world’s most coveted destinations among the cognoscenti, with an unparalleled list of VIP and celebrity guests who come to experience the breathtaking setting, sybaritic quality of life. A vision realized.<!--:--><!--:es-->Gian Franco Brignone, fundador de Costa Careyes, se dio a la tarea de crear una propiedad única que combinara la sensualidad del Mediterráneo con la mano de obra de México, junto con su insigne amistad y hospitalidad. Un resort privado que conjuntara el lujo con una espectacular belleza natural. Hoy en día, Costa Careyes es uno de los destinos más codiciados entre los viajeros conocedores, con una lista envidiable de huéspedes VIP y celebridades que vienen a conocer el espectacular paisaje y una calidad de vida verdaderamente sibarita. Visión realizada.<!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'inherit', 'closed', 'open', '', '1042-revision-2', '', '', '2011-12-15 19:46:33', '2011-12-15 19:46:33', '', 1042, 'http://www.careyes.com.mx/web/?p=1046', 0, 'page', '', 0),
(1047, 1, '2011-12-15 20:00:51', '2011-12-15 20:00:51', '<!--:en-->Gian Franco Brignone, the founder of Costa Careyes, set out to create a unique estate which would combine the sensuality of the Mediterranean, with the craftsmanship of Mexico and its friendly hospitality. A gated resort that would blend luxury with spectacular natural beauty. Today, Costa Careyes is one of the world’s most coveted destinations among the cognoscenti, with an unparalleled list of VIP and celebrity guests who come to experience the breathtaking setting, sybaritic quality of life. A vision realized.<!--:--><!--:es-->Gian Franco Brignone, fundador de Costa Careyes, se dio a la tarea de crear una propiedad única que combinara la sensualidad del Mediterráneo con la mano de obra de México, junto con su insigne amistad y hospitalidad. Un resort privado que conjuntara el lujo con una espectacular belleza natural. Hoy en día, Costa Careyes es uno de los destinos más codiciados entre los viajeros conocedores, con una lista envidiable de huéspedes VIP y celebridades que vienen a conocer el espectacular paisaje y una calidad de vida verdaderamente sibarita. Visión realizada.<!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'inherit', 'closed', 'open', '', '1042-revision-2', '', '', '2011-12-15 20:00:51', '2011-12-15 20:00:51', '', 1042, 'http://www.careyes.com.mx/web/?p=1047', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1048, 1, '2011-12-15 20:17:00', '2011-12-15 20:17:00', '<!--:en-->[imagebrowser id=40]\r\n\r\nCosta Careyes has a Polo Club where tournaments are held during the winter season(November-April) to the pair of festivities for the same period. Visitors can enjoy exciting games between Polo teams who come to Careyes in this season from around the world.<!--:--><!--:es-->[imagebrowser id=40]\r\n\r\nCosta Careyes cuenta con un Club de Polo en el cual se realizan torneos durante la temporada invernal (noviembre – abril) a la par de festividades especiales durante la misma época. Los visitantes podrán disfrutar de emocionantes juegos entre equipos de Polo que durante esta temporada visitan Careyes desde diversas partes del mundo.<!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'publish', 'closed', 'open', '', 'polo', '', '', '2011-12-15 20:25:50', '2011-12-15 20:25:50', '', 0, 'http://www.careyes.com.mx/web/?page_id=1048', 0, 'page', '', 0),
(1049, 1, '2011-12-15 20:16:19', '2011-12-15 20:16:19', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '1048-revision', '', '', '2011-12-15 20:16:19', '2011-12-15 20:16:19', '', 1048, 'http://www.careyes.com.mx/web/?p=1049', 0, 'revision', '', 0),
(1050, 1, '2011-12-15 20:17:00', '2011-12-15 20:17:00', ' ', '<!--:en-->   Polo   <!--:--><!--:es-->   Polo    <!--:-->', '', 'publish', 'closed', 'closed', '', '1050', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=1050', 18, 'nav_menu_item', '', 0),
(1052, 1, '2011-12-15 20:18:45', '2011-12-15 20:18:45', '<!--:en-->Costa Careyes has a Polo Club where tournaments are held during the winter season(November-April) to the pair of festivities for the same period. Visitors can enjoy exciting games between Polo teams who come to Careyes in this season from around the world.<!--:--><!--:es-->Costa Careyes cuenta con un Club de Polo en el cual se realizan torneos durante la temporada invernal (noviembre – abril) a la par de festividades especiales durante la misma época. Los visitantes podrán disfrutar de emocionantes juegos entre equipos de Polo que durante esta temporada visitan Careyes desde diversas partes del mundo.<!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '1048-revision-2', '', '', '2011-12-15 20:18:45', '2011-12-15 20:18:45', '', 1048, 'http://www.careyes.com.mx/web/?p=1052', 0, 'page', '', 0),
(1053, 1, '2011-12-15 20:27:46', '2011-12-15 20:27:46', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Careyes_Libro_Portada.jpg" alt="" title="Careyes_Libro_Portada" width="750" height="827" class="alignnone size-full wp-image-1307" />\r\n\r\nCosta Careyes appears frequently in the media showing its natural, architectural and artistic beauty. Several global media refer to Costa Careyes as a place that can not miss travelers who enjoy luxury at its finest.\r\n\r\nWhether through professional media, video material by amateurs or internal publications such as Ojo de Careyes magazine, beauty and uniqueness of Costa Careyes is present in all media worldwide.<!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Careyes_Libro_Portada.jpg" alt="" title="Careyes_Libro_Portada" width="750" height="827" class="alignnone size-full wp-image-1307" />\r\n\r\nCosta Careyes aparece continuamente en los medios mostrando su belleza natural, arquitectónica y artística. Diversos medios a nivel mundial se refieren a Costa Careyes como un lugar que no pueden dejar de visitar los viajeros que disfrutan el lujo en su máxima expresión.\r\n\r\nYa sea a través de medios profesionales, material realizado por video aficionados o publicaciones internas como Ojo de Careyes, la belleza y exclusividad de Costa Careyes está presente en todos los medios alrededor del mundo.<!--:-->', '<!--:en-->Multimedia<!--:--><!--:es-->Multimedia<!--:-->', '', 'publish', 'closed', 'open', '', 'multimedia', '', '', '2012-05-11 22:24:22', '2012-05-11 22:24:22', '', 0, 'http://www.careyes.com.mx/web/?page_id=1053', 0, 'page', '', 0),
(1054, 1, '2011-12-15 20:27:41', '2011-12-15 20:27:41', '<!--:en-->Costa Careyes appears frequently in the media showing its natural, architectural and artistic beauty. Several global media refer to Costa Careyes as a place that can not miss travelers who enjoy luxury at its finest.\n\nWhether through professional media, video material by amateurs or internal publications such as Ojo de Careyes magazine, beauty and uniqueness of Costa Careyes is present in all media worldwide.<!--:--><!--:es-->Costa Careyes aparece continuamente en los medios mostrando su belleza natural, arquitectónica y artística. Diversos medios a nivel mundial se refieren a Costa Careyes como un lugar que no pueden dejar de visitar los viajeros que disfrutan el lujo en su máxima expresión.\n\nYa sea a través de medios profesionales, material realizado por video aficionados o publicaciones internas como Ojo de Careyes, la belleza y exclusividad de Costa Careyes está presente en todos los medios alrededor del mundo.<!--:-->', '<!--:en-->Multimedia<!--:--><!--:es-->Multimedia<!--:-->', '', 'inherit', 'closed', 'open', '', '1053-revision', '', '', '2011-12-15 20:27:41', '2011-12-15 20:27:41', '', 1053, 'http://www.careyes.com.mx/web/?p=1054', 0, 'revision', '', 0),
(1055, 1, '2011-12-15 20:27:46', '2011-12-15 20:27:46', ' ', '', '', 'publish', 'closed', 'closed', '', '1055', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=1055', 30, 'nav_menu_item', '', 0),
(1057, 1, '2011-12-15 20:30:35', '2011-12-15 20:30:35', '', '<!--:en-->Art & Events<!--:--><!--:es-->Arte & Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '1056-revision', '', '', '2011-12-15 20:30:35', '2011-12-15 20:30:35', '', 1056, 'http://www.careyes.com.mx/web/?p=1057', 0, 'revision', '', 0),
(1058, 1, '2011-12-15 20:31:33', '2011-12-15 20:31:33', ' ', '', '', 'publish', 'closed', 'closed', '', '1058', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=1058', 24, 'nav_menu_item', '', 0),
(1059, 1, '2011-12-15 20:31:33', '2011-12-15 20:31:33', '<!--:en-->In Costa Careyes, art is part of everyday life. Throughout the year, we organize events related to art in all its expressions. Painting, sculpture, film, music ... all combine and take part of the unique lifestyle of Costa Careyes.\r\n\r\nTo accommodate these expressions, Plaza de los Caballeros del Sol was created in Costa Careyes, which houses the art gallery The Brignonesca, sculpture of El Manto de la Virgen and a place to see films on a spectacular outdoor screen.<!--:--><!--:es-->En Costa Careyes, el arte es parte de la vida diaria. Durante todo el año, se organizan eventos relacionados con el arte en todas sus expresiones. Pintura, escultura, cine, música… todo se combina y forma parte del estilo de vida único de Costa Careyes.\r\n\r\nPara dar cabida a estas expresiones, en Costa Careyes se creó la Plaza de los Caballeros del Sol, que aloja la galería de arte La Brignonesca, la escultura del manto de la virgen y un espacio para ver filmes sobre una espectacular pantalla al aire libre.<!--:-->', '<!--:en-->Art & Events<!--:--><!--:es-->Arte & Eventos<!--:-->', '', 'inherit', 'closed', 'open', '', '1056-revision-2', '', '', '2011-12-15 20:31:33', '2011-12-15 20:31:33', '', 1056, 'http://www.careyes.com.mx/web/?p=1059', 0, 'page', '', 0),
(1061, 1, '2011-12-08 23:46:39', '2011-12-08 23:46:39', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Master Plan<!--:--><!--:es-->Master Plan<!--:-->', '', 'inherit', 'closed', 'open', '', '317-revision-2', '', '', '2011-12-08 23:46:39', '2011-12-08 23:46:39', '', 317, 'http://www.careyes.com.mx/web/?p=1061', 0, 'page', '', 0),
(1062, 1, '2011-12-15 20:48:17', '2011-12-15 20:48:17', '[imagebrowser id=10]\r\nPerfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.\r\n\r\n\r\n	Pure water from our own wells\r\ndrink from the tap!\r\n	Fiber optic telephone lines\r\ncaellular and high speed  internet available\r\n	24 hour medical clinic\r\nwith type 2 intensive care ambulance\r\n	24 hour secutrity\r\ngate guarded neighborhoods\r\n	Non mexicans can legally own\r\nCoastal Property in Mexico\r\n	Management & Rental Programs\r\n\r\n [imagebrowser id=10]\r\nClima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.\r\n\r\n	Agua pura de nuestros propios pozos.\r\n¡Toma directamente de la llave!\r\n	Líneas telefónicas de fibra óptica.\r\nTelefonía celular e Internet de alta velocidad disponibles\r\n	Clínica médica con servicio las 24 horas\r\ncon ambulancia de cuidados intensivos tipo 2\r\n	Vigilancia las 24 horas,\r\nzonas residenciales bardeadas\r\n	Extranjeros pueden adquirir legalmente propiedades costeras en México\r\n	Programas de gestión & arrendamiento\r\n', '', '', 'publish', 'closed', 'closed', '', '1062', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=1062', 34, 'nav_menu_item', '', 0),
(1063, 1, '2011-12-08 22:37:59', '2011-12-08 22:37:59', '<!--:en-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul><!--:--><!--:es-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul><!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-3', '', '', '2011-12-08 22:37:59', '2011-12-08 22:37:59', '', 368, 'http://www.careyes.com.mx/web/?p=1063', 0, 'post', '', 0),
(1064, 1, '2011-12-15 22:39:09', '2011-12-15 22:39:09', '<!--:en-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Ocean Kayaking</strong>\r\nin calm protected waters</li>\r\n	<li><strong>Snorkeling</strong></li>\r\n	<li><strong>Scuba Diving</strong>\r\nfrom offshore islands</li>\r\n	<li><strong>Fishing</strong></li>\r\n	<li><strong>Surfing</strong>\r\nbring your own board</li>\r\n	<li><strong>Coastal tours</strong>\r\nstunning views of the  unique Careyes arquitecture</li>\r\n	<li><strong>Paddle surfing\r\n</strong>in the bay of careyes</li>\r\n</ul>\r\n<span style="color: #00ccff;"><strong>Best months for scuba diving from July –February.</strong></span>\r\nHowever please check conditions.<!--:--><!--:es-->[imagebrowser id=22]\r\n<ul>\r\n	<li><strong>Paseos en kayak</strong>\r\npor aguas tranquilas y protegidas</li>\r\n	<li><strong>Buceo con snórkel</strong></li>\r\n	<li><strong>Buceo con tanque</strong>\r\ndesde islas ubicadas frente a la costa</li>\r\n	<li><strong>Pesca</strong></li>\r\n	<li>Surf (trae tu propia tabla)</li>\r\n	<li><strong>Recorridos por la costa,</strong>\r\ncon vistas extraordinarias de la exclusiva arquitectura de Careyes</li>\r\n	<li><strong>Diversión en las olas</strong>\r\nde Bahía Careyes</li>\r\n</ul>\r\n<span style="color: #00ccff;"><strong>Los mejores meses para Buceo son de Julio a Febrero.</strong></span>\r\nPor favor, primero revise las condiciones.<!--:-->', '<!--:en-->Sea<!--:--><!--:es-->Mar<!--:-->', '', 'inherit', 'closed', 'open', '', '368-revision-3', '', '', '2011-12-15 22:39:09', '2011-12-15 22:39:09', '', 368, 'http://www.careyes.com.mx/web/?p=1064', 0, 'post', '', 0),
(1065, 1, '2011-12-15 02:31:05', '2011-12-15 02:31:05', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:--><!--:es-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Lifestyle- Event Schedule<!--:--><!--:es-->Lifestyle- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '286-revision-2', '', '', '2011-12-15 02:31:05', '2011-12-15 02:31:05', '', 286, 'http://www.careyes.com.mx/web/?p=1065', 0, 'page', '', 0),
(1066, 1, '2011-12-15 02:13:02', '2011-12-15 02:13:02', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Polo - Event Schedule<!--:--><!--:es-->Polo - Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '298-revision-2', '', '', '2011-12-15 02:13:02', '2011-12-15 02:13:02', '', 298, 'http://www.careyes.com.mx/web/?p=1066', 0, 'revision', '', 0),
(1067, 1, '2011-12-15 01:21:02', '2011-12-15 01:21:02', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Polo - Rates<!--:--><!--:es-->Polo - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-2', '', '', '2011-12-15 01:21:02', '2011-12-15 01:21:02', '', 295, 'http://www.careyes.com.mx/web/?p=1067', 0, 'revision', '', 0),
(1068, 1, '2011-12-15 04:44:21', '2011-12-15 04:44:21', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em><!--:-->', '<!--:en-->Rentals - Rates<!--:--><!--:es-->Rentals - Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-2', '', '', '2011-12-15 04:44:21', '2011-12-15 04:44:21', '', 329, 'http://www.careyes.com.mx/web/?p=1068', 0, 'revision', '', 0),
(1069, 1, '2011-12-15 02:30:44', '2011-12-15 02:30:44', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:--><!--:es-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Art - Event Schedule<!--:--><!--:es-->Art- Calendario<!--:-->', '', 'inherit', 'closed', 'open', '', '313-revision-3', '', '', '2011-12-15 02:30:44', '2011-12-15 02:30:44', '', 313, 'http://www.careyes.com.mx/web/?p=1069', 0, 'revision', '', 0),
(1070, 1, '2011-12-15 23:13:49', '2011-12-15 23:13:49', '', 'btn_requestit', '', 'inherit', 'closed', 'open', '', 'btn_requestit', '', '', '2011-12-15 23:13:49', '2011-12-15 23:13:49', '', 395, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg', 0, 'attachment', 'image/jpeg', 0),
(1071, 1, '2011-12-15 04:26:53', '2011-12-15 04:26:53', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 04:26:53', '2011-12-15 04:26:53', '', 395, 'http://www.careyes.com.mx/web/?p=1071', 0, 'page', '', 0),
(1072, 1, '2011-12-15 23:16:12', '2011-12-15 23:16:12', '', 'btn_reservar', '', 'inherit', 'closed', 'open', '', 'btn_reservar', '', '', '2011-12-15 23:16:12', '2011-12-15 23:16:12', '', 395, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg', 0, 'attachment', 'image/jpeg', 0),
(1073, 1, '2011-12-15 23:14:43', '2011-12-15 23:14:43', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 23:14:43', '2011-12-15 23:14:43', '', 395, 'http://www.careyes.com.mx/web/?p=1073', 0, 'page', '', 0),
(1074, 1, '2011-12-15 23:16:51', '2011-12-15 23:16:51', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 23:16:51', '2011-12-15 23:16:51', '', 395, 'http://www.careyes.com.mx/web/?p=1074', 0, 'page', '', 0),
(1075, 1, '2011-12-15 23:17:33', '2011-12-15 23:17:33', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="250">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2011-12-15 23:17:33', '2011-12-15 23:17:33', '', 395, 'http://www.careyes.com.mx/web/?p=1075', 0, 'page', '', 0),
(1076, 1, '2011-12-15 04:28:01', '2011-12-15 04:28:01', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2011-12-15 04:28:01', '2011-12-15 04:28:01', '', 391, 'http://www.careyes.com.mx/web/?p=1076', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1077, 1, '2011-12-15 04:27:33', '2011-12-15 04:27:33', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2011-12-15 04:27:33', '2011-12-15 04:27:33', '', 393, 'http://www.careyes.com.mx/web/?p=1077', 0, 'page', '', 0),
(1078, 1, '2011-12-15 23:20:12', '2011-12-15 23:20:12', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2011-12-15 23:20:12', '2011-12-15 23:20:12', '', 393, 'http://www.careyes.com.mx/web/?p=1078', 0, 'page', '', 0),
(1079, 1, '2011-12-08 22:32:40', '2011-12-08 22:32:40', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-4', '', '', '2011-12-08 22:32:40', '2011-12-08 22:32:40', '', 398, 'http://www.careyes.com.mx/web/?p=1079', 0, 'post', '', 0),
(1080, 1, '2011-12-15 23:21:26', '2011-12-15 23:21:26', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-4', '', '', '2011-12-15 23:21:26', '2011-12-15 23:21:26', '', 398, 'http://www.careyes.com.mx/web/?p=1080', 0, 'post', '', 0),
(1081, 1, '2011-12-08 23:33:22', '2011-12-08 23:33:22', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-12-08 23:33:22', '2011-12-08 23:33:22', '', 323, 'http://www.careyes.com.mx/web/?p=1081', 0, 'page', '', 0),
(1082, 1, '2011-12-15 23:23:52', '2011-12-15 23:23:52', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-12-15 23:23:52', '2011-12-15 23:23:52', '', 323, 'http://www.careyes.com.mx/web/?p=1082', 0, 'page', '', 0),
(1083, 1, '2011-12-15 23:26:33', '2011-12-15 23:26:33', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-12-15 23:26:33', '2011-12-15 23:26:33', '', 323, 'http://www.careyes.com.mx/web/?p=1083', 0, 'page', '', 0),
(1084, 1, '2011-12-08 23:32:40', '2011-12-08 23:32:40', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-12-08 23:32:40', '2011-12-08 23:32:40', '', 326, 'http://www.careyes.com.mx/web/?p=1084', 0, 'page', '', 0),
(1085, 1, '2011-12-15 23:27:36', '2011-12-15 23:27:36', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-12-15 23:27:36', '2011-12-15 23:27:36', '', 326, 'http://www.careyes.com.mx/web/?p=1085', 0, 'page', '', 0),
(1086, 1, '2011-12-15 23:28:03', '2011-12-15 23:28:03', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="300">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2011-12-15 23:28:03', '2011-12-15 23:28:03', '', 326, 'http://www.careyes.com.mx/web/?p=1086', 0, 'page', '', 0),
(1087, 1, '2011-12-15 23:43:44', '2011-12-15 23:43:44', '<!--:en-->[imagebrowser id=41]\r\n\r\nCosta Careyes has 8 miles of private coastline and has nearby beaches ideal for surfing.  To the north about 20 minutes away is Chamela, which offers easy waves ideal for long boarding and paddle boarding.  Further north is Chalacatepec, a 45minute ride, with about 20 k of dirt road, which offers waves of diverse size depending on the time of the year and swell.\r\n\r\nTo the south of Careyes only 20 minutes away is Arroyo Seco, a secret pueblo which offer superb left and rights on to different beaches. Artemio Rosas has Cristianos Surf school and offers classes, guided day trips as well as rentals.\r\n\r\nFor guests who wish to chase bigger waves overnight trips further south to Ticla, Michoacán may be organized.\r\n\r\nPrices of rentals, classes etc., upon request.  We strongly suggest guest rent 4 wheel drives and bring their boards.\r\n\r\n<strong>Climate/Water Temperature</strong>\r\n\r\nCosta Careyes has a dry season (Nov- May) and a wet season (June-Oct). One should not be deterred from traveling to Costa Careyes in the "Wet season". The majority of days in the wet season are fair with occasional afternoon and evening thunderstorms, and the wet season is generally when the surf is biggest and best and glassiest. The dry season, or "summer" (November-April), offers beautiful, sunny conditions, but typically has more wind, especially January-March, when the onshore comes up by 9 or 10am, and Dec-Feb is smallish and inconsistent.<!--:--><!--:es-->[imagebrowser id=41]\r\n\r\nCosta Careyes tiene 8 kilómetros de costa privada y tiene playas ideales para el surf. Hacia el norte a unos 20 minutos de distancia esta Chamela, que ofrece olas fáciles ideales para long boarding y paddle boarding. Más al norte, es Chalacatepec, un paseo de 45 minutos, con unos 20 k de camino de tierra, que ofrece olas de diverso tamaño, dependiendo de la época del año y se hinchan.\r\n\r\nAl sur de Careyes a, sólo 20 minutos se encuentra en Arroyo Seco, un pueblo secreto que ofrecen la izquierda superior y los derechos a las diferentes playas. Artemio Rosas tiene la escuela de surf Cristianos y ofrece clases, excursiones guiadas, así como alquiler.\r\n\r\nPara los huéspedes que deseen perseguir olas más grandes durante la noche, se puede organizar un viaje más al sur a Ticla, Michoacán.\r\n\r\nLos precios de los alquileres, clases, etc, son previa solicitud. Recomendamos a los huéspedes rentar un vehículo de 4 ruedas y llevar su propio equipo.\r\n\r\n<strong>Clima / Temperatura del agua</strong>\r\n\r\nCosta Careyes tiene una estación seca (noviembre-mayo) y una estación lluviosa (junio-octubre). Uno no debe ser disuadido de viajar a Costa Careyes en la "estación húmeda". La mayoría de los días en la temporada de lluvias son adecuados con algunas tormentas eléctricas por la tarde o por la noche, y la temporada de lluvias es por lo general cuando el surf se da en grande y mejor. La estación seca o "verano" (noviembre-abril), ofrece bellas y soleadas condiciones, pero por lo general tiene más viento, sobre todo entre enero y marzo, cuando la tierra surge de las 9 o las 10, y diciembre-febrero es corta e inconsistente.<!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Luxury Surf<!--:-->', '', 'publish', 'closed', 'open', '', 'luxury-surf', '', '', '2012-05-12 01:14:58', '2012-05-12 01:14:58', '', 0, 'http://www.careyes.com.mx/web/?page_id=1087', 0, 'page', '', 0),
(1088, 1, '2011-12-15 23:43:17', '2011-12-15 23:43:17', '<!--:en-->[imagebrowser id=41]\n\nCosta Careyes has 8 miles of private coastline and has nearby beaches ideal for surfing.  To the north about 20 minutes away is Chamela, which offers easy waves ideal for long boarding and paddle boarding.  Further north is Chalacatepec, a 45minute ride, with about 20 k of dirt road, which offers waves of diverse size depending on the time of the year and swell.\n\nTo the south of Careyes only 20 minutes away is Arroyo Seco, a secret pueblo which offer superb left and rights on to different beaches. Artemio Rosas has Cristianos Surf school and offers classes, guided day trips as well as rentals.\n\nFor guests who wish to chase bigger waves overnight trips further south to Ticla, Michoacán may be organized.\n\nPrices of rentals, classes etc., upon request.  We strongly suggest guest rent 4 wheel drives and bring their boards.\n\n<strong>Climate/Water Temperature</strong><strong></strong>\n\nCosta Careyes has a dry season (Nov- May) and a wet season (June-Oct). One should not be deterred from traveling to Costa Careyes in the "Wet season". The majority of days in the wet season are fair with occasional afternoon and evening thunderstorms, and the wet season is generally when the surf is biggest and best and glassiest. The dry season, or "summer" (November-April), offers beautiful, sunny conditions, but typically has more wind, especially January-March, when the onshore comes up by 9 or 10am, and Dec-Feb is smallish and inconsistent.<!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Luxury Surf<!--:-->', '', 'inherit', 'closed', 'open', '', '1087-revision', '', '', '2011-12-15 23:43:17', '2011-12-15 23:43:17', '', 1087, 'http://www.careyes.com.mx/web/?p=1088', 0, 'revision', '', 0),
(1089, 1, '2011-12-15 23:43:44', '2011-12-15 23:43:44', ' ', '', '', 'publish', 'closed', 'closed', '', '1089', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=1089', 15, 'nav_menu_item', '', 0),
(1090, 1, '2011-12-16 00:25:49', '2011-12-16 00:25:49', '', '<!--:en-->The Magic Of Careyes<!--:--><!--:es-->The Magic Of Careyes<!--:-->', '', 'publish', 'closed', 'open', '', 'the-magic-of-careyes', '', '', '2011-12-16 00:27:39', '2011-12-16 00:27:39', '', 0, 'http://www.careyes.com.mx/web/?page_id=1090', 0, 'page', '', 0),
(1091, 1, '2011-12-16 00:25:16', '2011-12-16 00:25:16', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '1090-revision', '', '', '2011-12-16 00:25:16', '2011-12-16 00:25:16', '', 1090, 'http://www.careyes.com.mx/web/?p=1091', 0, 'revision', '', 0),
(1097, 1, '2011-12-15 23:43:44', '2011-12-15 23:43:44', '<!--:en-->[imagebrowser id=41]\r\n\r\nCosta Careyes has 8 miles of private coastline and has nearby beaches ideal for surfing.  To the north about 20 minutes away is Chamela, which offers easy waves ideal for long boarding and paddle boarding.  Further north is Chalacatepec, a 45minute ride, with about 20 k of dirt road, which offers waves of diverse size depending on the time of the year and swell.\r\n\r\nTo the south of Careyes only 20 minutes away is Arroyo Seco, a secret pueblo which offer superb left and rights on to different beaches. Artemio Rosas has Cristianos Surf school and offers classes, guided day trips as well as rentals.\r\n\r\nFor guests who wish to chase bigger waves overnight trips further south to Ticla, Michoacán may be organized.\r\n\r\nPrices of rentals, classes etc., upon request.  We strongly suggest guest rent 4 wheel drives and bring their boards.\r\n\r\n<strong>Climate/Water Temperature</strong><strong></strong>\r\n\r\nCosta Careyes has a dry season (Nov- May) and a wet season (June-Oct). One should not be deterred from traveling to Costa Careyes in the "Wet season". The majority of days in the wet season are fair with occasional afternoon and evening thunderstorms, and the wet season is generally when the surf is biggest and best and glassiest. The dry season, or "summer" (November-April), offers beautiful, sunny conditions, but typically has more wind, especially January-March, when the onshore comes up by 9 or 10am, and Dec-Feb is smallish and inconsistent.<!--:--><!--:es-->[imagebrowser id=41]<!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Luxury Surf<!--:-->', '', 'inherit', 'closed', 'open', '', '1087-revision-2', '', '', '2011-12-15 23:43:44', '2011-12-15 23:43:44', '', 1087, 'http://www.careyes.com.mx/web/?p=1097', 0, 'page', '', 0),
(1093, 1, '2011-12-16 00:25:55', '2011-12-16 00:25:55', '', '<!--:en-->The Magic Of Careyes<!--:--><!--:es-->The Magic Of Careyes<!--:-->', '', 'inherit', 'closed', 'open', '', '1090-autosave', '', '', '2011-12-16 00:25:55', '2011-12-16 00:25:55', '', 1090, 'http://www.careyes.com.mx/web/?p=1093', 0, 'page', '', 0),
(1094, 1, '2011-12-16 00:25:49', '2011-12-16 00:25:49', '', '<!--:en-->The Magic Of Careyes<!--:--><!--:es-->The Magic Of Careyes<!--:-->', '', 'inherit', 'closed', 'open', '', '1090-revision-2', '', '', '2011-12-16 00:25:49', '2011-12-16 00:25:49', '', 1090, 'http://www.careyes.com.mx/web/?p=1094', 0, 'page', '', 0),
(1095, 1, '2011-12-16 00:26:23', '2011-12-16 00:26:23', '', '<!--:en-->The Magic Of Careyes<!--:--><!--:es-->The Magic Of Careyes<!--:-->', '', 'inherit', 'closed', 'open', '', '1090-revision-2', '', '', '2011-12-16 00:26:23', '2011-12-16 00:26:23', '', 1090, 'http://www.careyes.com.mx/web/?p=1095', 0, 'page', '', 0),
(1096, 1, '2011-12-16 00:26:34', '2011-12-16 00:26:34', '', '<!--:en-->The Magic Of Careyes<!--:--><!--:es-->The Magic Of Careyes<!--:-->', '', 'inherit', 'closed', 'open', '', '1090-revision-2', '', '', '2011-12-16 00:26:34', '2011-12-16 00:26:34', '', 1090, 'http://www.careyes.com.mx/web/?p=1096', 0, 'page', '', 0),
(1098, 1, '2011-12-15 23:20:46', '2011-12-15 23:20:46', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2011-12-15 23:20:46', '2011-12-15 23:20:46', '', 393, 'http://www.careyes.com.mx/web/?p=1098', 0, 'page', '', 0),
(1099, 1, '2011-12-15 23:19:10', '2011-12-15 23:19:10', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2011-12-15 23:19:10', '2011-12-15 23:19:10', '', 391, 'http://www.careyes.com.mx/web/?p=1099', 0, 'page', '', 0),
(1100, 1, '2012-06-13 01:05:42', '2012-06-13 01:05:42', '<!--:en--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->SPECIALS<!--:--><!--:es-->ESPECIALES<!--:-->', '', 'inherit', 'closed', 'open', '', '146-autosave', '', '', '2012-06-13 01:05:42', '2012-06-13 01:05:42', '', 146, 'http://www.careyes.com.mx/web/?p=1100', 0, 'revision', '', 0),
(1101, 1, '2011-12-16 01:10:04', '2011-12-16 01:10:04', '', '4_CASTLES', '', 'inherit', 'closed', 'open', '', '4_castles', '', '', '2011-12-16 01:10:04', '2011-12-16 01:10:04', '', 146, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1102, 1, '2011-12-08 22:27:25', '2011-12-08 22:27:25', '<img class="alignnone size-full wp-image-92" title="pool_twilight" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/pool_twilight.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 1<!--:--><!--:es-->EJEMPLO 1<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-4', '', '', '2011-12-08 22:27:25', '2011-12-08 22:27:25', '', 146, 'http://www.careyes.com.mx/web/?p=1102', 0, 'post', '', 0),
(1103, 1, '2011-12-16 01:10:42', '2011-12-16 01:10:42', '<!--:en--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Rental Castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-4', '', '', '2011-12-16 01:10:42', '2011-12-16 01:10:42', '', 146, 'http://www.careyes.com.mx/web/?p=1103', 0, 'post', '', 0),
(1104, 1, '2011-12-16 01:10:58', '2011-12-16 01:10:58', '<!--:en--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Rental Castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-4', '', '', '2011-12-16 01:10:58', '2011-12-16 01:10:58', '', 146, 'http://www.careyes.com.mx/web/?p=1104', 0, 'post', '', 0),
(1105, 1, '2011-12-16 01:13:27', '2011-12-16 01:13:27', '', '3_EVENT', '', 'inherit', 'closed', 'open', '', '3_event', '', '', '2011-12-16 01:13:27', '2011-12-16 01:13:27', '', 148, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg', 0, 'attachment', 'image/jpeg', 0),
(1106, 1, '2011-12-08 22:27:18', '2011-12-08 22:27:18', '<img class="alignnone size-full wp-image-89" title="casita_recamara_1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/casita_recamara_1.jpg" alt="" width="1024" height="680" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.', '<!--:en-->EXAMPLE 2<!--:--><!--:es-->EJEMPLO 2<!--:-->', '', 'inherit', 'closed', 'open', '', '148-revision-9', '', '', '2011-12-08 22:27:18', '2011-12-08 22:27:18', '', 148, 'http://www.careyes.com.mx/web/?p=1106', 0, 'post', '', 0),
(1107, 1, '2011-12-16 01:15:11', '2011-12-16 01:15:11', '', '2_SURF', '', 'inherit', 'closed', 'open', '', '2_surf', '', '', '2011-12-16 01:15:11', '2011-12-16 01:15:11', '', 151, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg', 0, 'attachment', 'image/jpeg', 0),
(1108, 1, '2011-12-08 22:27:10', '2011-12-08 22:27:10', '<!--:en--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:--><!--:es--><img class="alignnone size-full wp-image-107" title="Sol de Occidente" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/V-jet_H.jpg" alt="" width="1024" height="680" /><!--:-->', '<!--:en-->EXAMPLE 3<!--:--><!--:es-->EJEMPLO 3<!--:-->', '', 'inherit', 'closed', 'open', '', '151-revision-11', '', '', '2011-12-08 22:27:10', '2011-12-08 22:27:10', '', 151, 'http://www.careyes.com.mx/web/?p=1108', 0, 'post', '', 0),
(1109, 1, '2011-12-16 01:15:57', '2011-12-16 01:15:57', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->EXAMPLE 3<!--:--><!--:es-->EJEMPLO 3<!--:-->', '', 'inherit', 'closed', 'open', '', '151-revision-11', '', '', '2011-12-16 01:15:57', '2011-12-16 01:15:57', '', 151, 'http://www.careyes.com.mx/web/?p=1109', 0, 'post', '', 0),
(1110, 1, '2011-12-16 01:18:13', '2011-12-16 01:18:13', '', '1_POLO', '', 'inherit', 'closed', 'open', '', '1_polo', '', '', '2011-12-16 01:18:13', '2011-12-16 01:18:13', '', 191, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg', 0, 'attachment', 'image/jpeg', 0),
(1111, 1, '2011-11-18 00:34:37', '2011-11-18 00:34:37', '<!--:en--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-93" title="solstairs" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/solstairs.jpg" alt="" width="1024" height="680" />\r\nTexto español<!--:-->', '<!--:en-->EXAMPLE 4<!--:--><!--:es-->EJEMPLO 4<!--:-->', '', 'inherit', 'closed', 'open', '', '191-revision-2', '', '', '2011-11-18 00:34:37', '2011-11-18 00:34:37', '', 191, 'http://www.careyes.com.mx/web/?p=1111', 0, 'post', '', 0),
(1112, 1, '2011-12-16 01:22:03', '2011-12-16 01:22:03', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/4_LIFESTYLE.jpg" alt="" title="4_LIFESTYLE" width="600" height="450" class="alignnone size-full wp-image-1113" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/4_LIFESTYLE.jpg" alt="" title="4_LIFESTYLE" width="600" height="450" class="alignnone size-full wp-image-1113" /><!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'publish', 'closed', 'open', '', 'lifestyle', '', '', '2012-06-13 01:21:51', '2012-06-13 01:21:51', '', 0, 'http://www.careyes.com.mx/web/?p=1112', 0, 'post', '', 0),
(1113, 1, '2011-12-16 01:21:18', '2011-12-16 01:21:18', '', '4_LIFESTYLE', '', 'inherit', 'closed', 'open', '', '4_lifestyle', '', '', '2011-12-16 01:21:18', '2011-12-16 01:21:18', '', 1112, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/4_LIFESTYLE.jpg', 0, 'attachment', 'image/jpeg', 0),
(1114, 1, '2011-12-16 01:20:12', '2011-12-16 01:20:12', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '1112-revision', '', '', '2011-12-16 01:20:12', '2011-12-16 01:20:12', '', 1112, 'http://www.careyes.com.mx/web/?p=1114', 0, 'revision', '', 0),
(1115, 1, '2011-12-16 01:24:35', '2011-12-16 01:24:35', '<!--:en--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'publish', 'closed', 'open', '', 'polo', '', '', '2012-06-13 01:21:26', '2012-06-13 01:21:26', '', 0, 'http://www.careyes.com.mx/web/?p=1115', 0, 'post', '', 0),
(1116, 1, '2011-12-16 01:24:15', '2011-12-16 01:24:15', '', '3_POLO', '', 'inherit', 'closed', 'open', '', '3_polo', '', '', '2011-12-16 01:24:15', '2011-12-16 01:24:15', '', 1115, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg', 0, 'attachment', 'image/jpeg', 0),
(1117, 1, '2011-12-16 01:23:20', '2011-12-16 01:23:20', '', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '1115-revision', '', '', '2011-12-16 01:23:20', '2011-12-16 01:23:20', '', 1115, 'http://www.careyes.com.mx/web/?p=1117', 0, 'revision', '', 0),
(1118, 1, '2011-12-16 01:24:35', '2011-12-16 01:24:35', '<!--:en--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '1115-revision-2', '', '', '2011-12-16 01:24:35', '2011-12-16 01:24:35', '', 1115, 'http://www.careyes.com.mx/web/?p=1118', 0, 'post', '', 0),
(1119, 1, '2011-12-16 01:26:58', '2011-12-16 01:26:58', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Accomodations castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'publish', 'closed', 'open', '', 'rental-castles', '', '', '2012-06-13 01:21:03', '2012-06-13 01:21:03', '', 0, 'http://www.careyes.com.mx/web/?p=1119', 0, 'post', '', 0),
(1120, 1, '2011-12-16 01:26:45', '2011-12-16 01:26:45', '', '2_RENTAL_CASTLES', '', 'inherit', 'closed', 'open', '', '2_rental_castles', '', '', '2011-12-16 01:26:45', '2011-12-16 01:26:45', '', 1119, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg', 0, 'attachment', 'image/jpeg', 0),
(1121, 1, '2011-12-16 01:26:22', '2011-12-16 01:26:22', '', '<!--:en-->Rental castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '1119-revision', '', '', '2011-12-16 01:26:22', '2011-12-16 01:26:22', '', 1119, 'http://www.careyes.com.mx/web/?p=1121', 0, 'revision', '', 0),
(1122, 1, '2011-12-16 01:28:26', '2011-12-16 01:28:26', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:-->', '<!--:en-->Accomodations Rates<!--:--><!--:es-->Tarifas de Renta<!--:-->', '', 'publish', 'closed', 'open', '', 'rental-rates', '', '', '2012-06-13 01:20:44', '2012-06-13 01:20:44', '', 0, 'http://www.careyes.com.mx/web/?p=1122', 0, 'post', '', 0),
(1123, 1, '2011-12-16 01:27:45', '2011-12-16 01:27:45', '', '1_RENTALS_RATES', '', 'inherit', 'closed', 'open', '', '1_rentals_rates', '', '', '2011-12-16 01:27:45', '2011-12-16 01:27:45', '', 1122, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg', 0, 'attachment', 'image/jpeg', 0),
(1124, 1, '2011-12-16 01:28:15', '2011-12-16 01:28:15', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:-->', '<!--:en-->Rental Rates<!--:--><!--:es-->Tarifas de Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '1122-revision', '', '', '2011-12-16 01:28:15', '2011-12-16 01:28:15', '', 1122, 'http://www.careyes.com.mx/web/?p=1124', 0, 'revision', '', 0),
(1135, 1, '2012-01-10 23:37:00', '2012-01-10 23:37:00', '<!--:en--><img class="alignnone size-full wp-image-1309" title="Location" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" width="750" height="933" />\r\n\r\nCosta Careyes is located in Costalegre in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es--><img class="alignnone size-full wp-image-1309" title="Location" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" width="750" height="933" />\r\n\r\nCosta Careyes está´ubicado en la Costalegre, en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'publish', 'closed', 'open', '', 'location', '', '', '2012-05-22 15:44:18', '2012-05-22 15:44:18', '', 0, 'http://www.careyes.com.mx/web/?page_id=1135', 0, 'page', '', 0),
(1396, 1, '2012-05-22 15:44:10', '2012-05-22 15:44:10', '<!--:en--><img class="alignnone size-full wp-image-1309" title="Location" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" width="750" height="933" />\r\n\r\nCosta Careyes is located in Costalegre in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es--><img class="alignnone size-full wp-image-1309" title="Location" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" width="750" height="933" />\r\n\r\nCosta Careyes está´ubicado en la Costalegre, en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'closed', '', '1135-revision-2', '', '', '2012-05-22 15:44:10', '2012-05-22 15:44:10', '', 1135, 'http://www.careyes.com.mx/web/?p=1396', 0, 'page', '', 0),
(1126, 1, '2011-12-16 01:26:58', '2011-12-16 01:26:58', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Rental castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '1119-revision-2', '', '', '2011-12-16 01:26:58', '2011-12-16 01:26:58', '', 1119, 'http://www.careyes.com.mx/web/?p=1126', 0, 'post', '', 0),
(1127, 1, '2011-12-16 23:37:34', '2011-12-16 23:37:34', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Rental castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '1119-revision-2', '', '', '2011-12-16 23:37:34', '2011-12-16 23:37:34', '', 1119, 'http://www.careyes.com.mx/web/?p=1127', 0, 'post', '', 0),
(1128, 1, '2011-12-05 09:04:12', '2011-12-05 09:04:12', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-05 09:04:12', '2011-12-05 09:04:12', '', 99, 'http://www.careyes.com.mx/web/?p=1128', 0, 'page', '', 0),
(1129, 1, '2011-12-17 00:25:24', '2011-12-17 00:25:24', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=42]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-17 00:25:24', '2011-12-17 00:25:24', '', 99, 'http://www.careyes.com.mx/web/?p=1129', 0, 'page', '', 0),
(1130, 1, '2011-12-17 00:30:12', '2011-12-17 00:30:12', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=42 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-17 00:30:12', '2011-12-17 00:30:12', '', 99, 'http://www.careyes.com.mx/web/?p=1130', 0, 'page', '', 0),
(1131, 1, '2011-12-17 00:33:38', '2011-12-17 00:33:38', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=42 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-17 00:33:38', '2011-12-17 00:33:38', '', 99, 'http://www.careyes.com.mx/web/?p=1131', 0, 'page', '', 0),
(1137, 1, '2012-01-10 23:37:00', '2012-01-10 23:37:00', ' ', '', '', 'publish', 'closed', 'closed', '', '1137', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=1137', 38, 'nav_menu_item', '', 0),
(1139, 1, '2012-01-10 23:39:41', '2012-01-10 23:39:41', '<!--:en-->Text Location english<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'open', '', '1135-revision-2', '', '', '2012-01-10 23:39:41', '2012-01-10 23:39:41', '', 1135, 'http://www.careyes.com.mx/web/?p=1139', 0, 'page', '', 0),
(1235, 1, '2012-02-24 19:18:51', '2012-02-24 19:18:51', '<!--:en--><div id="cont_d8ac7658f43b6c0c1cd3148224d76291">\r\n<span id="h_d8ac7658f43b6c0c1cd3148224d76291"><a id="a_d8ac7658f43b6c0c1cd3148224d76291" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/d8ac7658f43b6c0c1cd3148224d76291"></script>\r\n</div><!--:--><!--:es--><div id="cont_1d9b707d81954a4daf94781093bd7321">\r\n<span id="h_1d9b707d81954a4daf94781093bd7321"><a id="a_1d9b707d81954a4daf94781093bd7321" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/1d9b707d81954a4daf94781093bd7321"></script>\r\n</div>\r\n<!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'publish', 'closed', 'open', '', 'weather', '', '', '2012-06-12 18:50:20', '2012-06-12 18:50:20', '', 0, 'http://www.careyes.com.mx/web/?page_id=1235', 0, 'page', '', 0),
(1435, 1, '2012-06-12 18:46:30', '2012-06-12 18:46:30', '<!--:en--><span id="h_189d45f4f171da3a21379ca819dd4b96"><a id="a_189d45f4f171da3a21379ca819dd4b96" style="color: #656565; font-family: 1; font-size: 14px;" href="http://www.meteored.mx/" target="_blank"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/189d45f4f171da3a21379ca819dd4b96"></script><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:46:30', '2012-06-12 18:46:30', '', 1235, 'http://www.careyes.com.mx/?p=1435', 0, 'page', '', 0),
(1433, 1, '2012-06-12 18:44:52', '2012-06-12 18:44:52', '<!--:en--><div id="cont_189d45f4f171da3a21379ca819dd4b96">\r\n<span id="h_189d45f4f171da3a21379ca819dd4b96"><a id="a_189d45f4f171da3a21379ca819dd4b96" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;">Weather</a> La Huerta</span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/189d45f4f171da3a21379ca819dd4b96"></script>\r\n</div><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:44:52', '2012-06-12 18:44:52', '', 1235, 'http://www.careyes.com.mx/?p=1433', 0, 'page', '', 0),
(1317, 1, '2012-05-11 23:32:47', '2012-05-11 23:32:47', '<!--:es--><script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-05-11 23:32:47', '2012-05-11 23:32:47', '', 1235, 'http://www.careyes.com.mx/web/?p=1317', 0, 'page', '', 0),
(1315, 1, '2012-05-11 23:28:44', '2012-05-11 23:28:44', '<!--:en--><?php show_clima(); ?><!--:--><!--:es--><script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-05-11 23:28:44', '2012-05-11 23:28:44', '', 1235, 'http://www.careyes.com.mx/web/?p=1315', 0, 'page', '', 0),
(1236, 1, '2012-02-24 19:18:13', '2012-02-24 19:18:13', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '1235-revision', '', '', '2012-02-24 19:18:13', '2012-02-24 19:18:13', '', 1235, 'http://www.careyes.com.mx/web/?p=1236', 0, 'revision', '', 0),
(1142, 1, '2012-01-10 23:52:42', '2012-01-10 23:52:42', '<!--:en-->Costa Careyes is located in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es-->Costa Careyes está´ubicado en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'open', '', '1135-autosave', '', '', '2012-01-10 23:52:42', '2012-01-10 23:52:42', '', 1135, 'http://www.careyes.com.mx/web/?p=1142', 0, 'page', '', 0),
(1143, 1, '2012-01-10 23:39:54', '2012-01-10 23:39:54', '<!--:en-->Text Location english<!--:--><!--:es-->Text Ubicación Español<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'open', '', '1135-revision-2', '', '', '2012-01-10 23:39:54', '2012-01-10 23:39:54', '', 1135, 'http://www.careyes.com.mx/web/?p=1143', 0, 'page', '', 0),
(1144, 1, '2012-01-10 23:52:56', '2012-01-10 23:52:56', '<!--:en-->Costa Careyes is located in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es-->Costa Careyes está´ubicado en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'open', '', '1135-autosave', '', '', '2012-01-10 23:52:56', '2012-01-10 23:52:56', '', 1135, 'http://www.careyes.com.mx/web/?p=1144', 0, 'page', '', 0),
(1145, 1, '2011-12-16 01:28:26', '2011-12-16 01:28:26', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:-->', '<!--:en-->Rental Rates<!--:--><!--:es-->Tarifas de Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '1122-revision-2', '', '', '2011-12-16 01:28:26', '2011-12-16 01:28:26', '', 1122, 'http://www.careyes.com.mx/web/?p=1145', 0, 'revision', '', 0),
(1146, 1, '2011-12-16 23:50:49', '2011-12-16 23:50:49', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Rental castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '1119-revision-2', '', '', '2011-12-16 23:50:49', '2011-12-16 23:50:49', '', 1119, 'http://www.careyes.com.mx/web/?p=1146', 0, 'revision', '', 0),
(1147, 1, '2011-12-16 01:25:08', '2011-12-16 01:25:08', '<!--:en--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'open', '', '1115-revision-2', '', '', '2011-12-16 01:25:08', '2011-12-16 01:25:08', '', 1115, 'http://www.careyes.com.mx/web/?p=1147', 0, 'revision', '', 0),
(1148, 1, '2012-01-10 23:58:10', '2012-01-10 23:58:10', '<!--:en--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para  evocar grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Accommodations<!--:--><!--:es-->Rentas<!--:-->', '', 'publish', 'closed', 'open', '', 'rentals', '', '', '2012-08-23 15:17:48', '2012-08-23 15:17:48', '', 0, 'http://www.careyes.com.mx/web/?page_id=1148', 0, 'page', '', 0),
(1149, 1, '2012-01-10 23:57:44', '2012-01-10 23:57:44', '', 'Borrador automático', '', 'inherit', 'closed', 'open', '', '1148-revision', '', '', '2012-01-10 23:57:44', '2012-01-10 23:57:44', '', 1148, 'http://www.careyes.com.mx/web/?p=1149', 0, 'revision', '', 0),
(1150, 1, '2012-01-10 23:58:10', '2012-01-10 23:58:10', ' ', '', '', 'publish', 'closed', 'closed', '', '1150', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=1150', 2, 'nav_menu_item', '', 0),
(1152, 1, '2011-12-16 01:17:04', '2011-12-16 01:17:04', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'open', '', '151-revision-11', '', '', '2011-12-16 01:17:04', '2011-12-16 01:17:04', '', 151, 'http://www.careyes.com.mx/web/?p=1152', 0, 'revision', '', 0),
(1153, 1, '2011-12-16 01:11:48', '2011-12-16 01:11:48', '<!--:en--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Rental Castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'open', '', '146-revision-4', '', '', '2011-12-16 01:11:48', '2011-12-16 01:11:48', '', 146, 'http://www.careyes.com.mx/web/?p=1153', 0, 'revision', '', 0),
(1154, 1, '2011-12-08 23:39:31', '2011-12-08 23:39:31', '<!--:en-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\r\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p>\r\n<p style="text-align: justify;">In 2011 the new 7,000 feet paved landing strip, 30 minutes away from Careyes, will be inaugurated.</p><!--:--><!--:es-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p>\r\n<p style="text-align: justify;">En 2011 se inaugurará una nueva pista de aterrizaje pavimentada de más de 2000 metros, a 30 minutos de Careyes.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Como llegar<!--:-->', '', 'inherit', 'closed', 'open', '', '335-revision-2', '', '', '2011-12-08 23:39:31', '2011-12-08 23:39:31', '', 335, 'http://www.careyes.com.mx/web/?p=1154', 0, 'page', '', 0),
(1155, 1, '2011-12-08 23:51:32', '2011-12-08 23:51:32', '<!--:en-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar\r\nCerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'open', '', '289-revision-2', '', '', '2011-12-08 23:51:32', '2011-12-08 23:51:32', '', 289, 'http://www.careyes.com.mx/web/?p=1155', 0, 'page', '', 0),
(1156, 1, '2011-12-15 23:00:30', '2011-12-15 23:00:30', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-3', '', '', '2011-12-15 23:00:30', '2011-12-15 23:00:30', '', 295, 'http://www.careyes.com.mx/web/?p=1156', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1157, 1, '2012-01-11 01:35:44', '2012-01-11 01:35:44', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nTARIFAS DE TEMPORADA 2010 – 2011</em><strong>\r\n</strong>(NOV., 13 2010 A ABRIL 30, 2011)\r\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\r\n</li>\r\n	<li>\r\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\r\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>Cuando NO se renta un caballo del club:\r\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong>2. - RENTA DE CABALLO</strong>\r\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\r\n\r\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\r\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\r\n\r\n<strong>4. - ESTABLO POR CABALO\r\nPOR DÍA    POR MES</strong>\r\nCUBIERTO     $ 10 USD     $ 250 USD\r\nSHADED        $   8 USD     $ 200 USD<strong></strong>\r\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\r\n</strong>\r\n\r\n<strong>5. - PENSIÓN COMPLETA\r\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\r\n<strong>POR DÍA      POR MES</strong>\r\n$ 12 USD       $ 320 USD por caballo\r\n\r\n<strong>6. - CUARTO PARA CABALLERANGO\r\nPOR DÍA      POR MES\r\n</strong>$ 7 USD          $ 200 USD por persona\r\n\r\n<strong>7. - GROOM’S FOOD\r\nPOR DÍA     POR MES\r\n</strong>$ 15 USD       $ 450 USD por persona\r\n\r\n<strong>8. - PASTURA\r\n</strong>$ 60 USD por caballo por mes.\r\n\r\n<strong>9. - ZAPATOS DE CABALLO\r\n</strong>$ 10 USD por pata incluye zapato.<strong>\r\n</strong>\r\n\r\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\r\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\r\n\r\n<strong>11. - PISTA DE EQUITACIÓN\r\n</strong>$ 100 USD por hora durante la Temporada de Polo\r\n$ 80 USD durante el resto del año\r\n\r\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\r\n* 15% Impuesto gubernamental.\r\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\r\n\r\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\r\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\r\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\r\n3 Goless                    33%\r\n4 goles o más            66%<strong>\r\n</strong>\r\n\r\n<strong>14. - REGLAS BÁSICAS DEL CLUB\r\n</strong>\r\n<ul>\r\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\r\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\r\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\r\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\r\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\r\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\r\n</ul>\r\n<strong>A todos los cargos se les añadirá 10% de propina.\r\n</strong>\r\n\r\n<strong>VAMOS A TENER UNA GRAN TEMPORADA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-3', '', '', '2012-01-11 01:35:44', '2012-01-11 01:35:44', '', 295, 'http://www.careyes.com.mx/web/?p=1157', 0, 'page', '', 0),
(1158, 1, '2012-01-11 01:36:34', '2012-01-11 01:36:34', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nTARIFAS DE TEMPORADA 2010 – 2011</em><strong>\r\n</strong>(NOV., 13 2010 A ABRIL 30, 2011)\r\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\r\n</li>\r\n	<li>\r\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\r\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>Cuando NO se renta un caballo del club:\r\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong>2. - RENTA DE CABALLO</strong>\r\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\r\n\r\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\r\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\r\n\r\n<strong>4. - ESTABLO POR CABALO\r\nPOR DÍA    POR MES</strong>\r\nCUBIERTO     $ 10 USD     $ 250 USD\r\nSHADED        $   8 USD     $ 200 USD<strong></strong>\r\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\r\n</strong>\r\n\r\n<strong>5. - PENSIÓN COMPLETA\r\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\r\n<strong>POR DÍA      POR MES</strong>\r\n$ 12 USD       $ 320 USD por caballo\r\n\r\n<strong>6. - CUARTO PARA CABALLERANGO\r\nPOR DÍA      POR MES\r\n</strong>$ 7 USD          $ 200 USD por persona\r\n\r\n<strong>7. - GROOM’S FOOD\r\nPOR DÍA     POR MES\r\n</strong>$ 15 USD       $ 450 USD por persona\r\n\r\n<strong>8. - PASTURA\r\n</strong>$ 60 USD por caballo por mes.\r\n\r\n<strong>9. - ZAPATOS DE CABALLO\r\n</strong>$ 10 USD por pata incluye zapato.<strong>\r\n</strong>\r\n\r\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\r\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\r\n\r\n<strong>11. - PISTA DE EQUITACIÓN\r\n</strong>$ 100 USD por hora durante la Temporada de Polo\r\n$ 80 USD durante el resto del año\r\n\r\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\r\n* 15% Impuesto gubernamental.\r\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\r\n\r\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\r\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\r\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\r\n3 Goless                    33%\r\n4 goles o más            66%<strong>\r\n</strong>\r\n\r\n<strong>14. - REGLAS BÁSICAS DEL CLUB\r\n</strong>\r\n<ul>\r\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\r\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\r\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\r\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\r\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\r\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\r\n</ul>\r\n<strong>A todos los cargos se les añadirá 10% de propina.\r\n</strong>\r\n\r\n<strong>VAMOS A TENER UNA GRAN TEMPORADA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '295-revision-3', '', '', '2012-01-11 01:36:34', '2012-01-11 01:36:34', '', 295, 'http://www.careyes.com.mx/web/?p=1158', 0, 'page', '', 0),
(1159, 1, '2011-12-08 23:34:48', '2011-12-08 23:34:48', '', '<!--:en-->Directions<!--:--><!--:es-->Instrucciones<!--:-->', '', 'inherit', 'closed', 'open', '', '341-revision-2', '', '', '2011-12-08 23:34:48', '2011-12-08 23:34:48', '', 341, 'http://www.careyes.com.mx/web/?p=1159', 0, 'revision', '', 0),
(1160, 1, '2012-01-11 01:49:29', '2012-01-11 01:49:29', '', '<!--:en-->Directions<!--:--><!--:es-->Instrucciones<!--:-->', '', 'inherit', 'closed', 'open', '', '341-revision-3', '', '', '2012-01-11 01:49:29', '2012-01-11 01:49:29', '', 341, 'http://www.careyes.com.mx/web/?p=1160', 0, 'revision', '', 0),
(1161, 1, '2011-12-08 23:37:08', '2011-12-08 23:37:08', '', '<!--:en-->Film & Arts<!--:--><!--:es-->Art & Cine <!--:-->', '', 'inherit', 'closed', 'open', '', '310-revision-2', '', '', '2011-12-08 23:37:08', '2011-12-08 23:37:08', '', 310, 'http://www.careyes.com.mx/web/?p=1161', 0, 'page', '', 0),
(1162, 1, '2011-12-17 01:18:53', '2011-12-17 01:18:53', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=42 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2011-12-17 01:18:53', '2011-12-17 01:18:53', '', 99, 'http://www.careyes.com.mx/web/?p=1162', 0, 'page', '', 0),
(1169, 1, '2012-01-11 06:16:14', '2012-01-11 06:16:14', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2012-01-11 06:16:14', '2012-01-11 06:16:14', '', 391, 'http://www.careyes.com.mx/web/?p=1169', 0, 'page', '', 0),
(1171, 1, '2011-12-16 01:01:21', '2011-12-16 01:01:21', '<!--:en-->[imagebrowser id=31]\r\n<p style="text-align: justify;">This sensually elegante villa is the ideal location to host a special event. The vast living palapa is surrounded by spacious ocean view terraces. The impressive entry staircases open to a lobby with fountain and an ocean view terrace with pool beyond. The three bedrooms in the main house have direct pool access and are complemented by a tower bedroom suite and two bedroom bungalows which are accessed by an electric gondola. A seamless blending of innovative style and unspoiled nature.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Gondola to Bungalows and Tower</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=31]\r\n<p style="text-align: justify;">Esta villa sensual y elegante ofrece el lugar ideal para un evento especial. La enorme palapa viviente está rodeada de amplias terrazas con vista al mar. Las impresionantes escalinatas de entrada se abren a un lobby con fuente y terraza con vista al mar y una piscina en el fondo. Las tres recámaras de la casa principal cuentan con acceso directo a la piscina y se complementan con otra recámara-suite en una torre, y dos recámaras-bungalow accesibles por góndola eléctrica. Una armoniosa combinación de estilo innovador y naturaleza pura.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="220">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Góndola a bungalows &amp; torre</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Oriente<!--:--><!--:es-->Sol de Oriente<!--:-->', '', 'inherit', 'closed', 'open', '', '393-revision-3', '', '', '2011-12-16 01:01:21', '2011-12-16 01:01:21', '', 393, 'http://www.careyes.com.mx/web/?p=1171', 0, 'page', '', 0),
(1174, 1, '2011-12-15 23:22:54', '2011-12-15 23:22:54', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="260">\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-4', '', '', '2011-12-15 23:22:54', '2011-12-15 23:22:54', '', 398, 'http://www.careyes.com.mx/web/?p=1174', 0, 'post', '', 0),
(1177, 1, '2011-12-15 23:27:02', '2011-12-15 23:27:02', '<!--:en-->[imagebrowser id=28]\r\n<p style="text-align: justify;">A village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pools or oversized jacuzzis on their terraces. Richly landscaped with flowering plants, the village of casitas blooms like tropical garden. The casitas come with kitchen and includes daily maid and concierge service.</p>\r\n<span style="color: #00aeef;">1-4 Bedrooms casitas</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>1-4 Bedroom Casitas</li>\r\n	<li>Ocean view</li>\r\n	<li>Full bathrooms with amenities</li>\r\n	<li>Many casitas with splash pools</li>\r\n	<li>Air Conditioning</li>\r\n	<li>Sky TV</li>\r\n	<li>Daily maid and concierge service.</li>\r\n	<li>24 Hour Security</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=28]\r\n<p style="text-align: justify;">Una aldea de casitas pintadas de colores alegres, todas con vistas al mar desde sus amplias terrazas. Ubicadas a pocos pasos del club privado y restaurante de Playa Rosa. Muchas de las casitas cuentan con pequeñas albercas o jacuzzisen sus amplias terrazas. Con sus jardines exuberantes llenos de flores, la aldea de casitas ofrece un entorno de vergel tropical. Cada casita cuenta con cocina y servicio diario de recamarera y conserje.</p>\r\n<span style="color: #00aeef;">Casitas de 1 a 4 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n<table width="100%" border="0" cellspacing="2" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td align="left" valign="top" width="280" height="280">\r\n<ul>\r\n	<li>Vista al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Muchas casitas cuentan con alberca</li>\r\n	<li>Aire acondicionado</li>\r\n	<li>Televisión Sky</li>\r\n	<li>Servicio diario de recamarera y conserje</li>\r\n	<li>Vigilancia las 24 horas</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Casitas<!--:--><!--:es-->Casitas<!--:-->', '', 'inherit', 'closed', 'open', '', '323-revision-2', '', '', '2011-12-15 23:27:02', '2011-12-15 23:27:02', '', 323, 'http://www.careyes.com.mx/web/?p=1177', 0, 'page', '', 0),
(1182, 1, '2012-01-11 07:45:58', '2012-01-11 07:45:58', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'open', '', '395-revision-4', '', '', '2012-01-11 07:45:58', '2012-01-11 07:45:58', '', 395, 'http://www.careyes.com.mx/web/?p=1182', 0, 'page', '', 0),
(1183, 1, '2012-01-11 06:17:58', '2012-01-11 06:17:58', '<!--:en-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sleeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castle’s bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliff’s edge. Incomparable.</p>\r\n<span style="color: #00aeef;">A total of 6 Bedrooms</span>\r\n<span style="color: #00aeef;"><em>Surrounded by a giant infinity pool</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>Large Master Suite</li>\r\n	<li>Tower Bedroom Suite - with living area</li>\r\n	<li>Two Bedroom Bungalows\r\nand two other ensuite bedrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Media Room</li>\r\n	<li>Heliport</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids</em></li>\r\n</ul>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=30]\r\n<p style="text-align: justify;">Ubicado en el punto más codiciado de Careyes, el castillo se levanta sobre el extremo de una escarpada península entre la extensa Playa Teopa y la encantadora Playa Careyitos. Rodeado de una inmensa piscina, el castillo cuenta con vistas al mar, costa, playas y montañas desde sus recámaras y demás espacios. Una góndola eléctrica lleva a los huéspedes a una pequeña playa privada con palapa. El diseño es de ensueño, e incluye una suite dentro de una torre ubicada al borde del acantilado. Incomparable.</p>\r\n<span style="color: #00aeef;">Un total de 6 habitaciónes.</span>\r\n<span style="color: #00aeef;"><em>Rodeado por una alberca infinita gigante</em></span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>6 recámaras (1 suite master, 2 suites junior, 2 bungalows, 1 torre)</li>\r\n	<li>7 baños completos</li>\r\n	<li>Piscina infinita gigante con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Terrazas amplias</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de Cine y TV</li>\r\n	<li>Acceso por góndola a playa privada</li>\r\n	<li>Helipuerto</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas del día</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Sol de Occidente<!--:--><!--:es-->Sol de Occidente<!--:-->', '', 'inherit', 'closed', 'open', '', '391-revision-3', '', '', '2012-01-11 06:17:58', '2012-01-11 06:17:58', '', 391, 'http://www.careyes.com.mx/web/?p=1183', 0, 'page', '', 0),
(1186, 1, '2012-01-11 06:22:01', '2012-01-11 06:22:01', '<!--:en-->[imagebrowser id=32]\r\n<p style="text-align: justify;">This oceanfront villa, is dramatically located on a cliff with stunning views to both the ocean and an expanse of untouched nature. The 3 bedrooms are all ocean view. The master suite accesses a very private roof terrace, and one of the guest bedrooms caresses the pool. The open living palapa and pool terrace on the cliff’s edge, absorb the ambiance of the rarified environment. An ocean view grotto room adds to the house’s many moods.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">3 Bedrooms</span></p>\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Three Bedrooms</li>\r\n	<li>With ensuite bathrooms</li>\r\n	<li>Large Living Palapa</li>\r\n	<li>Raised Dining Palapa</li>\r\n	<li>Private Roof Terrace</li>\r\n	<li>Grotto Room</li>\r\n	<li>Cascade Pool with Jacuzzi</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, maid</em></li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a><!--:--><!--:es-->[imagebrowser id=32]\r\n<p style="text-align: justify;">Esta villa frente al mar cuenta con una ubicación dramática sobre un acantilado con vistas extraordinarias hacia el mar y una extensión de naturaleza selvática. Las 3 recámaras cuentan con vista al mar. La suite master tiene acceso a una terraza muy privada en la azotea, y una de las recámaras para huéspedes acaricia la piscina. La palapa viviente abierta y la terraza de la piscina en la orilla del acantilado se suman al ambiente de un entorno sublime. Una gruta con vista al mar es un espacio que te sorprenderá dentro de esta casa multifacética.</p>\r\n<span style="color: #00aeef;">3 habitaciones</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>3 recámaras (1 suite master, 2 recámaras)</li>\r\n	<li>3 ½ baños</li>\r\n	<li>Comedor con techo de palapa</li>\r\n	<li>Sala-palapa</li>\r\n	<li>Gruta</li>\r\n	<li>Piscina infinita con cascada</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo con vigilancia las 24 horas</li>\r\n	<li>Staff completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Nido de Amor<!--:--><!--:es-->Nido de Amor<!--:-->', '', 'inherit', 'closed', 'open', '', '398-revision-4', '', '', '2012-01-11 06:22:01', '2012-01-11 06:22:01', '', 398, 'http://www.careyes.com.mx/web/?p=1186', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1189, 1, '2012-01-11 06:26:34', '2012-01-11 06:26:34', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038"><img class="alignnone size-full wp-image-1070" title="btn_requestit" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_requestit.jpg" alt="" width="91" height="22" /></a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es"><img class="alignnone size-full wp-image-1072" title="btn_reservar" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/btn_reservar.jpg" alt="" width="91" height="22" /></a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2012-01-11 06:26:34', '2012-01-11 06:26:34', '', 326, 'http://www.careyes.com.mx/web/?p=1189', 0, 'page', '', 0),
(1191, 1, '2012-01-11 08:28:43', '2012-01-11 08:28:43', '<!--:en-->[imagebrowser id=27]\r\n<p style="text-align: justify;">The world''s smallest hotel. The ultimate in barefoot chic. Three stylish beach bungalows, ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected waters of Careyes Bay. On the same beach is the acclaimed Playa Rosa Restaurant with its fine food, wildly romantic decor and musical entertainment.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENITIES</strong></span></p>\r\n\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Air Conditioned</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n<p style="text-align: justify;">El hotel más pequeño del mundo. Lo máximo en estilo playero desinhibido. Tres bungalows de playa, diseñados con estilo, ideales para disfrutar del sol en Playa Rosa o para nadar en las aguas protegidas de Bahía Careyes. En la misma playa se encuentra el Restaurante Playa Rosa, aclamado por su exquisita cocina, su original decorado romántico y su música.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>Baños completos con acabados de lujo</li>\r\n	<li>Servicio diario de recamarera y conserje.</li>\r\n	<li>Aire acondicionado/ WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Bungalows<!--:--><!--:es-->Bungalows<!--:-->', '', 'inherit', 'closed', 'open', '', '326-revision-2', '', '', '2012-01-11 08:28:43', '2012-01-11 08:28:43', '', 326, 'http://www.careyes.com.mx/web/?p=1191', 0, 'page', '', 0),
(1192, 1, '2011-12-15 23:00:50', '2011-12-15 23:00:50', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-3', '', '', '2011-12-15 23:00:50', '2011-12-15 23:00:50', '', 329, 'http://www.careyes.com.mx/web/?p=1192', 0, 'page', '', 0),
(1193, 1, '2012-01-11 08:34:15', '2012-01-11 08:34:15', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-3', '', '', '2012-01-11 08:34:15', '2012-01-11 08:34:15', '', 329, 'http://www.careyes.com.mx/web/?p=1193', 0, 'page', '', 0),
(1194, 1, '2012-01-11 08:35:01', '2012-01-11 08:35:01', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-3', '', '', '2012-01-11 08:35:01', '2012-01-11 08:35:01', '', 329, 'http://www.careyes.com.mx/web/?p=1194', 0, 'page', '', 0),
(1195, 1, '2012-01-11 08:35:19', '2012-01-11 08:35:19', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-3', '', '', '2012-01-11 08:35:19', '2012-01-11 08:35:19', '', 329, 'http://www.careyes.com.mx/web/?p=1195', 0, 'page', '', 0),
(1196, 1, '2012-01-11 08:36:38', '2012-01-11 08:36:38', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'open', '', '329-revision-3', '', '', '2012-01-11 08:36:38', '2012-01-11 08:36:38', '', 329, 'http://www.careyes.com.mx/web/?p=1196', 0, 'page', '', 0),
(1197, 1, '2011-12-08 23:35:50', '2011-12-08 23:35:50', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2011-12-08 23:35:50', '2011-12-08 23:35:50', '', 684, 'http://www.careyes.com.mx/web/?p=1197', 0, 'page', '', 0),
(1198, 1, '2012-01-11 08:43:09', '2012-01-11 08:43:09', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'open', '', '684-revision-2', '', '', '2012-01-11 08:43:09', '2012-01-11 08:43:09', '', 684, 'http://www.careyes.com.mx/web/?p=1198', 0, 'page', '', 0),
(1199, 1, '2011-12-08 23:52:29', '2011-12-08 23:52:29', '<!--:en--><p style="text-align: justify;">4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.\r\n7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies:\r\nUpgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'open', '', '332-revision-2', '', '', '2011-12-08 23:52:29', '2011-12-08 23:52:29', '', 332, 'http://www.careyes.com.mx/web/?p=1199', 0, 'page', '', 0),
(1200, 1, '2012-01-11 08:45:11', '2012-01-11 08:45:11', '<!--:en--><p style="text-align: justify;">4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.\r\n7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies:\r\nUpgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'open', '', '332-revision-2', '', '', '2012-01-11 08:45:11', '2012-01-11 08:45:11', '', 332, 'http://www.careyes.com.mx/web/?p=1200', 0, 'page', '', 0),
(1201, 1, '2011-12-08 23:41:08', '2011-12-08 23:41:08', '<!--:en-->[imagebrowser id=6]\r\n\r\nArt Careyes was inaugurated on August 15th by Gian Franco Brignone in the presence of his family, Giorgio, Emanuela, Fillippo and Sofia. The beautiful new gallery was designed by architect Emanuela Brignone Cattaneo. The gallery is located in the new Plaza de Los Caballeros del Sol, the cultural hub of Careyes which also includes a performance space and an outdoor cinema. The inaugural exhibit, which was coordinated by Viviana Dean, featured the works of the many talented artists associated with Careyes.<!--:--><!--:es-->[imagebrowser id=6]\r\n\r\nArt Careyes fue inaugurado el 15 de agosto por Gian Franco Brignone en presencia de su familia: Giorgio, Emanuela, Fillippo y Sofia. Esta hermosa galería nueva fue diseñada por la arquitecta Emanuela Brignone Cattaneo. Se ubica en la nueva Plaza de los Caballeros del Sol, el eje cultural de Careyes, que también incluye un espacio para las artes escénicas y un cine al aire libre. En la muestra inaugural, coordinada por Viviana Dean, se exhibieron obras de muchos artistas que tienen lazos con Careyes.<!--:-->', '<!--:en-->La Brignonesca<!--:--><!--:es-->La Brignonesca<!--:-->', '', 'inherit', 'closed', 'open', '', '307-revision-2', '', '', '2011-12-08 23:41:08', '2011-12-08 23:41:08', '', 307, 'http://www.careyes.com.mx/web/?p=1201', 0, 'page', '', 0),
(1204, 1, '2012-01-12 01:06:15', '2012-01-12 01:06:15', '<!--:en-->Careyes is beautiful all year, including the summer, featuring a micro-climate that is unique to the west coast of Mexico. The typical day time temperatures are in the low 80°s and the evenings are in the low 70°s to upper 60°s. It rarely rains more than 25 days per year in Careyes, and even then the rain tends to be in the early evening or at night when offshore storms illuminate the night skies. Regardless of the time of year, Careyes always enjoys cooling sea breezes.<!--:-->', '<!--:en-->WEATHER<!--:--><!--:es-->CLIMA<!--:-->', '', 'inherit', 'closed', 'open', '', '1203-revision', '', '', '2012-01-12 01:06:15', '2012-01-12 01:06:15', '', 1203, 'http://www.careyes.com.mx/web/?p=1204', 0, 'revision', '', 0),
(1205, 1, '2012-01-12 01:14:04', '2012-01-12 01:14:04', 'Careyes is beautiful all year, including the summer, featuring a micro-climate that is unique to the west coast of Mexico. The typical day time temperatures are in the low 80°s and the evenings are in the low 70°s to upper 60°s. It rarely rains more than 25 days per year in Careyes, and even then the rain tends to be in the early evening or at night when offshore storms illuminate the night skies. Regardless of the time of year, Careyes always enjoys cooling sea breezes.Careyes goza de tiempo agradable todo el año, aun en verano, con el microclima característico de la costa occidental de México. Las temperaturas típicas durante el día oscilan alrededor de los 28°C, y en la noche bajan a 20° ó 22°C. Rara vez llueve más de 25 días al año en Careyes, y las lluvias que hay suelen caer al atardecer o de noche, con tormentas sobre el mar que iluminan el cielo nocturno. En todas las épocas del año llegan a Careyes los vientos refrescantes del mar.', '<!--:en--> Expected Temperature<!--:--><!--:es-->Temperatura Esperada<!--:-->', '', 'publish', 'closed', 'closed', '', '1205', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 1135, 'http://www.careyes.com.mx/web/?p=1205', 40, 'nav_menu_item', '', 0),
(1206, 1, '2012-01-12 01:08:14', '2012-01-12 01:08:14', '<!--:en-->Careyes is beautiful all year, including the summer, featuring a micro-climate that is unique to the west coast of Mexico. The typical day time temperatures are in the low 80°s and the evenings are in the low 70°s to upper 60°s. It rarely rains more than 25 days per year in Careyes, and even then the rain tends to be in the early evening or at night when offshore storms illuminate the night skies. Regardless of the time of year, Careyes always enjoys cooling sea breezes.<!--:--><!--:es-->Careyes goza de tiempo agradable todo el año, aun en verano, con el microclima característico de la costa occidental de México. Las temperaturas típicas durante el día oscilan alrededor de los 28°C, y en la noche bajan a 20° ó 22°C. Rara vez llueve más de 25 días al año en Careyes, y las lluvias que hay suelen caer al atardecer o de noche, con tormentas sobre el mar que iluminan el cielo nocturno. En todas las épocas del año llegan a Careyes los vientos refrescantes del mar.<!--:-->', '<!--:en-->WEATHER<!--:--><!--:es-->CLIMA<!--:-->', '', 'inherit', 'closed', 'open', '', '1203-revision-2', '', '', '2012-01-12 01:08:14', '2012-01-12 01:08:14', '', 1203, 'http://www.careyes.com.mx/web/?p=1206', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1207, 1, '2012-01-12 02:01:55', '2012-01-12 02:01:55', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\r\n<div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\r\nUna boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n\r\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\r\n&nbsp;\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n\r\n&nbsp;\r\n<div>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'publish', 'closed', 'open', '', 'weddings', '', '', '2012-05-12 01:23:35', '2012-05-12 01:23:35', '', 0, 'http://www.careyes.com.mx/web/?page_id=1207', 0, 'page', '', 0),
(1208, 1, '2012-01-12 01:22:10', '2012-01-12 01:22:10', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '1207-revision', '', '', '2012-01-12 01:22:10', '2012-01-12 01:22:10', '', 1207, 'http://www.careyes.com.mx/web/?p=1208', 0, 'revision', '', 0),
(1209, 1, '2012-01-12 01:23:00', '2012-01-12 01:23:00', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h4>Why get married in Careyes</h4>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 01:23:00', '2012-01-12 01:23:00', '', 1207, 'http://www.careyes.com.mx/web/?p=1209', 0, 'page', '', 0),
(1210, 1, '2012-01-12 01:51:02', '2012-01-12 01:51:02', '<!--:en--><div>\n\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\n\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\n\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\n<h3><strong><span style="color: #00ccff;"><em>Why get married in Careyes</em></span> </strong></h3>\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\n\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\n\n&nbsp;\n<div>\n<h3><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h3>\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\n\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\n\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\n\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\n\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\n\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\n\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\n\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\n\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\n\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\n\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\n\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\n\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\n\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\n\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\n\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\n\n</div>\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\n\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\n\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\n\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\n<div>\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\n<strong><em>1 Privacidad</em></strong>\n\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\n\n<strong><em>2 Belleza</em></strong>\n\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\n\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\n\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votosThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\n\n<strong><em>4 Ubicación Geográfica</em></strong>\n\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\n\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\n\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\n\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\n\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\n\n<em><strong>7. Comida y Música fabulosas</strong></em>\n\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\n\n<strong><em>8. Música y Entretenimiento</em></strong>\n\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\n\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 01:51:02', '2012-01-12 01:51:02', '', 1207, 'http://www.careyes.com.mx/web/?p=1210', 0, 'page', '', 0),
(1211, 1, '2012-01-12 02:00:59', '2012-01-12 02:00:59', '<!--:en--><div>\n\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\n\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\n\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\n<h3><strong><span style="color: #00ccff;"><em>Why get married in Careyes</em></span> </strong></h3>\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\n\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\n\n&nbsp;\n<div>\n<h3><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h3>\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\n\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\n\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\n\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\n\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\n\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\n\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\n\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\n\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\n\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\n\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\n\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\n\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\n\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\n\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\n\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\n\n</div>\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\n\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\n\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\n\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\n<div>\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\n<strong><em>1 Privacidad</em></strong>\n\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\n\n<strong><em>2 Belleza</em></strong>\n\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\n\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\n\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\n\n<strong><em>4 Ubicación Geográfica</em></strong>\n\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\n\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\n\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\n\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\n<div id="gt-res-wrap">\n<div id="gt-res-content">\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\n</div>\n<div id="gt-res-tools">\n<div id="gt-src-tools-l"></div>\n<div id="gt-res-tools-r">\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\n</div>\n</div>\n</div>\n<em><strong>7. Comida y Música fabulosas</strong></em>\n\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\n\n<strong><em>8. Música y Entretenimiento</em></strong>\n\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Sonido profesional y las luces están disponibles. México tienemucho talento estilistas, floristas, diseñadores de plató, y los decoradores que podemos recomendar.\n\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:00:59', '2012-01-12 02:00:59', '', 1207, 'http://www.careyes.com.mx/web/?p=1211', 0, 'page', '', 0),
(1212, 1, '2012-01-12 02:01:55', '2012-01-12 02:01:55', ' ', '', '', 'publish', 'closed', 'open', '', '1212', '', '', '2012-01-12 02:01:55', '2012-01-12 02:01:55', '', 0, 'http://www.careyes.com.mx/web/?p=1212', 46, 'page', '', 0),
(1213, 1, '2012-01-12 02:02:45', '2012-01-12 02:02:45', 'A wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\nWhy get married in Careyes \r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it’s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n \r\n\r\nTO NAME THE REASONS: \r\n1 Privacy\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n2 Beauty\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n3 Natural Environment & Weather\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n4 Geographical Location\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n5 Careyes is Picture Perfect\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n6. Couples can enjoy their wedding and honeymoon in the same destination\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n7. Glorious Food and Music\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n8. Music and Entertainment\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n\r\nUna boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\nPOR QUÉ CASARSE EN CAREYES \r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n\r\nTO NAME THE REASONS: \r\n1 Privacidad\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n2 Belleza\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n3 Ambiente Natural & Clima\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n4 Ubicación Geográfica\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n5 Fotos perfectas en Careyes\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar\r\n\r\n\r\nLo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n7. Comida y Música fabulosas\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n8. Música y Entretenimiento\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n', '', '', 'publish', 'closed', 'closed', '', '1213', '', '', '2012-09-24 19:13:00', '2012-09-24 19:13:00', '', 0, 'http://www.careyes.com.mx/web/?p=1213', 16, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1214, 1, '2012-01-12 02:01:55', '2012-01-12 02:01:55', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h3><strong><span style="color: #00ccff;"><em>Why get married in Careyes</em></span> </strong></h3>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h3><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h3>\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:01:55', '2012-01-12 02:01:55', '', 1207, 'http://www.careyes.com.mx/web/?p=1214', 0, 'page', '', 0),
(1215, 1, '2012-01-12 02:04:06', '2012-01-12 02:04:06', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h3><strong><span style="color: #00ccff;"><em>Why get married in Careyes</em></span> </strong></h3>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:04:06', '2012-01-12 02:04:06', '', 1207, 'http://www.careyes.com.mx/web/?p=1215', 0, 'page', '', 0),
(1220, 1, '2012-01-12 02:06:32', '2012-01-12 02:06:32', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:06:32', '2012-01-12 02:06:32', '', 1207, 'http://www.careyes.com.mx/web/?p=1220', 0, 'page', '', 0),
(1216, 1, '2012-01-12 02:04:54', '2012-01-12 02:04:54', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:04:54', '2012-01-12 02:04:54', '', 1207, 'http://www.careyes.com.mx/web/?p=1216', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1217, 1, '2012-01-12 02:05:17', '2012-01-12 02:05:17', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:05:17', '2012-01-12 02:05:17', '', 1207, 'http://www.careyes.com.mx/web/?p=1217', 0, 'page', '', 0),
(1219, 1, '2012-01-12 02:06:10', '2012-01-12 02:06:10', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:06:10', '2012-01-12 02:06:10', '', 1207, 'http://www.careyes.com.mx/web/?p=1219', 0, 'page', '', 0),
(1218, 1, '2012-01-12 02:05:44', '2012-01-12 02:05:44', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:05:44', '2012-01-12 02:05:44', '', 1207, 'http://www.careyes.com.mx/web/?p=1218', 0, 'page', '', 0),
(1221, 1, '2012-01-12 02:06:54', '2012-01-12 02:06:54', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:06:54', '2012-01-12 02:06:54', '', 1207, 'http://www.careyes.com.mx/web/?p=1221', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1222, 1, '2012-05-12 01:23:28', '2012-05-12 01:23:28', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\n<div>\n\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\n\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\n\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\n\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\n&nbsp;\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\n\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\n\n&nbsp;\n<div>\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\n&nbsp;\n\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\n\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\n\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\n\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\n\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\n\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\n\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\n\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\n\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\n\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\n\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\n\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\n\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\n\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\n\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\n\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\n\n</div>\n</div><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\nUna boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\n\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\n\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\n\n&nbsp;\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\n&nbsp;\n\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\n\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\n\n&nbsp;\n<div>\n<h1></h1>\n<h1></h1>\n<h1></h1>\n<h1></h1>\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\n&nbsp;\n\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\n\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\n\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\n\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\n\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\n\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\n\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\n\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\n\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\n\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\n\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\n<div id="gt-res-wrap">\n<div id="gt-res-content">\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\n</div>\n</div>\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\n\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\n\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\n\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\n\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-autosave', '', '', '2012-05-12 01:23:28', '2012-05-12 01:23:28', '', 1207, 'http://www.careyes.com.mx/web/?p=1222', 0, 'revision', '', 0),
(1223, 1, '2012-01-12 02:07:21', '2012-01-12 02:07:21', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><strong><em>TO NAME THE REASONS:</em> </strong></h3>\r\n<strong><em>1 Privacidad</em></strong>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<strong><em>2 Belleza</em></strong>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<em><strong>3 Ambiente Natural &amp; Clima</strong></em>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<strong><em>4 Ubicación Geográfica</em></strong>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<strong><em>5 Fotos perfectas en Careyes</em></strong>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools">\r\n<div id="gt-src-tools-l"></div>\r\n<div id="gt-res-tools-r">\r\n<div id="gt-res-rate" data-tooltip="Valorar traducción" data-tooltip-align="t,c"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<em><strong>7. Comida y Música fabulosas</strong></em>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<strong><em>8. Música y Entretenimiento</em></strong>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:07:21', '2012-01-12 02:07:21', '', 1207, 'http://www.careyes.com.mx/web/?p=1223', 0, 'page', '', 0),
(1224, 1, '2012-01-12 02:08:38', '2012-01-12 02:08:38', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h3><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h3>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h3><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h3>\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n<div id="gt-res-tools"></div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:08:38', '2012-01-12 02:08:38', '', 1207, 'http://www.careyes.com.mx/web/?p=1224', 0, 'page', '', 0),
(1225, 1, '2012-01-12 02:09:18', '2012-01-12 02:09:18', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:09:18', '2012-01-12 02:09:18', '', 1207, 'http://www.careyes.com.mx/web/?p=1225', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1226, 1, '2012-01-12 02:09:52', '2012-01-12 02:09:52', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\r\n&nbsp;\r\n\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n\r\n&nbsp;\r\n<div>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'open', '', '1207-revision-2', '', '', '2012-01-12 02:09:52', '2012-01-12 02:09:52', '', 1207, 'http://www.careyes.com.mx/web/?p=1226', 0, 'page', '', 0),
(1227, 1, '2012-01-11 05:49:36', '2012-01-11 05:49:36', '<!--:en-->[imagebrowser id=5 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=42 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2012-01-11 05:49:36', '2012-01-11 05:49:36', '', 99, 'http://www.careyes.com.mx/web/?p=1227', 0, 'page', '', 0),
(1229, 1, '2012-01-12 09:17:16', '2012-01-12 09:17:16', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura1.jpg', 'fondotextura1.jpg', '', 'inherit', 'closed', 'open', '', 'fondotextura1-jpg', '', '', '2012-01-12 09:17:16', '2012-01-12 09:17:16', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1230, 1, '2012-01-12 09:19:09', '2012-01-12 09:19:09', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura2.jpg', 'fondotextura2.jpg', '', 'inherit', 'closed', 'open', '', 'fondotextura2-jpg', '', '', '2012-01-12 09:19:09', '2012-01-12 09:19:09', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura2.jpg', 0, 'attachment', 'image/jpeg', 0),
(1231, 1, '2012-01-12 09:23:36', '2012-01-12 09:23:36', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura21.jpg', 'fondotextura21.jpg', '', 'inherit', 'closed', 'open', '', 'fondotextura21-jpg', '', '', '2012-01-12 09:23:36', '2012-01-12 09:23:36', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura21.jpg', 0, 'attachment', 'image/jpeg', 0),
(1232, 1, '2012-01-12 09:24:44', '2012-01-12 09:24:44', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura3.jpg', 'fondotextura3.jpg', '', 'inherit', 'closed', 'open', '', 'fondotextura3-jpg', '', '', '2012-01-12 09:24:44', '2012-01-12 09:24:44', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/fondotextura3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1233, 1, '2012-01-12 02:50:12', '2012-01-12 02:50:12', '<!--:en-->[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2012-01-12 02:50:12', '2012-01-12 02:50:12', '', 99, 'http://www.careyes.com.mx/web/?p=1233', 0, 'page', '', 0),
(1234, 1, '2012-01-14 16:55:16', '2012-01-14 16:55:16', '<!--:en-->[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:--><!--:es-->[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]\r\n<script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:-->', 'Welcome', '', 'inherit', 'closed', 'open', '', '99-revision-70', '', '', '2012-01-14 16:55:16', '2012-01-14 16:55:16', '', 99, 'http://www.careyes.com.mx/web/?p=1234', 0, 'page', '', 0),
(1237, 1, '2012-02-24 19:18:53', '2012-02-24 19:18:53', ' ', '', '', 'publish', 'closed', 'closed', '', '1237', '', '', '2012-09-24 19:13:01', '2012-09-24 19:13:01', '', 0, 'http://www.careyes.com.mx/web/?p=1237', 46, 'nav_menu_item', '', 0),
(1238, 1, '2012-02-25 06:20:58', '2012-02-25 06:20:58', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/02/fondo_tigre.jpg', 'fondo_tigre.jpg', '', 'inherit', 'closed', 'open', '', 'fondo_tigre-jpg', '', '', '2012-02-25 06:20:58', '2012-02-25 06:20:58', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/02/fondo_tigre.jpg', 0, 'attachment', 'image/jpeg', 0),
(1252, 1, '2012-05-03 05:09:44', '2012-05-03 05:09:44', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:--><!--:es--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:-->', '<!--:en-->RETNA<!--:--><!--:es-->RETNA<!--:-->', '', 'publish', 'closed', 'closed', '', 'retna', '', '', '2012-05-12 01:52:49', '2012-05-12 01:52:49', '', 0, 'http://www.careyes.com.mx/web/?p=1252', 0, 'post', '', 0),
(1240, 1, '2012-02-24 19:18:51', '2012-02-24 19:18:51', '', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'open', '', '1235-revision-2', '', '', '2012-02-24 19:18:51', '2012-02-24 19:18:51', '', 1235, 'http://www.careyes.com.mx/web/?p=1240', 0, 'page', '', 0),
(1241, 1, '2012-02-25 06:58:34', '2012-02-25 06:58:34', '<!--:en--><script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'open', '', '1235-revision-2', '', '', '2012-02-25 06:58:34', '2012-02-25 06:58:34', '', 1235, 'http://www.careyes.com.mx/web/?p=1241', 0, 'page', '', 0),
(1242, 1, '2012-04-11 18:39:20', '2012-04-11 18:39:20', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/04/bco.jpg', 'bco.jpg', '', 'inherit', 'closed', 'closed', '', 'bco-jpg', '', '', '2012-04-11 18:39:20', '2012-04-11 18:39:20', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/04/bco.jpg', 0, 'attachment', 'image/jpeg', 0),
(1243, 1, '2012-04-11 20:23:53', '2012-04-11 20:23:53', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/04/head_blue.jpg', 'head_blue.jpg', '', 'inherit', 'closed', 'closed', '', 'head_blue-jpg', '', '', '2012-04-11 20:23:53', '2012-04-11 20:23:53', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/04/head_blue.jpg', 0, 'attachment', 'image/jpeg', 0),
(1245, 1, '2012-04-11 23:37:58', '2012-04-11 23:37:58', '<!--:en-->[imagebrowser id=27]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[imagebrowser id=27]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-11 23:37:58', '2012-04-11 23:37:58', '', 99, 'http://www.careyes.com.mx/web/?p=1245', 0, 'page', '', 0),
(1246, 1, '2012-04-11 23:38:55', '2012-04-11 23:38:55', '<!--:en-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-11 23:38:55', '2012-04-11 23:38:55', '', 99, 'http://www.careyes.com.mx/web/?p=1246', 0, 'page', '', 0),
(1247, 1, '2012-04-11 23:41:21', '2012-04-11 23:41:21', '<!--:en-->[imagebrowser id=5 info=si]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[imagebrowser id=5 info=si]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-11 23:41:21', '2012-04-11 23:41:21', '', 99, 'http://www.careyes.com.mx/web/?p=1247', 0, 'page', '', 0),
(1248, 1, '2012-04-11 23:41:29', '2012-04-11 23:41:29', '<!--:en-->[imagebrowser id=5 info=si]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[imagebrowser id=5 info=si]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-11 23:41:29', '2012-04-11 23:41:29', '', 99, 'http://www.careyes.com.mx/web/?p=1248', 0, 'page', '', 0),
(1249, 1, '2012-04-11 23:44:10', '2012-04-11 23:44:10', '<!--:en-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[imagebrowser id=5 info=si]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-11 23:44:10', '2012-04-11 23:44:10', '', 99, 'http://www.careyes.com.mx/web/?p=1249', 0, 'page', '', 0),
(1250, 1, '2012-04-11 23:44:19', '2012-04-11 23:44:19', '<!--:en-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]\r\n<!--:--><!--:es-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-11 23:44:19', '2012-04-11 23:44:19', '', 99, 'http://www.careyes.com.mx/web/?p=1250', 0, 'page', '', 0),
(1251, 1, '2012-04-24 06:33:39', '2012-04-24 06:33:39', '<!--:en-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=5]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-04-24 06:33:39', '2012-04-24 06:33:39', '', 99, 'http://www.careyes.com.mx/web/?p=1251', 0, 'page', '', 0),
(1253, 1, '2012-05-03 05:08:52', '2012-05-03 05:08:52', '', 'retna_post', '', 'inherit', 'closed', 'closed', '', 'retna_post', '', '', '2012-05-03 05:08:52', '2012-05-03 05:08:52', '', 1252, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post.jpg', 0, 'attachment', 'image/jpeg', 0),
(1254, 1, '2012-05-03 05:08:59', '2012-05-03 05:08:59', '', 'retna_post', '', 'inherit', 'closed', 'closed', '', 'retna_post-2', '', '', '2012-05-03 05:08:59', '2012-05-03 05:08:59', '', 1252, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1255, 1, '2012-05-03 05:09:42', '2012-05-03 05:09:42', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:-->', '<!--:en-->RETNA<!--:--><!--:es-->RETNA<!--:-->', '', 'inherit', 'closed', 'closed', '', '1252-revision', '', '', '2012-05-03 05:09:42', '2012-05-03 05:09:42', '', 1252, 'http://www.careyes.com.mx/web/?p=1255', 0, 'revision', '', 0),
(1258, 1, '2012-05-03 05:28:45', '2012-05-03 05:28:45', '<!--:en-->[imagebrowser id=46]<!--:--><!--:es-->[imagebrowser id=46]<!--:-->', '<!--:en-->Arte Careyes 2012<!--:--><!--:es-->Arte Careyes 2012<!--:-->', '', 'publish', 'closed', 'closed', '', 'arte-careyes-2012', '', '', '2012-05-03 08:06:54', '2012-05-03 08:06:54', '', 0, 'http://www.careyes.com.mx/web/?p=1258', 0, 'post', '', 0),
(1259, 1, '2012-05-03 05:28:19', '2012-05-03 05:28:19', '', 'Auto Draft', '', 'inherit', 'closed', 'closed', '', '1258-revision', '', '', '2012-05-03 05:28:19', '2012-05-03 05:28:19', '', 1258, 'http://www.careyes.com.mx/web/?p=1259', 0, 'revision', '', 0),
(1260, 1, '2012-05-03 05:28:45', '2012-05-03 05:28:45', '<!--:en-->[imagebrowser id=46]<!--:--><!--:es-->[imagebrowser id=46]<!--:-->', '<!--:en-->Arte Careyes 2012<!--:--><!--:es-->Arte Careyes 2012<!--:-->', '', 'inherit', 'closed', 'closed', '', '1258-revision-2', '', '', '2012-05-03 05:28:45', '2012-05-03 05:28:45', '', 1258, 'http://www.careyes.com.mx/web/?p=1260', 0, 'post', '', 0),
(1261, 1, '2012-05-03 05:09:44', '2012-05-03 05:09:44', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:-->', '<!--:en-->RETNA<!--:--><!--:es-->RETNA<!--:-->', '', 'inherit', 'closed', 'closed', '', '1252-revision-2', '', '', '2012-05-03 05:09:44', '2012-05-03 05:09:44', '', 1252, 'http://www.careyes.com.mx/web/?p=1261', 0, 'post', '', 0),
(1367, 1, '2012-05-22 04:20:21', '2012-05-22 04:20:21', '', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision', '', '', '2012-05-22 04:20:21', '2012-05-22 04:20:21', '', 1366, 'http://www.careyes.com.mx/web/?p=1367', 0, 'revision', '', 0),
(1263, 1, '2012-05-03 05:32:10', '2012-05-03 05:32:10', '<!--:en-->[imagebrowser id=47]<!--:--><!--:es-->[imagebrowser id=47]<!--:-->', '<!--:en-->Copa de Salto Scappino<!--:--><!--:es-->Copa de Salto Scappino<!--:-->', '', 'publish', 'closed', 'closed', '', 'copa-de-salto-scappino', '', '', '2012-05-03 05:33:17', '2012-05-03 05:33:17', '', 0, 'http://www.careyes.com.mx/web/?p=1263', 0, 'post', '', 0),
(1264, 1, '2012-05-03 05:31:37', '2012-05-03 05:31:37', '', 'Auto Draft', '', 'inherit', 'closed', 'closed', '', '1263-revision', '', '', '2012-05-03 05:31:37', '2012-05-03 05:31:37', '', 1263, 'http://www.careyes.com.mx/web/?p=1264', 0, 'revision', '', 0),
(1265, 1, '2012-05-03 05:32:10', '2012-05-03 05:32:10', '<!--:en-->[imagebrowser id=47]<!--:--><!--:es-->[imagebrowser id=47]<!--:-->', '<!--:en-->Copa de Salto Scappino<!--:--><!--:es-->Copa de Salto Scappino<!--:-->', '', 'inherit', 'closed', 'closed', '', '1263-revision-2', '', '', '2012-05-03 05:32:10', '2012-05-03 05:32:10', '', 1263, 'http://www.careyes.com.mx/web/?p=1265', 0, 'post', '', 0),
(1266, 1, '2012-05-03 05:32:51', '2012-05-03 05:32:51', '<!--:en-->[imagebrowser id=47]<!--:--><!--:es-->[imagebrowser id=47]<!--:-->', '<!--:en-->Copa de Salto Scappino<!--:--><!--:es-->Copa de Salto Scappino<!--:-->', '', 'inherit', 'closed', 'closed', '', '1263-revision-2', '', '', '2012-05-03 05:32:51', '2012-05-03 05:32:51', '', 1263, 'http://www.careyes.com.mx/web/?p=1266', 0, 'post', '', 0),
(1366, 1, '2012-05-22 04:20:51', '2012-05-22 04:20:51', '<!--:en-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<ul>\r\n	<li>Panoramic Ocean view</li>\r\n	<li>4 1/2 bedrooms (2 king, 2 twin beds)</li>\r\n	<li>Studio Media room with sofa beds</li>\r\n	<li>Outdoor sofas and sun decks</li>\r\n	<li>Fully equipped kitchen</li>\r\n	<li>Maid service areas and bedroom</li>\r\n	<li>Laundry room</li>\r\n	<li>AC and wireless internet service</li>\r\n	<li>Gated resort 24 hour security</li>\r\n</ul>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constellation 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'publish', 'closed', 'closed', '', 'constelacion-4', '', 'http://www.careyes.com.mx/web/?page_id=1038\nhttp://www.careyes.com.mx/web/?page_id=1038', '2012-05-22 22:52:44', '2012-05-22 22:52:44', '', 0, 'http://www.careyes.com.mx/web/?p=1366', 0, 'post', '', 0),
(1268, 1, '2012-05-03 05:46:21', '2012-05-03 05:46:21', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="150" height="150" class="alignnone size-thumbnail wp-image-1270" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="150" height="150" class="alignnone size-thumbnail wp-image-1270" /><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'publish', 'closed', 'closed', '', 'weddings', '', '', '2012-06-13 01:16:17', '2012-06-13 01:16:17', '', 0, 'http://www.careyes.com.mx/web/?p=1268', 0, 'post', '', 0),
(1269, 1, '2012-05-03 05:45:11', '2012-05-03 05:45:11', '', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1268-revision', '', '', '2012-05-03 05:45:11', '2012-05-03 05:45:11', '', 1268, 'http://www.careyes.com.mx/web/?p=1269', 0, 'revision', '', 0),
(1270, 1, '2012-05-03 05:49:16', '2012-05-03 05:49:16', '', 'bodasIMG_0', '', 'inherit', 'closed', 'closed', '', 'bodasimg_0', '', '', '2012-05-03 05:49:16', '2012-05-03 05:49:16', '', 1268, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg', 0, 'attachment', 'image/jpeg', 0),
(1271, 1, '2012-05-03 05:46:21', '2012-05-03 05:46:21', '', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1268-revision-2', '', '', '2012-05-03 05:46:21', '2012-05-03 05:46:21', '', 1268, 'http://www.careyes.com.mx/web/?p=1271', 0, 'post', '', 0),
(1272, 1, '2012-05-03 05:49:38', '2012-05-03 05:49:38', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0-150x150.jpg" alt="" title="bodasIMG_0" width="150" height="150" class="alignnone size-thumbnail wp-image-1270" /></a><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1268-revision-2', '', '', '2012-05-03 05:49:38', '2012-05-03 05:49:38', '', 1268, 'http://www.careyes.com.mx/web/?p=1272', 0, 'post', '', 0),
(1273, 1, '2012-05-03 05:50:11', '2012-05-03 05:50:11', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="150" height="150" class="alignnone size-thumbnail wp-image-1270" /></a><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1268-revision-2', '', '', '2012-05-03 05:50:11', '2012-05-03 05:50:11', '', 1268, 'http://www.careyes.com.mx/web/?p=1273', 0, 'post', '', 0),
(1274, 1, '2012-05-03 05:54:02', '2012-05-03 05:54:02', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/activitiesRUX_1852.jpg" alt="" title="activitiesRUX_1852" width="1000" height="700" class="alignnone size-full wp-image-1275" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/activitiesRUX_1852.jpg" alt="" title="activitiesRUX_1852" width="1000" height="700" class="alignnone size-full wp-image-1275" /><!--:-->', '<!--:en-->Activities<!--:--><!--:es-->Actividades<!--:-->', '', 'publish', 'closed', 'closed', '', 'activities', '', '', '2012-06-13 01:17:00', '2012-06-13 01:17:00', '', 0, 'http://www.careyes.com.mx/web/?p=1274', 0, 'post', '', 0),
(1275, 1, '2012-05-03 05:53:01', '2012-05-03 05:53:01', '', 'activitiesRUX_1852', '', 'inherit', 'closed', 'closed', '', 'activitiesrux_1852', '', '', '2012-05-03 05:53:01', '2012-05-03 05:53:01', '', 1274, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/activitiesRUX_1852.jpg', 0, 'attachment', 'image/jpeg', 0),
(1276, 1, '2012-05-03 05:52:35', '2012-05-03 05:52:35', '', '<!--:en-->Activities<!--:--><!--:es-->Actividades<!--:-->', '', 'inherit', 'closed', 'closed', '', '1274-revision', '', '', '2012-05-03 05:52:35', '2012-05-03 05:52:35', '', 1274, 'http://www.careyes.com.mx/web/?p=1276', 0, 'revision', '', 0),
(1277, 1, '2011-12-16 01:14:14', '2011-12-16 01:14:14', '<!--:en--><img class="alignnone size-full wp-image-1105" title="3_EVENT" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1105" title="3_EVENT" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/3_EVENT.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Event schedule<!--:--><!--:es-->Calendario de Eventos<!--:-->', '', 'inherit', 'closed', 'closed', '', '148-revision-9', '', '', '2011-12-16 01:14:14', '2011-12-16 01:14:14', '', 148, 'http://www.careyes.com.mx/web/?p=1277', 0, 'post', '', 0),
(1278, 1, '2012-01-11 00:05:01', '2012-01-11 00:05:01', '<!--:en--><img class="alignnone size-full wp-image-1110" title="1_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg" alt="" width="1125" height="750" />\r\ntexto ingles<!--:--><!--:es--><img class="alignnone size-full wp-image-1110" title="1_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/1_POLO.jpg" alt="" width="1125" height="750" />\r\nTexto español<!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'closed', '', '191-revision-3', '', '', '2012-01-11 00:05:01', '2012-01-11 00:05:01', '', 191, 'http://www.careyes.com.mx/web/?p=1278', 0, 'post', '', 0),
(1279, 1, '2012-01-11 00:05:12', '2012-01-11 00:05:12', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-01-11 00:05:12', '2012-01-11 00:05:12', '', 151, 'http://www.careyes.com.mx/web/?p=1279', 0, 'post', '', 0),
(1281, 1, '2012-05-03 05:57:00', '2012-05-03 05:57:00', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-03 05:57:00', '2012-05-03 05:57:00', '', 151, 'http://www.careyes.com.mx/web/?p=1281', 0, 'post', '', 0),
(1280, 1, '2012-05-03 05:56:41', '2012-05-03 05:56:41', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" />xxx<!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-03 05:56:41', '2012-05-03 05:56:41', '', 151, 'http://www.careyes.com.mx/web/?p=1280', 0, 'post', '', 0),
(1282, 1, '2012-05-03 05:57:28', '2012-05-03 05:57:28', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-03 05:57:28', '2012-05-03 05:57:28', '', 151, 'http://www.careyes.com.mx/web/?p=1282', 0, 'post', '', 0),
(1283, 1, '2012-05-03 05:57:44', '2012-05-03 05:57:44', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-03 05:57:44', '2012-05-03 05:57:44', '', 151, 'http://www.careyes.com.mx/web/?p=1283', 0, 'post', '', 0),
(1284, 1, '2012-05-03 05:58:29', '2012-05-03 05:58:29', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-03 05:58:29', '2012-05-03 05:58:29', '', 151, 'http://www.careyes.com.mx/web/?p=1284', 0, 'post', '', 0),
(1285, 1, '2012-05-03 06:46:52', '2012-05-03 06:46:52', '<!--:en--><br />\r\n<table border="0" width="100%" style="clear:both">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><br />\r\n<table border="0"  width="100%" style="clear:both">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'publish', 'closed', 'closed', '', 'arte-careyes-newsletter', '', '', '2012-05-03 07:03:47', '2012-05-03 07:03:47', '', 0, 'http://www.careyes.com.mx/web/?page_id=1285', 0, 'page', '', 0),
(1286, 1, '2012-05-03 06:46:45', '2012-05-03 06:46:45', '', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision', '', '', '2012-05-03 06:46:45', '2012-05-03 06:46:45', '', 1285, 'http://www.careyes.com.mx/web/?p=1286', 0, 'revision', '', 0),
(1288, 1, '2012-05-03 06:50:22', '2012-05-03 06:50:22', '', 'Descarga el newsletter de Arte Careyes 2012 >>', '', 'inherit', 'closed', 'closed', '', 'artecareyes_newsletter2012-abr10', '', '', '2012-05-03 06:50:22', '2012-05-03 06:50:22', '', 1285, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf', 0, 'attachment', 'application/pdf', 0),
(1289, 1, '2012-05-03 06:51:27', '2012-05-03 06:51:27', '', 'Download the 2012 Arte Careyes newsletter', '', 'inherit', 'closed', 'closed', '', 'artecareyes_newsletter2012-en-abr16', '', '', '2012-05-03 06:51:27', '2012-05-03 06:51:27', '', 1285, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf', 0, 'attachment', 'application/pdf', 0),
(1368, 1, '2012-05-22 04:27:53', '2012-05-22 04:27:53', '<!--:en-->[imagebrowser id=32]\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\n\n<ul>\n  <li> Vista panorámica al oceano / Panoramic Ocean view<br>\n    </li>\n  <li>4 1/2 recámaras (2 king, 2 individuales) / 4 1/2 bedrooms (2 king, 2 twin beds)<br>\n    </li>\n  <li>Estudio de televisión con sofás / Studio Media room with sofa beds<br>\n    </li>\n  <li>Sofas para exteriores y cubiertas de sol / Outdoor sofás and sun decks<br>\n    </li>\n  <li>Cocina totalmente equipada / Fully equipped kitchen<br>\n    </li>\n  <li>Servicio de limpieza / Maid service areas and bedroom<br>\n    </li>\n  <li>Cuarto de lavandería / Laundry room<br>\n    </li>\n  <li>Aire acondicionado e internet inalámbrico / AC and wireless internet service<br>\n    </li>\n  <li>Complejo con vigilancia las 24 horas / Gated resort 24 hour security</li>\n</ul>\n\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=32]\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\n\n<ul>\n  <li> Vista panorámica al oceano<br>\n    </li>\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\n    </li>\n  <li>Estudio de televisión con sofás <br>\n    </li>\n  <li>Sofas para exteriores y cubiertas de sol<br>\n    </li>\n  <li>Cocina totalmente equipada<br>\n    </li>\n  <li>Servicio de limpieza<br>\n    </li>\n  <li>Cuarto de lavandería<br>\n    </li>\n  <li>Aire acondicionado e internet inalámbrico<br>\n    </li>\n  <li>Complejo con vigilancia las 24 horas</li>\n</ul>\n\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-autosave', '', '', '2012-05-22 04:27:53', '2012-05-22 04:27:53', '', 1366, 'http://www.careyes.com.mx/web/?p=1368', 0, 'revision', '', 0),
(1291, 1, '2012-05-03 06:55:14', '2012-05-03 06:55:14', '', 'ARTECAREYES_Newsletter2012_eng', '', 'inherit', 'closed', 'closed', '', 'artecareyes_newsletter2012_eng', '', '', '2012-05-03 06:55:14', '2012-05-03 06:55:14', '', 1285, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg', 0, 'attachment', 'image/jpeg', 0),
(1292, 1, '2012-05-03 06:57:28', '2012-05-03 06:57:28', '', 'ARTECAREYES_Newsletter2012_esp', '', 'inherit', 'closed', 'closed', '', 'artecareyes_newsletter2012_esp', '', '', '2012-05-03 06:57:28', '2012-05-03 06:57:28', '', 1285, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg', 0, 'attachment', 'image/jpeg', 0),
(1293, 1, '2012-05-03 06:46:52', '2012-05-03 06:46:52', '', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision-2', '', '', '2012-05-03 06:46:52', '2012-05-03 06:46:52', '', 1285, 'http://www.careyes.com.mx/web/?p=1293', 0, 'page', '', 0),
(1294, 1, '2012-05-03 06:57:43', '2012-05-03 06:57:43', '<!--:en--><table border="0">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><table border="0">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision-2', '', '', '2012-05-03 06:57:43', '2012-05-03 06:57:43', '', 1285, 'http://www.careyes.com.mx/web/?p=1294', 0, 'page', '', 0),
(1295, 1, '2012-05-03 06:58:22', '2012-05-03 06:58:22', '<!--:en--><table border="0">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><table border="0">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision-2', '', '', '2012-05-03 06:58:22', '2012-05-03 06:58:22', '', 1285, 'http://www.careyes.com.mx/web/?p=1295', 0, 'page', '', 0),
(1296, 1, '2012-05-03 07:01:40', '2012-05-03 07:01:40', '<!--:en-->\n<table border="0" width="100%">\n<tbody>\n<tr>\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\n<td></td>\n</tr>\n</tbody>\n</table><!--:--><!--:es--><table border="0"  width="100%">\n<tbody>\n<tr>\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\n<td></td>\n</tr>\n</tbody>\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-autosave', '', '', '2012-05-03 07:01:40', '2012-05-03 07:01:40', '', 1285, 'http://www.careyes.com.mx/web/?p=1296', 0, 'revision', '', 0),
(1297, 1, '2012-05-03 07:00:38', '2012-05-03 07:00:38', '<!--:en--><table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><table border="0"  width="100%">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision-2', '', '', '2012-05-03 07:00:38', '2012-05-03 07:00:38', '', 1285, 'http://www.careyes.com.mx/web/?p=1297', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1298, 1, '2012-05-03 07:01:47', '2012-05-03 07:01:47', '<!--:en--><br />\r\n<table border="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><br />\r\n<table border="0"  width="100%">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision-2', '', '', '2012-05-03 07:01:47', '2012-05-03 07:01:47', '', 1285, 'http://www.careyes.com.mx/web/?p=1298', 0, 'page', '', 0),
(1299, 1, '2012-05-03 07:02:29', '2012-05-03 07:02:29', '<!--:en--><br />\r\n<table border="0" width="100%" style="clear:both">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es--><br />\r\n<table border="0"  width="100%" style="clear:both">\r\n<tbody>\r\n<tr>\r\n<td><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" /></a></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Arte Careyes Newsletter<!--:--><!--:es-->Arte Careyes Newsletter<!--:-->', '', 'inherit', 'closed', 'closed', '', '1285-revision-2', '', '', '2012-05-03 07:02:29', '2012-05-03 07:02:29', '', 1285, 'http://www.careyes.com.mx/web/?p=1299', 0, 'page', '', 0),
(1300, 1, '2012-05-03 05:29:16', '2012-05-03 05:29:16', '<!--:en-->[imagebrowser id=46]<!--:--><!--:es-->[imagebrowser id=46]<!--:-->', '<!--:en-->Arte Careyes 2012<!--:--><!--:es-->Arte Careyes 2012<!--:-->', '', 'inherit', 'closed', 'closed', '', '1258-revision-2', '', '', '2012-05-03 05:29:16', '2012-05-03 05:29:16', '', 1258, 'http://www.careyes.com.mx/web/?p=1300', 0, 'post', '', 0),
(1301, 1, '2012-05-03 04:48:44', '2012-05-03 04:48:44', '<!--:en-->[imagebrowser id=45]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=45]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-05-03 04:48:44', '2012-05-03 04:48:44', '', 99, 'http://www.careyes.com.mx/web/?p=1301', 0, 'page', '', 0),
(1302, 1, '2012-05-11 21:09:57', '2012-05-11 21:09:57', '<!--:en-->[imagebrowser id=45 info=yes]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=45]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-05-11 21:09:57', '2012-05-11 21:09:57', '', 99, 'http://www.careyes.com.mx/web/?p=1302', 0, 'page', '', 0),
(1303, 1, '2012-05-11 22:14:39', '2012-05-11 22:14:39', '<!--:en-->&nbsp;\n\nIn Costa Careyes, art is part of everyday life. Throughout the year, we organize events related to art in all its expressions. Painting, sculpture, film, music ... all combine and take part of the unique lifestyle of Costa Careyes.\n\nTo accommodate these expressions, Plaza de los Caballeros del Sol was created in Costa Careyes, which houses the art gallery The Brignonesca, sculpture of El Manto de la Virgen and a place to see films on a spectacular outdoor screen.<!--:--><!--:es-->En Costa Careyes, el arte es parte de la vida diaria. Durante todo el año, se organizan eventos relacionados con el arte en todas sus expresiones. Pintura, escultura, cine, música… todo se combina y forma parte del estilo de vida único de Costa Careyes.\n\nPara dar cabida a estas expresiones, en Costa Careyes se creó la Plaza de los Caballeros del Sol, que aloja la galería de arte La Brignonesca, la escultura del manto de la virgen y un espacio para ver filmes sobre una espectacular pantalla al aire libre.<!--:-->', '<!--:en-->Art & Events<!--:--><!--:es-->Arte & Eventos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1056-autosave', '', '', '2012-05-11 22:14:39', '2012-05-11 22:14:39', '', 1056, 'http://www.careyes.com.mx/web/?p=1303', 0, 'revision', '', 0),
(1304, 1, '2012-05-11 22:16:46', '2012-05-11 22:16:46', '', 'Galeria de Arte', '', 'inherit', 'closed', 'closed', '', 'galeria-de-arte', '', '', '2012-05-11 22:16:46', '2012-05-11 22:16:46', '', 1056, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Galeria-de-Arte.jpg', 0, 'attachment', 'image/jpeg', 0),
(1305, 1, '2011-12-15 20:32:10', '2011-12-15 20:32:10', '<!--:en-->In Costa Careyes, art is part of everyday life. Throughout the year, we organize events related to art in all its expressions. Painting, sculpture, film, music ... all combine and take part of the unique lifestyle of Costa Careyes.\r\n\r\nTo accommodate these expressions, Plaza de los Caballeros del Sol was created in Costa Careyes, which houses the art gallery The Brignonesca, sculpture of El Manto de la Virgen and a place to see films on a spectacular outdoor screen.<!--:--><!--:es-->En Costa Careyes, el arte es parte de la vida diaria. Durante todo el año, se organizan eventos relacionados con el arte en todas sus expresiones. Pintura, escultura, cine, música… todo se combina y forma parte del estilo de vida único de Costa Careyes.\r\n\r\nPara dar cabida a estas expresiones, en Costa Careyes se creó la Plaza de los Caballeros del Sol, que aloja la galería de arte La Brignonesca, la escultura del manto de la virgen y un espacio para ver filmes sobre una espectacular pantalla al aire libre.<!--:-->', '<!--:en-->Art & Events<!--:--><!--:es-->Arte & Eventos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1056-revision-2', '', '', '2011-12-15 20:32:10', '2011-12-15 20:32:10', '', 1056, 'http://www.careyes.com.mx/web/?p=1305', 0, 'page', '', 0),
(1306, 1, '2012-05-11 22:17:31', '2012-05-11 22:17:31', '<!--:en--><img class="alignnone size-full wp-image-1304" title="Galeria de Arte" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Galeria-de-Arte.jpg" alt="" width="686" height="1024" />\r\n\r\nIn Costa Careyes, art is part of everyday life. Throughout the year, we organize events related to art in all its expressions. Painting, sculpture, film, music ... all combine and take part of the unique lifestyle of Costa Careyes.\r\n\r\nTo accommodate these expressions, Plaza de los Caballeros del Sol was created in Costa Careyes, which houses the art gallery The Brignonesca, sculpture of El Manto de la Virgen and a place to see films on a spectacular outdoor screen.<!--:--><!--:es--><img class="alignnone size-full wp-image-1304" title="Galeria de Arte" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Galeria-de-Arte.jpg" alt="" width="686" height="1024" />\r\n\r\nEn Costa Careyes, el arte es parte de la vida diaria. Durante todo el año, se organizan eventos relacionados con el arte en todas sus expresiones. Pintura, escultura, cine, música… todo se combina y forma parte del estilo de vida único de Costa Careyes.\r\n\r\nPara dar cabida a estas expresiones, en Costa Careyes se creó la Plaza de los Caballeros del Sol, que aloja la galería de arte La Brignonesca, la escultura del manto de la virgen y un espacio para ver filmes sobre una espectacular pantalla al aire libre.<!--:-->', '<!--:en-->Art & Events<!--:--><!--:es-->Arte & Eventos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1056-revision-2', '', '', '2012-05-11 22:17:31', '2012-05-11 22:17:31', '', 1056, 'http://www.careyes.com.mx/web/?p=1306', 0, 'page', '', 0),
(1307, 1, '2012-05-11 22:24:04', '2012-05-11 22:24:04', '', 'Careyes_Libro_Portada', '', 'inherit', 'closed', 'closed', '', 'careyes_libro_portada', '', '', '2012-05-11 22:24:04', '2012-05-11 22:24:04', '', 1053, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Careyes_Libro_Portada.jpg', 0, 'attachment', 'image/jpeg', 0),
(1308, 1, '2011-12-15 20:27:46', '2011-12-15 20:27:46', '<!--:en-->Costa Careyes appears frequently in the media showing its natural, architectural and artistic beauty. Several global media refer to Costa Careyes as a place that can not miss travelers who enjoy luxury at its finest.\r\n\r\nWhether through professional media, video material by amateurs or internal publications such as Ojo de Careyes magazine, beauty and uniqueness of Costa Careyes is present in all media worldwide.<!--:--><!--:es-->Costa Careyes aparece continuamente en los medios mostrando su belleza natural, arquitectónica y artística. Diversos medios a nivel mundial se refieren a Costa Careyes como un lugar que no pueden dejar de visitar los viajeros que disfrutan el lujo en su máxima expresión.\r\n\r\nYa sea a través de medios profesionales, material realizado por video aficionados o publicaciones internas como Ojo de Careyes, la belleza y exclusividad de Costa Careyes está presente en todos los medios alrededor del mundo.<!--:-->', '<!--:en-->Multimedia<!--:--><!--:es-->Multimedia<!--:-->', '', 'inherit', 'closed', 'closed', '', '1053-revision-2', '', '', '2011-12-15 20:27:46', '2011-12-15 20:27:46', '', 1053, 'http://www.careyes.com.mx/web/?p=1308', 0, 'page', '', 0),
(1309, 1, '2012-05-11 22:30:21', '2012-05-11 22:30:21', '', 'Location', '', 'inherit', 'closed', 'closed', '', 'ole', '', '', '2012-05-11 22:30:21', '2012-05-11 22:30:21', '', 1135, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1310, 1, '2012-01-10 23:52:52', '2012-01-10 23:52:52', '<!--:en-->Costa Careyes is located in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es-->Costa Careyes está´ubicado en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'closed', '', '1135-revision-2', '', '', '2012-01-10 23:52:52', '2012-01-10 23:52:52', '', 1135, 'http://www.careyes.com.mx/web/?p=1310', 0, 'page', '', 0),
(1311, 1, '2011-12-15 04:24:35', '2011-12-15 04:24:35', '<!--:en-->The most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->Son las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Castles<!--:--><!--:es-->Castillos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1005-revision-2', '', '', '2011-12-15 04:24:35', '2011-12-15 04:24:35', '', 1005, 'http://www.careyes.com.mx/web/?p=1311', 0, 'page', '', 0),
(1312, 1, '2012-05-11 22:46:23', '2012-05-11 22:46:23', '<!--:en-->[imagebrowser id=48]\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->[imagebrowser id=48]\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Castles<!--:--><!--:es-->Castillos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1005-revision-2', '', '', '2012-05-11 22:46:23', '2012-05-11 22:46:23', '', 1005, 'http://www.careyes.com.mx/web/?p=1312', 0, 'page', '', 0),
(1313, 1, '2012-05-11 22:47:36', '2012-05-11 22:47:36', '<!--:en-->[imagebrowser id=48]\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->[imagebrowser id=48]\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Castles<!--:--><!--:es-->Castillos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1005-revision-2', '', '', '2012-05-11 22:47:36', '2012-05-11 22:47:36', '', 1005, 'http://www.careyes.com.mx/web/?p=1313', 0, 'page', '', 0),
(1314, 1, '2012-02-25 06:59:02', '2012-02-25 06:59:02', '<!--:en--><script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:--><!--:es--><script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-02-25 06:59:02', '2012-02-25 06:59:02', '', 1235, 'http://www.careyes.com.mx/web/?p=1314', 0, 'page', '', 0),
(1316, 1, '2012-05-11 23:31:42', '2012-05-11 23:31:42', '<!--:en--><?php show_clima(); ?><!--:--><!--:es--><script type="text/javascript" src="http://voap.weather.com/weather/oap/MXJO0760?template=GENXH&par=3000000007&unit=1&key=twciweatherwidget"></script><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-05-11 23:31:42', '2012-05-11 23:31:42', '', 1235, 'http://www.careyes.com.mx/web/?p=1316', 0, 'page', '', 0),
(1318, 1, '2012-01-11 08:43:16', '2012-01-11 08:43:16', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-01-11 08:43:16', '2012-01-11 08:43:16', '', 684, 'http://www.careyes.com.mx/web/?p=1318', 0, 'page', '', 0),
(1319, 1, '2012-05-12 00:16:22', '2012-05-12 00:16:22', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2011\r\nA Enero 10, 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3  Habitaciones con Piscina                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-05-12 00:16:22', '2012-05-12 00:16:22', '', 684, 'http://www.careyes.com.mx/web/?p=1319', 0, 'page', '', 0),
(1320, 1, '2012-05-12 00:16:47', '2012-05-12 00:16:47', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                                 USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2011\r\nA Enero 10, 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3  Habitaciones con Piscina                       USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-05-12 00:16:47', '2012-05-12 00:16:47', '', 684, 'http://www.careyes.com.mx/web/?p=1320', 0, 'page', '', 0),
(1321, 1, '2012-05-12 00:22:01', '2012-05-12 00:22:01', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                                 USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2011\r\nA Enero 10, 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3  Habitaciones con Piscina                                      USD   3.500</strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-05-12 00:22:01', '2012-05-12 00:22:01', '', 684, 'http://www.careyes.com.mx/web/?p=1321', 0, 'page', '', 0),
(1323, 1, '2011-12-16 00:39:42', '2011-12-16 00:39:42', '<!--:en-->[imagebrowser id=41]\r\n\r\nCosta Careyes has 8 miles of private coastline and has nearby beaches ideal for surfing.  To the north about 20 minutes away is Chamela, which offers easy waves ideal for long boarding and paddle boarding.  Further north is Chalacatepec, a 45minute ride, with about 20 k of dirt road, which offers waves of diverse size depending on the time of the year and swell.\r\n\r\nTo the south of Careyes only 20 minutes away is Arroyo Seco, a secret pueblo which offer superb left and rights on to different beaches. Artemio Rosas has Cristianos Surf school and offers classes, guided day trips as well as rentals.\r\n\r\nFor guests who wish to chase bigger waves overnight trips further south to Ticla, Michoacán may be organized.\r\n\r\nPrices of rentals, classes etc., upon request.  We strongly suggest guest rent 4 wheel drives and bring their boards.\r\n\r\n<strong>Climate/Water Temperature</strong><strong></strong>\r\n\r\nCosta Careyes has a dry season (Nov- May) and a wet season (June-Oct). One should not be deterred from traveling to Costa Careyes in the "Wet season". The majority of days in the wet season are fair with occasional afternoon and evening thunderstorms, and the wet season is generally when the surf is biggest and best and glassiest. The dry season, or "summer" (November-April), offers beautiful, sunny conditions, but typically has more wind, especially January-March, when the onshore comes up by 9 or 10am, and Dec-Feb is smallish and inconsistent.<!--:--><!--:es-->[imagebrowser id=41]<!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Luxury Surf<!--:-->', '', 'inherit', 'closed', 'closed', '', '1087-revision-2', '', '', '2011-12-16 00:39:42', '2011-12-16 00:39:42', '', 1087, 'http://www.careyes.com.mx/web/?p=1323', 0, 'page', '', 0),
(1324, 1, '2012-01-12 02:11:26', '2012-01-12 02:11:26', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\r\n&nbsp;\r\n\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n\r\n&nbsp;\r\n<div>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1207-revision-2', '', '', '2012-01-12 02:11:26', '2012-01-12 02:11:26', '', 1207, 'http://www.careyes.com.mx/web/?p=1324', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1325, 1, '2012-05-12 01:21:25', '2012-05-12 01:21:25', '<!--:en--><div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\n<img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es-->Una boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\r\n&nbsp;\r\n\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\n<img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n\r\n&nbsp;\r\n<div>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1207-revision-2', '', '', '2012-05-12 01:21:25', '2012-05-12 01:21:25', '', 1207, 'http://www.careyes.com.mx/web/?p=1325', 0, 'page', '', 0),
(1326, 1, '2012-05-12 01:22:27', '2012-05-12 01:22:27', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\r\n<div>\r\n\r\nA wedding at Costa Careyes is a truly unique experience. Its private grounds are located neighboring a nature reserve on the peaceful Costalegre, and it is perfectly situated to enjoy the magnificent Pacific Ocean sunsets.\r\n\r\nA Religious Wedding (there is a Catholic Church on a nearby town), a non-denominational ceremony or a renewal of vows can be arranged for a simple ceremony on the beach or in the sybaritic privacy of a Castle or Villa.\r\n\r\nCosta Careyes is the best suited destination for small and intimate wedding gatherings. However, for larger events, the casitas, the Hotel, the Villas and the Bungalows can host a maximum of 300 guests.The perfect place to share with friends and family in a relaxed setting.\r\n<h1><strong><span style="color: #00ccff;"><em>WHY GET MARRIED IN CAREYES</em></span> </strong></h1>\r\n&nbsp;\r\n\r\nCareyes is a very original place and the perfect way to begin their married life and there are few spots on this planet as special as Careyes.The ocean, the year around sunsets, the weather and its magic and elegance that seems to go on forever ; it''s absolutely intoxicating and romantic!\r\n\r\nThose who have married in Careyes genuinely believe that Careyes is a very special and unique place, like no other, Careyes combines elements not often seen together, the luxury, the nature, the elegance, the Mexican and European flavor, the theme parties, the polo, the incredible weather, it only rains 15 days a year and the fabulous sculptures and unusual architecture.\r\n\r\n&nbsp;\r\n<div>\r\n<h1><span style="color: #00ccff;"><strong><em>TO NAME THE REASONS:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<strong><em><span style="color: #00ccff;">1 Privacy</span></em></strong>\r\n\r\nThis is a basic element (no paparazzi)You can also book any of the restaurants for private events.\r\n\r\n<strong><em><span style="color: #00ccff;">2 Beauty</span></em></strong>\r\n\r\nAs previously mentioned, Careyes is referred to by the sophisticated traveler as one of the World’s best well kept travel secret. One of the main reasons for this is because of its beauty.When getting married in Careyes, people may enjoy the view, which includes different scenarios like beach, rocks illuminated by night, splendid villas, polo fields, great parties on private beaches, unique handcraft fireworks, clear waters, terrific cliffs, secluded sandy beaches and beautiful palm trees, it is inspira- tional for couples, as they design their great moment: music, scenery, flowers, decoration and flavors.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Natural Environment &amp; Weather</strong></em></span>\r\n\r\nThe sea turtles, the whales, the dolphins, the Biosphere Reserve, the sunsets, the palm trees, and the beautiful bays and beaches are indeed a great place for a wedding. For many couples, Careyes has been a very magical, natural and perfect destination wedding for their intimate exchange of vows and with very little chance of rain you can have your events outdoors.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Geographical Location</em></strong></span>\r\n\r\nCareyes is a small destination that can be almost totally reserved for a wedding, it is conveniently located 2:30 hours south of PuertoVallarta,with easy connections to NY,LA,Houston,Mexico City and others. Manzanillo International AIrport is located 1:30 minutes south.\r\n\r\n<strong><em><span style="color: #00ccff;">5 Careyes is Picture Perfect</span></em></strong>\r\n\r\nIn keeping with the beauty, weddings in Careyes are really made for great pictures.\r\n\r\n<strong><em><span style="color: #00ccff;">6. Couples can enjoy their wedding and honeymoon in the same destination</span></em></strong>\r\n\r\nWhat is nice about destination weddings is that they are convenient for the bride and groom. Not only that they can get married in the lap of luxury and beauty, but also they can start their honey- moon in the most romantic and intimate place.\r\n\r\n<span style="color: #00ccff;"><em><strong>7. Glorious Food and Music</strong></em></span>\r\n\r\nCouples and their guests toast their vows with genuine and delicious Mexican, Asiatic and Mediter- ranean food in any of our 4 restaurants. Couples are also able to choose from lavish receptions to intimate dinners or wild beach parties.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Music and Entertainment</em></strong></span>\r\n\r\nJalisco is the birthplace of Mariachi andTequila!Any kind of music (Mexican,Cuban,Brazilian,Rock, Disco or World). Professional sound and lights are available. Mexico has very talented stylists, florists, set designers, and decorators that we can recommend.\r\n\r\n</div>\r\n</div><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="600" height="450" class="alignnone size-full wp-image-1270" />\r\nUna boda en Careyes es una experiencia única. La propiedad privada se encuentra al lado de una reserva natural en la pacífica Costalegre y está perfectamente ubicada para disfrutar las maravillosas puestas de sol del Pacífico Mexicano.\r\n\r\nUna boda religiosa (hay una iglesia católica en un pueblo cercano), una ceremonia no religiosa o una renovación de votos se pueden organizar para una sencilla ceremonia en la playa o en la intimidad de un exclusivo Castillo o Villa.\r\n\r\nCosta Careyes es el destino ideal para celebrar pequeñas e íntimas bodes. Sin embargo, para grandees events, el hotel, las Casitas, Villas y Bungalows pueden alojar haste 300 huéspedes. El lugar perfecto para comparator con familia y amigos en un ambient relajado.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;"><strong><em>POR QUÉ CASARSE EN CAREYES</em> </strong></span></h1>\r\n&nbsp;\r\n\r\nCareyes es un lugar muy original y la manera perfecta de comenzar su vida de casados​​, y hay pocos lugares en este planeta tan especiales como Careyes.El océano, las puestas de sol todo el año, el clima y su magia y elegancia que parece no tener fin; es absolutamente embriagadora y romántica!\r\n\r\nAquellos que se han casado en Careyes, creen sinceramente que es un lugar muy especial y único. Como ningún otro, Careyes combina elementos que no se ven juntos a menudo: el lujo, la naturaleza, la elegancia, el sabor mexicano y europeo, las fiestas temáticas, el polo, el clima increíble, sólo llueve 15 días al año y las fabulosas esculturas y la arquitectura inusual.\r\n\r\n&nbsp;\r\n<div>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1><span style="color: #00ccff;"><strong><em>POR NOMBRAR ALGUNAS RAZONES:</em> </strong></span></h1>\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong><em>1 Privacidad</em></strong></span>\r\n\r\nEste es un elemento básico (no paparazzi). Usted también puede reserver cualquiera de los restaurants para events privados.\r\n\r\n<span style="color: #00ccff;"><strong><em>2 Belleza</em></strong></span>\r\n\r\nComo se mencionó anteriormente, Careyes es nombrado por los viajeros más sofisticados como uno de los mejores secretos mejor guardados para viajes en todo el mundo. Una de las razones principales para esto es debido a su belleza. Cuando alguien se cas en Careyes, las personas pueden disfrutar de la vista, que incluye diferentes escenarios como la playa, las rocas iluminadas por la noche, espléndidas villas, campos de polo, las grandes fiestas en las playas privadas,fuegos artificiales únicos, aguas cristalinas, acantilados fabuloso, solitarias playas de arena y hermosas palmeras. Esto es inspiracional para la pareja porque ellos diseñan de su gran momento: la decoración, la música, paisaje, flores y sabores.\r\n\r\n<span style="color: #00ccff;"><em><strong>3 Ambiente Natural &amp; Clima</strong></em></span>\r\n\r\nLas tortugas de mar, las ballenas, los defines, la Reserva de la Biósfera, los atardeceres, las palmeras y las bells playas y bahías son un lugar ideal para realizer bodas. Para much as parejas, Careyes ha sido un lugar mágico, natural y perfecto para intercambiar votes y, gracias a las pocas posibilidades de lluvia, pueden hacer sus eventos al aire libre.\r\n\r\n<span style="color: #00ccff;"><strong><em>4 Ubicación Geográfica</em></strong></span>\r\n\r\nCareyes es un destino pequeño que puede ser casi totalmente reservado para una boda. Está convenientemente ubicado a 02:30 horas al sur de Puerto Vallarta, con conexiones fáciles a Nueva York, Los Ángeles, Houston, Ciudad de México y otros. El aeropuerto Internacional de Manzanillo está ubicado 1:30 minutos al sur.\r\n\r\n<span style="color: #00ccff;"><strong><em>5 Fotos perfectas en Careyes</em></strong></span>\r\n\r\nDe acuerdo a su belleza, las bodes en Careyes están realmente hechas para hacer fotografías fabulosas.\r\n\r\n<span style="color: #00ccff;"><strong><em>6. Las parejas pueden disfrutar su boda y luna de miel en el mismo lugar</em></strong></span>\r\n<div id="gt-res-wrap">\r\n<div id="gt-res-content">\r\n<div dir="ltr">Lo bueno de las bodas en Careyes es que son convenientes para la novia y el novio. No sólo que se pueden casar en el regazo del lujo y la belleza, sino también pueden iniciar su luna de miel en el lugar más romántico e íntimo.</div>\r\n</div>\r\n</div>\r\n<span style="color: #00ccff;"><em><strong>7. Comida y Música fabulosas</strong></em></span>\r\n\r\nLas parejas y sus invitados celebran sus votos con deliciosa comida mexicana, asiática y mediterráneo en cualquiera de nuestros cuatro restaurantes. También las parejas pueden elegir desde las lujosas recepciones hasta cenas íntimas o fiestas salvajes en la playa.\r\n\r\n<span style="color: #00ccff;"><strong><em>8. Música y Entretenimiento</em></strong></span>\r\n\r\nJalisco es la cuna del Mariachi y el Tequila! Cualquier tipo de música (mexicana, cubana, brasileña, Rock, Disco o Mundial). Empresas de luz y sonido profesionales están disponibles. México tiene mucho talento de estilistas, floristas, escenógrafos y decoradores que podemos recomendar.\r\n\r\n</div><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1207-revision-2', '', '', '2012-05-12 01:22:27', '2012-05-12 01:22:27', '', 1207, 'http://www.careyes.com.mx/web/?p=1326', 0, 'page', '', 0),
(1327, 1, '2011-12-08 23:47:20', '2011-12-08 23:47:20', '', '<!--:en-->Photo Gallery<!--:--><!--:es-->Galeria Fotografica<!--:-->', '', 'inherit', 'closed', 'closed', '', '301-revision-2', '', '', '2011-12-08 23:47:20', '2011-12-08 23:47:20', '', 301, 'http://www.careyes.com.mx/web/?p=1327', 0, 'page', '', 0),
(1328, 1, '2011-12-15 01:54:46', '2011-12-15 01:54:46', '<!--:en-->[imagebrowser id=37]\r\n\r\nMore photos: <strong><a href="http://www.photosbybeatrice.com" target="_blank" class="pie">www.photosbybeatrice.com</a></strong><!--:--><!--:es-->[imagebrowser id=37]\r\nMás fotos: <strong><a class="pie" href="http://www.photosbybeatrice.com" target="_blank">www.photosbybeatrice.com</a></strong><!--:-->', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'closed', '', '952-revision-2', '', '', '2011-12-15 01:54:46', '2011-12-15 01:54:46', '', 952, 'http://www.careyes.com.mx/web/?p=1328', 0, 'page', '', 0),
(1330, 1, '2012-05-12 01:39:45', '2012-05-12 01:39:45', '<!--:en-->[imagebrowser id=37]\r\n\r\nMore photos: <strong><a href="http://www.photosbybeatrice.com" target="_blank" class="pie">www.photosbybeatrice.com</a></strong><!--:--><!--:es-->[imagebrowser id=37]\r\nMás fotos: <strong><a class="pie" href="http://www.photosbybeatrice.com" target="_blank">www.photosbybeatrice.com</a></strong><!--:-->', '<!--:en-->Photo Gallery<!--:--><!--:es-->Galeria Fotografica<!--:-->', '', 'inherit', 'closed', 'closed', '', '301-revision-2', '', '', '2012-05-12 01:39:45', '2012-05-12 01:39:45', '', 301, 'http://www.careyes.com.mx/web/?p=1330', 0, 'page', '', 0),
(1331, 1, '2012-05-12 01:49:34', '2012-05-12 01:49:34', '', 'Basic CMYK', '', 'inherit', 'closed', 'closed', '', 'basic-cmyk', '', '', '2012-05-12 01:49:34', '2012-05-12 01:49:34', '', 952, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/festival_ecuestre_def-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(1332, 1, '2012-05-12 01:39:23', '2012-05-12 01:39:23', '', '<!--:en-->Polo Recent Events<!--:--><!--:es-->Eventos Recientes de Polo<!--:-->', '', 'inherit', 'closed', 'closed', '', '952-revision-2', '', '', '2012-05-12 01:39:23', '2012-05-12 01:39:23', '', 952, 'http://www.careyes.com.mx/web/?p=1332', 0, 'page', '', 0),
(1333, 1, '2012-05-03 05:30:26', '2012-05-03 05:30:26', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:-->', '<!--:en-->RETNA<!--:--><!--:es-->RETNA<!--:-->', '', 'inherit', 'closed', 'closed', '', '1252-revision-2', '', '', '2012-05-03 05:30:26', '2012-05-03 05:30:26', '', 1252, 'http://www.careyes.com.mx/web/?p=1333', 0, 'post', '', 0),
(1334, 1, '2012-05-12 01:51:31', '2012-05-12 01:51:31', '<!--:en--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:--><!--:es--><a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg"><img class="alignnone size-full wp-image-1254" title="retna_post" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/retna_post1.jpg" alt="" width="657" height="720" /></a><!--:-->', '<!--:en-->RETNA<!--:--><!--:es-->RETNA<!--:-->', '', 'inherit', 'closed', 'closed', '', '1252-revision-2', '', '', '2012-05-12 01:51:31', '2012-05-12 01:51:31', '', 1252, 'http://www.careyes.com.mx/web/?p=1334', 0, 'post', '', 0),
(1335, 1, '2012-01-11 08:45:17', '2012-01-11 08:45:17', '<!--:en--><p style="text-align: justify;">4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.\r\n7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies:\r\nUpgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-01-11 08:45:17', '2012-01-11 08:45:17', '', 332, 'http://www.careyes.com.mx/web/?p=1335', 0, 'page', '', 0),
(1336, 1, '2012-05-12 01:56:52', '2012-05-12 01:56:52', '<!--:en--><p style="text-align: justify;">4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-05-12 01:56:52', '2012-05-12 01:56:52', '', 332, 'http://www.careyes.com.mx/web/?p=1336', 0, 'page', '', 0),
(1337, 1, '2012-05-12 01:57:24', '2012-05-12 01:57:24', '<!--:en--><br />\r\n<p style="text-align: justify;">4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-05-12 01:57:24', '2012-05-12 01:57:24', '', 332, 'http://www.careyes.com.mx/web/?p=1337', 0, 'page', '', 0),
(1338, 1, '2012-05-12 01:57:45', '2012-05-12 01:57:45', '<!--:en--><p style="text-align: justify;"><br />4 nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-05-12 01:57:45', '2012-05-12 01:57:45', '', 332, 'http://www.careyes.com.mx/web/?p=1338', 0, 'page', '', 0),
(1341, 1, '2012-05-12 03:46:48', '2012-05-12 03:46:48', '', 'coastallivingmayo2012_mc', '', 'inherit', 'closed', 'closed', '', 'coastallivingmayo2012_mc', '', '', '2012-05-12 03:46:48', '2012-05-12 03:46:48', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf', 0, 'attachment', 'application/pdf', 0),
(1342, 1, '2012-05-12 03:47:36', '2012-05-12 03:47:36', '', 'clubreformamayo2012_mc', '', 'inherit', 'closed', 'closed', '', 'clubreformamayo2012_mc', '', '', '2012-05-12 03:47:36', '2012-05-12 03:47:36', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf', 0, 'attachment', 'application/pdf', 0),
(1343, 1, '2012-05-12 03:47:53', '2012-05-12 03:47:53', '', 'legendmayo2012_mc', '', 'inherit', 'closed', 'closed', '', 'legendmayo2012_mc', '', '', '2012-05-12 03:47:53', '2012-05-12 03:47:53', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf', 0, 'attachment', 'application/pdf', 0),
(1344, 1, '2012-05-12 03:48:18', '2012-05-12 03:48:18', '', 'quienmayo2012_mc', '', 'inherit', 'closed', 'closed', '', 'quienmayo2012_mc', '', '', '2012-05-12 03:48:18', '2012-05-12 03:48:18', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf', 0, 'attachment', 'application/pdf', 0),
(1345, 1, '2012-05-12 03:50:30', '2012-05-12 03:50:30', '', 'Club reforma, articulo AA 2012-1', '', 'inherit', 'closed', 'closed', '', 'club-reforma-articulo-aa-2012-1', '', '', '2012-05-12 03:50:30', '2012-05-12 03:50:30', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1346, 1, '2012-05-12 03:51:21', '2012-05-12 03:51:21', '', 'Coastal Living-1', '', 'inherit', 'closed', 'closed', '', 'coastal-living-1', '', '', '2012-05-12 03:51:21', '2012-05-12 03:51:21', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1347, 1, '2012-05-12 03:53:08', '2012-05-12 03:53:08', '', 'Quien AA 2012-1', '', 'inherit', 'closed', 'closed', '', 'quien-aa-2012-1', '', '', '2012-05-12 03:53:08', '2012-05-12 03:53:08', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1340, 1, '2012-05-12 03:43:45', '2012-05-12 03:43:45', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top">\r\n<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top">\r\n<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top">\r\n<a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2012-05-12 03:43:45', '2012-05-12 03:43:45', '', 753, 'http://www.careyes.com.mx/web/?p=1340', 0, 'page', '', 0),
(1348, 1, '2012-05-12 03:54:15', '2012-05-12 03:54:15', '', 'LEGENDS-1', '', 'inherit', 'closed', 'closed', '', 'legends-1', '', '', '2012-05-12 03:54:15', '2012-05-12 03:54:15', '', 753, 'http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1349, 1, '2012-05-12 03:45:25', '2012-05-12 03:45:25', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf"target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf"target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf"target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf"target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf"target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf"target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf"target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf"target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf"target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf"target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf"target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf"target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style"target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf"target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf"target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf"target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf"target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse"target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf"target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf"target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf"target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf"target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf"target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf"target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf"target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf"target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2012-05-12 03:45:25', '2012-05-12 03:45:25', '', 753, 'http://www.careyes.com.mx/web/?p=1349', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1350, 1, '2012-05-12 03:54:59', '2012-05-12 03:54:59', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1348" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1347" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1346" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="alignnone size-full wp-image-1345" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1348" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1347" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1346" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="alignnone size-full wp-image-1345" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2012-05-12 03:54:59', '2012-05-12 03:54:59', '', 753, 'http://www.careyes.com.mx/web/?p=1350', 0, 'page', '', 0),
(1351, 1, '2012-05-12 03:57:59', '2012-05-12 03:57:59', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="size-full wp-image-1348 aligncenter" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="size-full wp-image-1347 aligncenter" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="size-full wp-image-1346 aligncenter" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="size-full wp-image-1345 aligncenter" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1348" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1347" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1346" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="alignnone size-full wp-image-1345" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2012-05-12 03:57:59', '2012-05-12 03:57:59', '', 753, 'http://www.careyes.com.mx/web/?p=1351', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1352, 1, '2012-05-12 03:59:37', '2012-05-12 03:59:37', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="size-full wp-image-1348 aligncenter" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="size-full wp-image-1347 aligncenter" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="size-full wp-image-1346 aligncenter" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="size-full wp-image-1345 aligncenter" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->\r\nSe han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1348" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1347" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="alignnone size-full wp-image-1346" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="alignnone size-full wp-image-1345" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2012-05-12 03:59:37', '2012-05-12 03:59:37', '', 753, 'http://www.careyes.com.mx/web/?p=1352', 0, 'page', '', 0),
(1353, 1, '2012-05-12 04:00:06', '2012-05-12 04:00:06', '<!--:en-->Careyes has been featured in Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes and many other upscale magazines around the world.\r\nCareyes is widely acknowledged by the press\r\nas being a unique combination of sophisticated luxury and unspoiled natural beauty.\r\n\r\nHere are some recent examples of Careyes in the international press.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="size-full wp-image-1348 aligncenter" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="size-full wp-image-1347 aligncenter" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="size-full wp-image-1346 aligncenter" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="size-full wp-image-1345 aligncenter" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:--><!--:es-->Se han publicado reportajes sobre Careyes en Architectural Digest, Coté Sud, Residences, Town &amp; Country, Tatler, Vogue, Departures, Conde Nast Traveler, Robb Report, Forbes y otras muchas revistas de renombre en todo el mundo.Careyes es reconocido por la prensa como una combinación inigualada de lujo sofisticado y belleza natural pura.\r\n\r\nAquí unas notas recientes sobre Careyes en la prensa internacional.\r\n<table style="background-color: #babcac; width: 100%;" border="0" cellpadding="5">\r\n<tbody>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/legendmayo2012_mc.pdf"><img class="size-full wp-image-1348 aligncenter" title="LEGENDS-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/LEGENDS-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/quienmayo2012_mc.pdf"><img class="size-full wp-image-1347 aligncenter" title="Quien AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Quien-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/coastallivingmayo2012_mc.pdf"><img class="size-full wp-image-1346 aligncenter" title="Coastal Living-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Coastal-Living-1.jpg" alt="" width="100" height="130" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"> <a href="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/clubreformamayo2012_mc.pdf"><img class="size-full wp-image-1345 aligncenter" title="Club reforma, articulo AA 2012-1" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/Club-reforma-articulo-AA-2012-1.jpg" alt="" width="100" height="130" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_robb2011.pdf" target="_blank"><img class="size-full wp-image-759 aligncenter" title="press01" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press01.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hpbazar.pdf" target="_blank"><img class="size-full wp-image-760 aligncenter" title="press02" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press02.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_organicspa.pdf" target="_blank"><img class="size-full wp-image-761 aligncenter" title="press03" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press03.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_viva.pdf" target="_blank"><img class="size-full wp-image-762 aligncenter" title="press04" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press04.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hola_oct2011.pdf" target="_blank"><img class="size-full wp-image-763 aligncenter" title="press05" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press05.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_entree_oct2011.pdf" target="_blank"><img class="size-full wp-image-764 aligncenter" title="press06" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press06.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_volare_2011.pdf" target="_blank"><img class="size-full wp-image-765 aligncenter" title="press07" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press07.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_gala_2011.pdf" target="_blank"><img class="size-full wp-image-766 aligncenter" title="press08" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press08.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_hotbook2011.pdf" target="_blank"><img class="size-full wp-image-767 aligncenter" title="press09" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press09.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_forbes2011.pdf" target="_blank"><img class="size-full wp-image-768 aligncenter" title="press10" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press10.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_PtHemis2011.pdf" target="_blank"><img class="size-full wp-image-769 aligncenter" title="press11" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press11.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_Coastal_living_2011.pdf" target="_blank"><img class="size-full wp-image-770 aligncenter" title="press12" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press12.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.luxuryculture.com/goto/LN/articles/0153286/luxury-now/careyes_the_democratic_republic_of_style" target="_blank"><img class="size-full wp-image-771 aligncenter" title="press13" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press13.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_LF.pdf" target="_blank"><img class="size-full wp-image-772 aligncenter" title="press14" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press14.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AD.pdf" target="_blank"><img class="size-full wp-image-773 aligncenter" title="press15" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press15.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_RE.pdf" target="_blank"><img class="size-full wp-image-774 aligncenter" title="press16" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press16.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_AE.pdf" target="_blank"><img class="size-full wp-image-775 aligncenter" title="press17" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press17.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://travel.nytimes.com/2006/09/24/travel/24next.html?scp=1&amp;sq=careyes&amp;st=cse" target="_blank"><img class="size-full wp-image-776 aligncenter" title="press18" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press18.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_ADi.pdf" target="_blank"><img class="size-full wp-image-777 aligncenter" title="press19" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press19.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_POLO.pdf" target="_blank"><img class="size-full wp-image-778 aligncenter" title="press20" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press20.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><img class="size-full wp-image-779 aligncenter" title="press21" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press21.jpg" alt="" width="102" height="132" /></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_VLM.pdf" target="_blank"><img class="size-full wp-image-780 aligncenter" title="press22" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press22.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_CoastalLivingMagazineApril.pdf" target="_blank"><img class="size-full wp-image-781 aligncenter" title="press23" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press23.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HemispheresLow.pdf" target="_blank"><img class="size-full wp-image-782 aligncenter" title="press24" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press24.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TWT.pdf" target="_blank"><img class="size-full wp-image-783 aligncenter" title="press25" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press25.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_TL.pdf" target="_blank"><img class="size-full wp-image-784 aligncenter" title="press26" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press26.jpg" alt="" width="102" height="132" /></a></td>\r\n<td id="" lang="" dir="" scope="" align="center" valign="top"><a href="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/0PDF_HB.pdf" target="_blank"><img class="size-full wp-image-785 aligncenter" title="press27" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/press27.jpg" alt="" width="102" height="132" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table><!--:-->', '<!--:en-->Press<!--:--><!--:es-->Prensa<!--:-->', '', 'inherit', 'closed', 'closed', '', '753-revision-2', '', '', '2012-05-12 04:00:06', '2012-05-12 04:00:06', '', 753, 'http://www.careyes.com.mx/web/?p=1353', 0, 'page', '', 0),
(1354, 1, '2012-05-12 18:14:39', '2012-05-12 18:14:39', '<!--:en--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\n\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->Son las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para  evocar grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Rentals<!--:--><!--:es-->Rentas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1148-autosave', '', '', '2012-05-12 18:14:39', '2012-05-12 18:14:39', '', 1148, 'http://www.careyes.com.mx/web/?p=1354', 0, 'revision', '', 0),
(1355, 1, '2012-01-10 23:58:10', '2012-01-10 23:58:10', '', '<!--:en-->Rentals<!--:--><!--:es-->Rentas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1148-revision-2', '', '', '2012-01-10 23:58:10', '2012-01-10 23:58:10', '', 1148, 'http://www.careyes.com.mx/web/?p=1355', 0, 'page', '', 0),
(1356, 1, '2012-05-12 18:14:29', '2012-05-12 18:14:29', '', 'rentals_zigzag_pool', '', 'inherit', 'closed', 'closed', '', 'rentals_zigzag_pool', '', '', '2012-05-12 18:14:29', '2012-05-12 18:14:29', '', 1148, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1357, 1, '2012-05-12 18:07:36', '2012-05-12 18:07:36', '<!--:en-->The most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->Son las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para  evocar grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Rentals<!--:--><!--:es-->Rentas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1148-revision-2', '', '', '2012-05-12 18:07:36', '2012-05-12 18:07:36', '', 1148, 'http://www.careyes.com.mx/web/?p=1357', 0, 'page', '', 0),
(1422, 1, '2012-05-29 00:18:16', '2012-05-29 00:18:16', '[imagebrowser id=45 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"][imagebrowser id=49 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2012-09-24 19:12:59', '2012-09-24 19:12:59', '', 0, 'http://www.careyes.com.mx/web/?p=1422', 1, 'nav_menu_item', '', 0),
(1359, 1, '2012-05-11 21:11:24', '2012-05-11 21:11:24', '<!--:en-->[imagebrowser id=45 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=45 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-05-11 21:11:24', '2012-05-11 21:11:24', '', 99, 'http://www.careyes.com.mx/web/?p=1359', 0, 'page', '', 0),
(1360, 1, '2012-05-22 03:03:04', '2012-05-22 03:03:04', '<!--:en-->[imagebrowser id=45 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="THIS SEASON"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="MOST POPULAR"]<!--:--><!--:es-->[imagebrowser id=49 info=true]\r\n[topico archivo="codigohome.php" categoria="54" titulo="ESTA TEMPORADA"]\r\n[topico archivo="codigohome.php" categoria="55" titulo="LO MÁS POPULAR"]<!--:-->', 'Welcome', '', 'inherit', 'closed', 'closed', '', '99-revision-70', '', '', '2012-05-22 03:03:04', '2012-05-22 03:03:04', '', 99, 'http://www.careyes.com.mx/web/?p=1360', 0, 'page', '', 0),
(1361, 1, '2012-05-12 18:14:50', '2012-05-12 18:14:50', '<!--:en--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para  evocar grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Rentals<!--:--><!--:es-->Rentas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1148-revision-2', '', '', '2012-05-12 18:14:50', '2012-05-12 18:14:50', '', 1148, 'http://www.careyes.com.mx/web/?p=1361', 0, 'page', '', 0),
(1362, 1, '2012-01-11 00:05:26', '2012-01-11 00:05:26', '<!--:en--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Rental Castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '146-revision-5', '', '', '2012-01-11 00:05:26', '2012-01-11 00:05:26', '', 146, 'http://www.careyes.com.mx/web/?p=1362', 0, 'post', '', 0),
(1363, 1, '2012-01-10 23:55:26', '2012-01-10 23:55:26', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:-->', '<!--:en-->Rental Rates<!--:--><!--:es-->Tarifas de Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '1122-revision-3', '', '', '2012-01-10 23:55:26', '2012-01-10 23:55:26', '', 1122, 'http://www.careyes.com.mx/web/?p=1363', 0, 'post', '', 0),
(1364, 1, '2012-01-10 23:55:38', '2012-01-10 23:55:38', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Rental castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '1119-revision-3', '', '', '2012-01-10 23:55:38', '2012-01-10 23:55:38', '', 1119, 'http://www.careyes.com.mx/web/?p=1364', 0, 'post', '', 0),
(1365, 1, '2012-05-22 03:31:05', '2012-05-22 03:31:05', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Accomodations castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '1119-revision-3', '', '', '2012-05-22 03:31:05', '2012-05-22 03:31:05', '', 1119, 'http://www.careyes.com.mx/web/?p=1365', 0, 'post', '', 0),
(1369, 1, '2012-05-22 04:20:51', '2012-05-22 04:20:51', '', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 04:20:51', '2012-05-22 04:20:51', '', 1366, 'http://www.careyes.com.mx/web/?p=1369', 0, 'post', '', 0),
(1383, 1, '2012-05-22 05:52:10', '2012-05-22 05:52:10', '<!--:en-->Arte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.<!--:--><!--:es-->Arte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.<!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-05-22 05:52:10', '2012-05-22 05:52:10', '', 310, 'http://www.careyes.com.mx/web/?p=1383', 0, 'page', '', 0),
(1370, 1, '2012-05-22 04:29:01', '2012-05-22 04:29:01', '<!--:en-->[imagebrowser id=32]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n  <li>Panoramic Ocean view<br>\r\n    </li>\r\n  <li>4 1/2 bedrooms (2 king, 2 twin beds)<br>\r\n    </li>\r\n  <li>Studio Media room with sofa beds<br>\r\n    </li>\r\n  <li>Outdoor sofás and sun decks<br>\r\n    </li>\r\n  <li>Fully equipped kitchen<br>\r\n    </li>\r\n  <li>Maid service areas and bedroom<br>\r\n    </li>\r\n  <li>Laundry room<br>\r\n    </li>\r\n  <li>AC and wireless internet service<br>\r\n    </li>\r\n  <li>Gated resort 24 hour security</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=32]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 04:29:01', '2012-05-22 04:29:01', '', 1366, 'http://www.careyes.com.mx/web/?p=1370', 0, 'post', '', 0),
(1371, 1, '2012-05-22 04:53:01', '2012-05-22 04:53:01', '<!--:en-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n  <li>Panoramic Ocean view<br>\r\n    </li>\r\n  <li>4 1/2 bedrooms (2 king, 2 twin beds)<br>\r\n    </li>\r\n  <li>Studio Media room with sofa beds<br>\r\n    </li>\r\n  <li>Outdoor sofás and sun decks<br>\r\n    </li>\r\n  <li>Fully equipped kitchen<br>\r\n    </li>\r\n  <li>Maid service areas and bedroom<br>\r\n    </li>\r\n  <li>Laundry room<br>\r\n    </li>\r\n  <li>AC and wireless internet service<br>\r\n    </li>\r\n  <li>Gated resort 24 hour security</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 04:53:01', '2012-05-22 04:53:01', '', 1366, 'http://www.careyes.com.mx/web/?p=1371', 0, 'post', '', 0),
(1372, 1, '2012-01-11 08:38:06', '2012-01-11 08:38:06', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom    $1,500\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-01-11 08:38:06', '2012-01-11 08:38:06', '', 329, 'http://www.careyes.com.mx/web/?p=1372', 0, 'page', '', 0),
(1373, 1, '2012-05-22 05:29:51', '2012-05-22 05:29:51', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras  $1,500\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n&nbsp;\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-05-22 05:29:51', '2012-05-22 05:29:51', '', 329, 'http://www.careyes.com.mx/web/?p=1373', 0, 'page', '', 0),
(1374, 1, '2012-01-11 01:06:29', '2012-01-11 01:06:29', '<!--:en-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Playa Rosa Restaurant</strong></span>\r\nKnown for carpaccio and lobster quesadillas\r\nopen for launch and dinner closed tuesdays\r\n\r\n<strong><span style="color: #00aeef;">Polo Grill at the  Polo Club</span></strong>\r\nStreaks and tequilas\r\nopen tuesdays-sunday during the polo season\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nSushi lounge/bar with dancing on the beach\r\nopen  for  lunch  and dinner  closed  mondays\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nMexican Food and Pizza\r\nin the Cultural Plaza\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nOpen daily for breakfast<!--:--><!--:es-->[imagebrowser id=25]\r\n<span style="color: #00aeef;"><strong>Restaurante Playa Rosa</strong></span>\r\nConocido por su carpaccio y quesadillas de langosta\r\nAbierto para comer y cenar\r\nCerrado los martes\r\n\r\n<span style="color: #00aeef;"><strong>Polo Grill en el Club de Polo</strong></span>\r\nCarnes asadas y tequila\r\nAbierto martes a domingo durante la temporada de polo\r\n\r\n<span style="color: #00aeef;"><strong>Cocodrilo Azul</strong></span>\r\nLounge/bar de sushi, con música para bailar en la playa. Abierto para comer y cenar\r\nCerrado los lunes\r\n\r\n<span style="color: #00aeef;"><strong>Punto.Como</strong></span>\r\nComida Mexicana y pizzas\r\nEn la Plaza Cultural\r\n\r\n<span style="color: #00aeef;"><strong>La Lantana</strong></span>\r\nAbierto para desayunar todos los días<!--:-->', '<!--:en-->Restaurants<!--:--><!--:es-->Restaurantes<!--:-->', '', 'inherit', 'closed', 'closed', '', '289-revision-2', '', '', '2012-01-11 01:06:29', '2012-01-11 01:06:29', '', 289, 'http://www.careyes.com.mx/web/?p=1374', 0, 'page', '', 0),
(1377, 1, '2012-01-12 00:57:18', '2012-01-12 00:57:18', '<!--:en-->[imagebrowser id=6]\r\n\r\nArt Careyes was inaugurated on August 15th by Gian Franco Brignone in the presence of his family, Giorgio, Emanuela, Fillippo and Sofia. The beautiful new gallery was designed by architect Emanuela Brignone Cattaneo. The gallery is located in the new Plaza de Los Caballeros del Sol, the cultural hub of Careyes which also includes a performance space and an outdoor cinema. The inaugural exhibit, which was coordinated by Viviana Dean, featured the works of the many talented artists associated with Careyes.<!--:--><!--:es-->[imagebrowser id=6]\r\n\r\nArt Careyes fue inaugurado el 15 de agosto por Gian Franco Brignone en presencia de su familia: Giorgio, Emanuela, Fillippo y Sofia. Esta hermosa galería nueva fue diseñada por la arquitecta Emanuela Brignone Cattaneo. Se ubica en la nueva Plaza de los Caballeros del Sol, el eje cultural de Careyes, que también incluye un espacio para las artes escénicas y un cine al aire libre. En la muestra inaugural, coordinada por Viviana Dean, se exhibieron obras de muchos artistas que tienen lazos con Careyes.<!--:-->', '<!--:en-->Art Careyes Gallery<!--:--><!--:es-->Galería Arte Careyes<!--:-->', '', 'inherit', 'closed', 'closed', '', '307-revision-2', '', '', '2012-01-12 00:57:18', '2012-01-12 00:57:18', '', 307, 'http://www.careyes.com.mx/web/?p=1377', 0, 'page', '', 0),
(1382, 1, '2012-05-22 04:53:35', '2012-05-22 04:53:35', '<!--:en-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n\r\n<ul>\r\n  <li>Panoramic Ocean view<br>\r\n    </li>\r\n  <li>4 1/2 bedrooms (2 king, 2 twin beds)<br>\r\n    </li>\r\n  <li>Studio Media room with sofa beds<br>\r\n    </li>\r\n  <li>Outdoor sofás and sun decks<br>\r\n    </li>\r\n  <li>Fully equipped kitchen<br>\r\n    </li>\r\n  <li>Maid service areas and bedroom<br>\r\n    </li>\r\n  <li>Laundry room<br>\r\n    </li>\r\n  <li>AC and wireless internet service<br>\r\n    </li>\r\n  <li>Gated resort 24 hour security</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 04:53:35', '2012-05-22 04:53:35', '', 1366, 'http://www.careyes.com.mx/web/?p=1382', 0, 'post', '', 0),
(1384, 1, '2012-05-22 06:04:28', '2012-05-22 06:04:28', '<!--:en-->[imagebrowser id=51]\r\n\r\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.<!--:--><!--:es-->[imagebrowser id=51]\r\n\r\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.<!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-05-22 06:04:28', '2012-05-22 06:04:28', '', 310, 'http://www.careyes.com.mx/web/?p=1384', 0, 'page', '', 0),
(1385, 1, '2011-12-15 20:45:49', '2011-12-15 20:45:49', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Real State<!--:--><!--:es-->Bienes Raíces<!--:-->', '', 'inherit', 'closed', 'closed', '', '317-revision-2', '', '', '2011-12-15 20:45:49', '2011-12-15 20:45:49', '', 317, 'http://www.careyes.com.mx/web/?p=1385', 0, 'page', '', 0),
(1386, 1, '2012-05-22 06:15:48', '2012-05-22 06:15:48', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. As of 1972 non residents can safely buy property in Mexico. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Real State<!--:--><!--:es-->Bienes Raíces<!--:-->', '', 'inherit', 'closed', 'closed', '', '317-revision-2', '', '', '2012-05-22 06:15:48', '2012-05-22 06:15:48', '', 317, 'http://www.careyes.com.mx/web/?p=1386', 0, 'page', '', 0),
(1387, 1, '2012-05-11 22:31:22', '2012-05-11 22:31:22', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" title="Location" width="750" height="933" class="alignnone size-full wp-image-1309" />\r\n\r\nCosta Careyes is located in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" title="Location" width="750" height="933" class="alignnone size-full wp-image-1309" />\r\n\r\nCosta Careyes está´ubicado en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'closed', '', '1135-revision-2', '', '', '2012-05-11 22:31:22', '2012-05-11 22:31:22', '', 1135, 'http://www.careyes.com.mx/web/?p=1387', 0, 'page', '', 0),
(1388, 1, '2012-01-11 01:03:49', '2012-01-11 01:03:49', '<!--:en-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes located along highway 200 which links Puerto Vallarta to Manzanillo\r\n(2 1/2 drive south of Puerto Vallarta and only a little over an hour north of the Manzanillo International Airport). Luxury car service and taxis are available at both airports but a rental car is recommended for your stay in Careyes in order to explore the very interesting surrounding areas. In addition, private small airplane charters operate between the Puerto Vallarta Airport and a 4,000 ft. grass landing strip near Careyes in Chamela.</p>\r\n<p style="text-align: justify;">In 2011 the new 7,000 feet paved landing strip, 30 minutes away from Careyes, will be inaugurated.</p><!--:--><!--:es-->[imagebrowser id=34]\r\n<p style="text-align: justify;">Costa Careyes se encuentra sobre la carretera 200 que comunica Puerto Vallarta con Manzanillo (a 2 ½ horas al sur de Puerto Vallarta y poco más de una hora al norte del Aeropuerto Internacional de Manzanillo). Hay taxis y servicio de coches de lujo en ambos aeropuertos, pero se recomienda rentar un coche, pues te dará la oportunidad de explorar los sitios fascinantes que hay en la región. Existe además el servicio de transporte aéreo entre el aeropuerto de Puerto Vallarta y una pista de aterrizaje de pasto de 1200 metros ubicada cerca de Careyes, en Chamela.</p>\r\n<p style="text-align: justify;">En 2011 se inaugurará una nueva pista de aterrizaje pavimentada de más de 2000 metros, a 30 minutos de Careyes.</p><!--:-->', '<!--:en-->Getting Here<!--:--><!--:es-->Cómo llegar<!--:-->', '', 'inherit', 'closed', 'closed', '', '335-revision-2', '', '', '2012-01-11 01:03:49', '2012-01-11 01:03:49', '', 335, 'http://www.careyes.com.mx/web/?p=1388', 0, 'page', '', 0),
(1390, 1, '2012-05-22 06:36:31', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2012-05-22 06:36:31', '0000-00-00 00:00:00', '', 0, 'http://www.careyes.com.mx/web/?p=1390', 0, 'post', '', 0),
(1391, 1, '2011-12-15 23:01:13', '2011-12-15 23:01:13', '<!--:en-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:--><!--:es-->[my_calendar category="2" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]<!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '313-revision-4', '', '', '2011-12-15 23:01:13', '2011-12-15 23:01:13', '', 313, 'http://www.careyes.com.mx/web/?p=1391', 0, 'page', '', 0),
(1392, 1, '2011-12-18 04:54:39', '2011-12-18 04:54:39', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2011-12-18 04:54:39', '2011-12-18 04:54:39', '', 298, 'http://www.careyes.com.mx/web/?p=1392', 0, 'page', '', 0),
(1393, 1, '2012-05-22 15:39:01', '2012-05-22 15:39:01', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-22 15:39:01', '2012-05-22 15:39:01', '', 298, 'http://www.careyes.com.mx/web/?p=1393', 0, 'page', '', 0),
(1394, 1, '2012-05-22 15:40:17', '2012-05-22 15:40:17', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="5" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-22 15:40:17', '2012-05-22 15:40:17', '', 298, 'http://www.careyes.com.mx/web/?p=1394', 0, 'page', '', 0),
(1395, 1, '2012-05-22 06:27:17', '2012-05-22 06:27:17', '<!--:en--><img class="alignnone size-full wp-image-1309" title="Location" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" width="750" height="933" />\r\n\r\nCosta Careyes is located <span style="color: #232323;">in Costalegre </span>in the Mexican Pacific beaches on the coast of Jalisco. Because of its natural wealth, its luxury hotels and the warmth of its people this area of Mexico has been called "Costalegre" (happy coast).\r\n\r\nWith its prime location, the climate in Costa Careyes is mild all year round, even in winter.That is why visitors enjoy their stay and live unique experiences.<!--:--><!--:es--><img class="alignnone size-full wp-image-1309" title="Location" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/Location_Aerial3.jpg" alt="" width="750" height="933" />\r\n\r\nCosta Careyes está´ubicado <span style="color: #232323;">en la Costalegre,</span> en el Pacífico Mexicano en las playas de la costa de Jalisco. Por su riqueza natural, su oferta hotelera de lujo y la calidez de su gente esta zona de México se ha denominado Costalegre.\r\n\r\nGracias a su magnífica ubicación, el clima en Costa Careyes es templado durante todo el año, incluso en invierno. Por esta razón los visitantes disfrutan de su estancia y viven experiencias únicas.<!--:-->', '<!--:en-->Location<!--:--><!--:es-->Ubicación<!--:-->', '', 'inherit', 'closed', 'closed', '', '1135-revision-2', '', '', '2012-05-22 06:27:17', '2012-05-22 06:27:17', '', 1135, 'http://www.careyes.com.mx/web/?p=1395', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1397, 1, '2012-05-22 05:30:29', '2012-05-22 05:30:29', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-05-22 05:30:29', '2012-05-22 05:30:29', '', 329, 'http://www.careyes.com.mx/web/?p=1397', 0, 'page', '', 0),
(1398, 1, '2012-05-22 22:35:11', '2012-05-22 22:35:11', 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/cropped-bannermayo2012.jpg', 'cropped-bannermayo2012.jpg', '', 'inherit', 'closed', 'closed', '', 'cropped-bannermayo2012-jpg', '', '', '2012-05-22 22:35:11', '2012-05-22 22:35:11', '', 0, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/cropped-bannermayo2012.jpg', 0, 'attachment', 'image/jpeg', 0),
(1399, 1, '2012-05-22 22:44:28', '2012-05-22 22:44:28', '', 'ini_surf_diego-surfing-arroyo-seco', '', 'inherit', 'closed', 'closed', '', 'ini_surf_diego-surfing-arroyo-seco', '', '', '2012-05-22 22:44:28', '2012-05-22 22:44:28', '', 151, 'http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg', 0, 'attachment', 'image/jpeg', 0),
(1400, 1, '2012-05-03 05:59:40', '2012-05-03 05:59:40', '<!--:en--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1107" title="2_SURF" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/2_SURF.jpg" alt="" width="1000" height="667" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-03 05:59:40', '2012-05-03 05:59:40', '', 151, 'http://www.careyes.com.mx/web/?p=1400', 0, 'post', '', 0),
(1401, 1, '2012-05-22 22:44:50', '2012-05-22 22:44:50', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg" alt="" title="ini_surf_diego-surfing-arroyo-seco" width="1000" height="665" class="alignnone size-full wp-image-1399" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg" alt="" title="ini_surf_diego-surfing-arroyo-seco" width="1000" height="665" class="alignnone size-full wp-image-1399" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-22 22:44:50', '2012-05-22 22:44:50', '', 151, 'http://www.careyes.com.mx/web/?p=1401', 0, 'post', '', 0),
(1402, 1, '2012-05-22 06:01:08', '2012-05-22 06:01:08', '<!--:en-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<ul>\r\n	<li>Panoramic Ocean view</li>\r\n	<li>4 1/2 bedrooms (2 king, 2 twin beds)</li>\r\n	<li>Studio Media room with sofa beds</li>\r\n	<li>Outdoor sofás and sun decks</li>\r\n	<li>Fully equipped kitchen</li>\r\n	<li>Maid service areas and bedroom</li>\r\n	<li>Laundry room</li>\r\n	<li>AC and wireless internet service</li>\r\n	<li>Gated resort 24 hour security</li>\r\n</ul>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constelación 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 06:01:08', '2012-05-22 06:01:08', '', 1366, 'http://www.careyes.com.mx/web/?p=1402', 0, 'post', '', 0),
(1403, 1, '2012-05-22 22:48:34', '2012-05-22 22:48:34', '<!--:en-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<ul>\r\n	<li>Panoramic Ocean view</li>\r\n	<li>4 1/2 bedrooms (2 king, 2 twin beds)</li>\r\n	<li>Studio Media room with sofa beds</li>\r\n	<li>Outdoor sofás and sun decks</li>\r\n	<li>Fully equipped kitchen</li>\r\n	<li>Maid service areas and bedroom</li>\r\n	<li>Laundry room</li>\r\n	<li>AC and wireless internet service</li>\r\n	<li>Gated resort 24 hour security</li>\r\n</ul>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constellation 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 22:48:34', '2012-05-22 22:48:34', '', 1366, 'http://www.careyes.com.mx/web/?p=1403', 0, 'post', '', 0),
(1404, 1, '2012-05-22 22:50:06', '2012-05-22 22:50:06', '<!--:en-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<ul>\r\n	<li>Panoramic Ocean view</li>\r\n	<li>4 1/2 bedrooms (2 king, 2 twin beds)</li>\r\n	<li>Studio Media room with sofa beds</li>\r\n	<li>Outdoor sofas and sun decks</li>\r\n	<li>Fully equipped kitchen</li>\r\n	<li>Maid service areas and bedroom</li>\r\n	<li>Laundry room</li>\r\n	<li>AC and wireless internet service</li>\r\n	<li>Gated resort 24 hour security</li>\r\n</ul>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=50]\r\n<span style="color: #00aeef;"><strong>AMENIDADES</strong></span>\r\n\r\n<ul>\r\n  <li> Vista panorámica al oceano<br>\r\n    </li>\r\n  <li>4 1/2 recámaras (2 king, 2 individuales) <br>\r\n    </li>\r\n  <li>Estudio de televisión con sofás <br>\r\n    </li>\r\n  <li>Sofas para exteriores y cubiertas de sol<br>\r\n    </li>\r\n  <li>Cocina totalmente equipada<br>\r\n    </li>\r\n  <li>Servicio de limpieza<br>\r\n    </li>\r\n  <li>Cuarto de lavandería<br>\r\n    </li>\r\n  <li>Aire acondicionado e internet inalámbrico<br>\r\n    </li>\r\n  <li>Complejo con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Constellation 4<!--:--><!--:es-->Constelación 4<!--:-->', '', 'inherit', 'closed', 'closed', '', '1366-revision-2', '', '', '2012-05-22 22:50:06', '2012-05-22 22:50:06', '', 1366, 'http://www.careyes.com.mx/web/?p=1404', 0, 'post', '', 0),
(1405, 1, '2012-01-11 01:37:19', '2012-01-11 01:37:19', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2010 – 2011</em><strong>\r\n</strong>(NOV., 13TH 2010 TO APRIL 30TH, 2011)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nTARIFAS DE TEMPORADA 2010 – 2011</em><strong>\r\n</strong>(NOV., 13 2010 A ABRIL 30, 2011)\r\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\r\n</li>\r\n	<li>\r\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\r\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>Cuando NO se renta un caballo del club:\r\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong>2. - RENTA DE CABALLO</strong>\r\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\r\n\r\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\r\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\r\n\r\n<strong>4. - ESTABLO POR CABALO\r\n<span style="color: #ffffff;">-</span>                      POR DÍA    POR MES</strong>\r\nCUBIERTO     $ 10 USD     $ 250 USD\r\nSHADED        $   8 USD     $ 200 USD<strong></strong>\r\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\r\n</strong>\r\n\r\n<strong>5. - PENSIÓN COMPLETA\r\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\r\n<strong>POR DÍA      POR MES</strong>\r\n$ 12 USD       $ 320 USD por caballo\r\n\r\n<strong>6. - CUARTO PARA CABALLERANGO\r\nPOR DÍA      POR MES\r\n</strong>$ 7 USD          $ 200 USD por persona\r\n\r\n<strong>7. - GROOM’S FOOD\r\nPOR DÍA     POR MES\r\n</strong>$ 15 USD       $ 450 USD por persona\r\n\r\n<strong>8. - PASTURA\r\n</strong>$ 60 USD por caballo por mes.\r\n\r\n<strong>9. - ZAPATOS DE CABALLO\r\n</strong>$ 10 USD por pata incluye zapato.<strong>\r\n</strong>\r\n\r\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\r\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\r\n\r\n<strong>11. - PISTA DE EQUITACIÓN\r\n</strong>$ 100 USD por hora durante la Temporada de Polo\r\n$ 80 USD durante el resto del año\r\n\r\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\r\n* 15% Impuesto gubernamental.\r\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\r\n\r\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\r\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\r\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\r\n3 Goless                    33%\r\n4 goles o más            66%<strong>\r\n</strong>\r\n\r\n<strong>14. - REGLAS BÁSICAS DEL CLUB\r\n</strong>\r\n<ul>\r\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\r\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\r\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\r\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\r\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\r\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\r\n</ul>\r\n<strong>A todos los cargos se les añadirá 10% de propina.\r\n</strong>\r\n\r\n<strong>VAMOS A TENER UNA GRAN TEMPORADA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '295-revision-3', '', '', '2012-01-11 01:37:19', '2012-01-11 01:37:19', '', 295, 'http://www.careyes.com.mx/web/?p=1405', 0, 'page', '', 0),
(1406, 1, '2012-05-22 22:55:20', '2012-05-22 22:55:20', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2012 – 2013</em><strong>\r\n</strong>(NOV 13th 2012 - APRIL 30th 2013)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2010.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nTARIFAS DE TEMPORADA 2010 – 2011</em><strong>\r\n</strong>(NOV., 13 2010 A ABRIL 30, 2011)\r\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\r\n</li>\r\n	<li>\r\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\r\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>Cuando NO se renta un caballo del club:\r\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong>2. - RENTA DE CABALLO</strong>\r\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\r\n\r\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\r\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\r\n\r\n<strong>4. - ESTABLO POR CABALO\r\n<span style="color: #ffffff;">-</span>                      POR DÍA    POR MES</strong>\r\nCUBIERTO     $ 10 USD     $ 250 USD\r\nSHADED        $   8 USD     $ 200 USD<strong></strong>\r\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\r\n</strong>\r\n\r\n<strong>5. - PENSIÓN COMPLETA\r\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\r\n<strong>POR DÍA      POR MES</strong>\r\n$ 12 USD       $ 320 USD por caballo\r\n\r\n<strong>6. - CUARTO PARA CABALLERANGO\r\nPOR DÍA      POR MES\r\n</strong>$ 7 USD          $ 200 USD por persona\r\n\r\n<strong>7. - GROOM’S FOOD\r\nPOR DÍA     POR MES\r\n</strong>$ 15 USD       $ 450 USD por persona\r\n\r\n<strong>8. - PASTURA\r\n</strong>$ 60 USD por caballo por mes.\r\n\r\n<strong>9. - ZAPATOS DE CABALLO\r\n</strong>$ 10 USD por pata incluye zapato.<strong>\r\n</strong>\r\n\r\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\r\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\r\n\r\n<strong>11. - PISTA DE EQUITACIÓN\r\n</strong>$ 100 USD por hora durante la Temporada de Polo\r\n$ 80 USD durante el resto del año\r\n\r\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\r\n* 15% Impuesto gubernamental.\r\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\r\n\r\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\r\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\r\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\r\n3 Goless                    33%\r\n4 goles o más            66%<strong>\r\n</strong>\r\n\r\n<strong>14. - REGLAS BÁSICAS DEL CLUB\r\n</strong>\r\n<ul>\r\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\r\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\r\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\r\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\r\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\r\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\r\n</ul>\r\n<strong>A todos los cargos se les añadirá 10% de propina.\r\n</strong>\r\n\r\n<strong>VAMOS A TENER UNA GRAN TEMPORADA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '295-revision-3', '', '', '2012-05-22 22:55:20', '2012-05-22 22:55:20', '', 295, 'http://www.careyes.com.mx/web/?p=1406', 0, 'page', '', 0),
(1407, 1, '2012-05-22 22:58:07', '2012-05-22 22:58:07', '<!--:en--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nRATES SEASON 2012 – 2013</em><strong>\r\n</strong>(NOV 13th 2012 - APRIL 30th 2013)\r\n<h6><strong><span style="color: #00ccff;">1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</span></strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 to 6 chukkers) per game.</h6>\r\n</li>\r\n	<li>\r\n<h6>Christmas and New Year period: 200 usd per game per player. Does not include Stick and Ball privileges.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>POLO PACKAGES PER PLAYER AND PROFESSIONAL\r\nChristmas and New Year package – includes stick and ball, green fees, tournament fees, stable fees, groom quarters. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH:</strong> Including Christmas and New Years: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>ONE MONTH GREEN FEE:</strong> excluding Christmas and New Year<strong> $ 1,500 USD</strong> <strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>FULL SEASON:</strong> Includes tournament and green fees <strong>$ 4,000</strong> USD</h6>\r\n</li>\r\n	<li>\r\n<h6><strong>STICK AND BALL, CLASSES AND S &amp; B PRIVILEGES FOR GROOMS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>When renting a horse from the club: <strong>50 US$</strong> (20 minutes)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalized, with teacher <strong>100 US$</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>When NOT renting a horse from the club:\r\nPer session <strong>$ 20 USD</strong>     Monthly <strong>$ 300 USD     </strong>Season <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong><span style="color: #00ccff;">2. - HORSE RENTAL</span></strong>\r\n<span style="color: #888888;">From <strong>80 US$</strong> to <strong>150 US$</strong> (per chukker for handy polo ponies with gear).</span>\r\n\r\n<strong><span style="color: #00ccff;">3. - TOURNAMENT AND PROFESSIONAL FEES\r\n</span></strong><span style="color: #888888;">They can vary depending on the tournament and the level of the professional. In each case the club will inform the cost.</span><strong></strong>\r\n\r\n<strong><span style="color: #00ccff;">4. - STABLING PER HORSE\r\n</span><span style="color: #888888;">                     PER DAY    PER MONTH</span></strong><span style="color: #888888;">\r\nCOVERED     $ 10 USD     $ 250 USD\r\nSHADED       $   8 USD     $ 200 USD<strong></strong></span>\r\n<span style="color: #888888;"> All horses must be vaccinated against Tetanus, Rabies, and Influenza. No Stallions.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">5. - FULL BOARD\r\n</span></strong><span style="color: #000000;"><span style="color: #888888;">Includes: Groom, alfalfa, grain, bedding, salt and normal exercising, in club barns.</span>\r\n<span style="color: #888888;"> <strong>PER DAY      PER MONTH</strong></span>\r\n<span style="color: #888888;"> $ 12 USD       $ 320 USD per horse</span>\r\n</span>\r\n\r\n<strong><span style="color: #00ccff;">6. - GROOM’S QUARTER\r\n<span style="color: #888888;">PER DAY      PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 7 USD          $ 200 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">7. - GROOM’S FOOD\r\n<span style="color: #888888;">PER DAY     PER MONTH</span>\r\n</span></strong><span style="color: #888888;">$ 15 USD       $ 450 USD per person</span>\r\n\r\n<strong><span style="color: #00ccff;">8. - PASTURE\r\n</span></strong><span style="color: #888888;">$ 60 USD per horse per month.</span>\r\n\r\n<strong><span style="color: #00ccff;">9. - HORSE SHOES\r\n</span></strong><span style="color: #888888;">$ 10 USD per foot including shoe.</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">10. - PRIVATE LESSONS &amp; CLINICS\r\n</span></strong><span style="color: #00ccff;"><span style="color: #000000;"><span style="color: #888888;">From $ 100 USD, including one horse. Special rates for Clinics in March or April. Rates for beginners and advanced players</span>.</span></span>\r\n\r\n<strong><span style="color: #00ccff;">11. - TRAIL RIDING\r\n</span></strong><span style="color: #888888;">$ 100 USD per hour during Polo Season\r\n$ 80 USD for the remainder of the year</span>\r\n\r\n<strong><span style="color: #00ccff;">12. - TAXES AND GRATUITIES </span></strong><span style="color: #888888;">Are not included in any of these rates\r\n* 15% Government tax.\r\n* 10% gratuities will be distributed between all the employees of the Polo Club.</span>\r\n\r\n<strong><span style="color: #00ccff;">13.- RESIDENT PLAYER AND PROFESSIONAL PLAYERS DISCOUNT\r\n</span></strong><span style="color: #888888;">(Does not apply for horse rental, horse stabling, medicine, veterinary, groom accommodation, food, etc.). Discount is not accumulative.\r\nResident Players      20% on full season packages if paid in full before Dec. 15th, 2012.\r\n3 Goals                    33%\r\n4 goals and higher  66%</span><strong><span style="color: #00ccff;">\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">14. - BASIC CLUB RULES\r\n</span></strong>\r\n<ul>\r\n	<li><span style="color: #888888;">Polo is the game of <strong>Kings</strong> therefore gentleman manners, including punctuality, will be expected at all time on and off of the fields.</span></li>\r\n	<li><span style="color: #888888;">Dangerous playing and bad behavior will lead to be expelled from games.\r\n</span></li>\r\n	<li><span style="color: #888888;">It is forbidden to ride on the Polo fields (except for scheduled games), without authorization. Car crossing on the field is considered a capital sin¡.\r\n</span></li>\r\n	<li><span style="color: #888888;">All payments are expected to be received on time.\r\n</span></li>\r\n	<li><span style="color: #888888;">These rates can be changed anytime without prior advice.\r\n</span></li>\r\n	<li><span style="color: #888888;">A release must be signed before you ride. </span></li>\r\n</ul>\r\n<strong><span style="color: #00ccff;"><span style="color: #888888;">All charges will have a 10% tip added.</span>\r\n</span></strong>\r\n\r\n<strong><span style="color: #00ccff;">LET’S HAVE A GREAT SEASON!!!\r\n</span></strong><!--:--><!--:es--><strong>POLO CLUB COSTA CAREYES</strong><em></em><em>\r\nTARIFAS DE TEMPORADA 2010 – 2011</em><strong>\r\n</strong>(NOV., 13 2010 A ABRIL 30, 2011)\r\n<h6><strong>1.- GREEN FEES (CUOTA DE RECUPERACIÓN)</strong></h6>\r\n<ul>\r\n	<li>\r\n<h6>100 US$ (4 a 6 chukkers) por juego.</h6>\r\n</li>\r\n	<li>\r\n<h6>Temporada de Navidad y Año Nuevo: 200 usd por juego por jugador. No incluye palo y bolas.</h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>PAQUETES DE POLO POR JUGADOR Y PROFESIONAL\r\nPaquete de Navidad y Año Nuevo – incluye bolas y palo, green fee, cuota de torneo, cuota de establo y caballerango. <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>UN MES:</strong> Incluyendo Navidad y Año Nuevo: <strong>$ 2,000 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>GREEN FEE DE UN MES:</strong> excluyendo Navidad y Año Nuevo<strong> $ 1,500 USD</strong><strong></strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>TEMPORADA COMPLETA:</strong> Incluye torneos y green fees <strong>$ 4,000</strong> <strong>USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6><strong>PALO Y BOLA, CLASES  Y PRIVILEGIOS S &amp; B PARA CABALLERANGOS:</strong></h6>\r\n</li>\r\n<ul>\r\n	<li>\r\n<h6>Cuando se rent un caballo del club: <strong>$50 USD</strong> (20 minutos)</h6>\r\n</li>\r\n	<li>\r\n<h6>Personalizadas, con maestror <strong>$100 USD</strong></h6>\r\n</li>\r\n	<li>\r\n<h6>Cuando NO se renta un caballo del club:\r\nPor sesión <strong>$ 20 USD</strong>     Mensual <strong>$ 300 USD     </strong>Temporada <strong>$ 500 USD</strong></h6>\r\n</li>\r\n</ul>\r\n</ul>\r\n</ul>\r\n<strong>2. - RENTA DE CABALLO</strong>\r\nDesde <strong>$80 USD </strong>hasta <strong>$150 USD </strong>(por chukker para caballos de polo con equipo).\r\n\r\n<strong>3. - CUOTAS DE TORNEO Y PROFESIONALES\r\n</strong>Pueden variar dependiendo del torneo y el nivel del professional. En cada case, el club informará el costo.<strong></strong>\r\n\r\n<strong>4. - ESTABLO POR CABALO\r\n<span style="color: #ffffff;">-</span>                      POR DÍA    POR MES</strong>\r\nCUBIERTO     $ 10 USD     $ 250 USD\r\nSHADED        $   8 USD     $ 200 USD<strong></strong>\r\nTodos los caballos deben ser vacunados contra el tétanos, la rabia y la gripe. No Sementales.<strong>\r\n</strong>\r\n\r\n<strong>5. - PENSIÓN COMPLETA\r\n</strong>Incluye: Caballerango, alfalfa, granos, cama, sal y ejercicio normal en los establos del club\r\n<strong>POR DÍA      POR MES</strong>\r\n$ 12 USD       $ 320 USD por caballo\r\n\r\n<strong>6. - CUARTO PARA CABALLERANGO\r\nPOR DÍA      POR MES\r\n</strong>$ 7 USD          $ 200 USD por persona\r\n\r\n<strong>7. - GROOM’S FOOD\r\nPOR DÍA     POR MES\r\n</strong>$ 15 USD       $ 450 USD por persona\r\n\r\n<strong>8. - PASTURA\r\n</strong>$ 60 USD por caballo por mes.\r\n\r\n<strong>9. - ZAPATOS DE CABALLO\r\n</strong>$ 10 USD por pata incluye zapato.<strong>\r\n</strong>\r\n\r\n<strong>10. - CLASES PRIVADAS &amp; CLÍNICAS\r\n</strong>Desde $ 100 USD, include un caballo. Tarifas especiales para clínicas en Marzo y Abril. Tarifas para jugadores principiantes y avanzados.\r\n\r\n<strong>11. - PISTA DE EQUITACIÓN\r\n</strong>$ 100 USD por hora durante la Temporada de Polo\r\n$ 80 USD durante el resto del año\r\n\r\n<strong>12. - IMPUESTOS Y PROPINAS </strong>No incluídas en ninguna de estas tarifas\r\n* 15% Impuesto gubernamental.\r\n* 10% Propina sue será distribuida entre los empleados de club de Polo.\r\n\r\n<strong>13.- DESCUENTO PARA JUGADOR RESIDENTE Y PROFESIONALES\r\n</strong>(No aplica para rent de caballo, eatable, medicine, veterinary, hospedaje del caballerango, comida, etc). Descuento no accumulative.\r\nJugador residents   20% en paquetes completes si se pagan completes antes del 15 de diciembre.\r\n3 Goless                    33%\r\n4 goles o más            66%<strong>\r\n</strong>\r\n\r\n<strong>14. - REGLAS BÁSICAS DEL CLUB\r\n</strong>\r\n<ul>\r\n	<li>Polo es el juego de los <strong>reyes</strong> por lo tanto los modales de caballero, como la puntualidad, se esperan en todo momento dentro y fuera de los campos.</li>\r\n	<li>Juego peligroso y mal comportamiento dará lugar a la expulsión de los juegos.</li>\r\n	<li>Está prohibido montar en los campos de Polo (a excepción de los partidos programados), sin autorización. Coche cruzando en el campo es considerado un pecado capital!</li>\r\n	<li>Se espera que todos los pagos sean recibidos a tiempo.</li>\r\n	<li>Estas tarifas pueden cambiar en cualquier momento y sin previo aviso.</li>\r\n	<li>Una carta responsiba deberá see firmed antes de montar.</li>\r\n</ul>\r\n<strong>A todos los cargos se les añadirá 10% de propina.\r\n</strong>\r\n\r\n<strong>VAMOS A TENER UNA GRAN TEMPORADA!!!</strong><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '295-revision-3', '', '', '2012-05-22 22:58:07', '2012-05-22 22:58:07', '', 295, 'http://www.careyes.com.mx/web/?p=1407', 0, 'page', '', 0),
(1408, 1, '2012-05-22 05:45:55', '2012-05-22 05:45:55', '<!--:en-->[imagebrowser id=6]\r\n\r\nArt Careyes was created with the idea of bringing artists into the community to produce work in a unique generative environment and to bring arts education to the community<!--:--><!--:es-->[imagebrowser id=6]\r\n\r\nArte Careyes fue creado con la idea de traer artistas a la comunidad para trabajar en un ambiente unico y generativo, y para traer educación artistica a la comunidad.<!--:-->', '<!--:en-->Art Careyes Gallery<!--:--><!--:es-->Galería Arte Careyes<!--:-->', '', 'inherit', 'closed', 'closed', '', '307-revision-2', '', '', '2012-05-22 05:45:55', '2012-05-22 05:45:55', '', 307, 'http://www.careyes.com.mx/web/?p=1408', 0, 'page', '', 0),
(1409, 1, '2012-05-22 23:17:56', '2012-05-22 23:17:56', '<!--:en-->[imagebrowser id=52]\r\n\r\nArt Careyes was created with the idea of bringing artists into the community to produce work in a unique generative environment and to bring arts education to the community<!--:--><!--:es-->[imagebrowser id=52]\r\n\r\nArte Careyes fue creado con la idea de traer artistas a la comunidad para trabajar en un ambiente unico y generativo, y para traer educación artistica a la comunidad.<!--:-->', '<!--:en-->Art Careyes Gallery<!--:--><!--:es-->Galería Arte Careyes<!--:-->', '', 'inherit', 'closed', 'closed', '', '307-revision-2', '', '', '2012-05-22 23:17:56', '2012-05-22 23:17:56', '', 307, 'http://www.careyes.com.mx/web/?p=1409', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1411, 1, '2012-05-22 15:41:55', '2012-05-22 15:41:55', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-22 15:41:55', '2012-05-22 15:41:55', '', 298, 'http://www.careyes.com.mx/web/?p=1411', 0, 'page', '', 0),
(1412, 1, '2012-05-22 23:58:40', '2012-05-22 23:58:40', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<span style="color: #00ccff;"><strong>November  2012  to  April 2013</strong></span>\r\n\r\nNovember 15 &gt; Fields open and practice\r\n\r\nNovember 22 – 24 &gt; Thanksgiving Tournament\r\n\r\nDecember 1 -15 &gt; Polo clinic with Fergus Gould\r\n\r\nDecember 12 – 15 &gt; Ladies Week and Jr. Polo Tournament\r\n\r\nDec 27 – Jan 5 &gt; Copa Careyes Tournament\r\n\r\nJanuary 16 – 20 &gt; Ladies Tournament / Copa Giuliana\r\n\r\nFebruary 2 - 4 &gt; Copa de la Constitución\r\n\r\nFebruary 8 – 10 &gt; CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\nFebruary 12 – 17 &gt; Texas Polo Week\r\n\r\nFeb 19 – 24 &gt; Polo Clinic with Fergus Gould\r\n\r\nFeb. 27 – March 3 &gt; Film Festival Tournament\r\n\r\nMarch 10 – 17 &gt; Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\nMarch 23 – 30 &gt; 14th. Agua Alta / 8 – 10 goals\r\n\r\nApril 3 – 6 &gt; Costalegre Open and Grand Prix Show Jumping\r\n\r\nApril 13 – 15 &gt; Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-22 23:58:40', '2012-05-22 23:58:40', '', 298, 'http://www.careyes.com.mx/web/?p=1412', 0, 'page', '', 0),
(1413, 1, '2012-05-23 00:04:06', '2012-05-23 00:04:06', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<span style="color: #00ccff;"><strong>November  2012  to  April 2013</strong></span>\r\n\r\n<strong>November 15 &gt;</strong> Fields open and practice\r\n\r\n<strong>November 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>December 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong>December 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong>Dec 27 – Jan 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>January 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>February 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong>February 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong>February 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong>Feb 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong>Feb. 27 – March 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong>March 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong>March 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>April 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>April 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<span style="color: #00ccff;"><strong>Noviembre  2012  a  Abril 2013</strong></span>\r\n\r\n<strong><strong>Noviembre</strong> 15 &gt;</strong> Fields open and practice\r\n\r\n<strong><strong>Noviembre</strong> 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>Diciembre 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong><strong>Diciembre</strong> 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong><strong><strong>Diciembre</strong></strong> 27 – <strong>Enero</strong> 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>Enero 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>Febrero 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong><strong>Febrero</strong> 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong><strong>Febrero</strong> 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong><strong>Febrero</strong> 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong><strong>Febrero</strong> 27 – Marzo 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong><strong>Marzo</strong> 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong><strong>Marzo</strong> 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>Abril 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>ABril 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-23 00:04:06', '2012-05-23 00:04:06', '', 298, 'http://www.careyes.com.mx/web/?p=1413', 0, 'page', '', 0),
(1414, 1, '2012-05-23 00:16:34', '2012-05-23 00:16:34', '<!--:en-->[imagebrowser id=51]\n\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\n\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.\n\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf">Download the 2012 Arte Careyes newsletter</a><!--:--><!--:es-->[imagebrowser id=51]\n\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\n\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.\n\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf">Descarga el newsletter de Arte Careyes 2012 &gt;&gt;</a><!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-autosave', '', '', '2012-05-23 00:16:34', '2012-05-23 00:16:34', '', 310, 'http://www.careyes.com.mx/web/?p=1414', 0, 'revision', '', 0),
(1415, 1, '2012-05-22 06:11:27', '2012-05-22 06:11:27', '<!--:en-->[imagebrowser id=51]\r\n\r\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.<!--:--><!--:es-->[imagebrowser id=51]\r\n\r\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.<!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-05-22 06:11:27', '2012-05-22 06:11:27', '', 310, 'http://www.careyes.com.mx/web/?p=1415', 0, 'page', '', 0),
(1416, 1, '2012-05-23 00:16:38', '2012-05-23 00:16:38', '<!--:en-->[imagebrowser id=51]\r\n\r\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf">Download the 2012 Arte Careyes newsletter >></a><!--:--><!--:es-->[imagebrowser id=51]\r\n\r\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf">Descarga el newsletter de Arte Careyes 2012 &gt;&gt;</a><!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-05-23 00:16:38', '2012-05-23 00:16:38', '', 310, 'http://www.careyes.com.mx/web/?p=1416', 0, 'page', '', 0),
(1417, 1, '2012-05-23 00:20:05', '2012-05-23 00:20:05', '<!--:en-->[imagebrowser id=51]\r\n\r\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" title="ARTECAREYES_Newsletter2012_eng" width="102" height="132" class="alignnone size-full wp-image-1291" />Download the 2012 Arte Careyes newsletter >></a><!--:--><!--:es-->[imagebrowser id=51]\r\n\r\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" title="ARTECAREYES_Newsletter2012_esp" width="102" height="132" class="alignnone size-full wp-image-1292" />Descarga el newsletter de Arte Careyes 2012 &gt;&gt;</a><!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-05-23 00:20:05', '2012-05-23 00:20:05', '', 310, 'http://www.careyes.com.mx/web/?p=1417', 0, 'page', '', 0),
(1418, 1, '2012-05-23 00:21:46', '2012-05-23 00:21:46', '<!--:en-->[imagebrowser id=51]\r\n\r\nArte  Careyes,  is a  Mexican  and  Latin American  Film  festival,  which   includes  music  and contemporary  art,  in  Costa  Careyes,  Mexico.\r\n\r\nThis  private  and  innovative  event  of  only  300  guests  and  leading   thinkers  in  the  artistic community  of  Mexico,  Latin-­America  and   the world,  is  a  5  day  festival  that  offers  screenings, live  music   with  Mexican talents,  a  contemporary  art  exhibition  that  includes   a  charity  auction, cocktails,  parties,  polo  games,  sunning  on  the   beach  and  a  local blend of  culinary  experiences.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-EN-ABR16.pdf"><img class="alignnone size-full wp-image-1291" title="ARTECAREYES_Newsletter2012_eng" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_eng.jpg" alt="" width="102" height="132" />\r\nDownload the\r\n2012 Arte Careyes\r\nnewsletter &gt;&gt;</a><!--:--><!--:es-->[imagebrowser id=51]\r\n\r\nArte Careyes,  es un festival de cine Mexicano e  Latino americano, que incluye música y arte contemporáneo, en Costa Careyes, México.\r\n\r\nEste evento privado e innovador, de sólo 300 invitados y pensadores líderes en la comunidad artística de México, América Latina y el mundo, es un festival de cinco días que ofrece proyecciones, música en vivo con talentos mexicanos, una exposición de arte contemporáneo que incluye una subasta de caridad , cócteles, fiestas, juegos de polo, tomar el sol en la playa y una mezcla local de experiencias culinarias.\r\n\r\n<a href="wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012-ABR10.pdf"><img class="alignnone size-full wp-image-1292" title="ARTECAREYES_Newsletter2012_esp" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ARTECAREYES_Newsletter2012_esp.jpg" alt="" width="102" height="132" />\r\nDescarga el newsletter\r\nde Arte Careyes 2012 &gt;&gt;</a><!--:-->', '<!--:en-->Film & Arts<!--:--><!--:es-->Arte & Cine <!--:-->', '', 'inherit', 'closed', 'closed', '', '310-revision-2', '', '', '2012-05-23 00:21:46', '2012-05-23 00:21:46', '', 310, 'http://www.careyes.com.mx/web/?p=1418', 0, 'page', '', 0),
(1419, 1, '2012-05-23 00:05:36', '2012-05-23 00:05:36', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<span style="color: #00ccff;"><strong>November  2012  to  April 2013</strong></span>\r\n\r\n<strong>November 15 &gt;</strong> Fields open and practice\r\n\r\n<strong>November 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>December 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong>December 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong>Dec 27 – Jan 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>January 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>February 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong>February 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong>February 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong>Feb 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong>Feb. 27 – March 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong>March 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong>March 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>April 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>April 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<span style="color: #00ccff;"><strong>Noviembre  2012  a  Abril 2013</strong></span>\r\n\r\n<strong><strong>Noviembre</strong> 15 &gt;</strong> Fields open and practice\r\n\r\n<strong><strong>Noviembre</strong> 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>Diciembre 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong><strong>Diciembre</strong> 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong><strong><strong>Diciembre</strong></strong> 27 – <strong>Enero</strong> 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>Enero 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>Febrero 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong><strong>Febrero</strong> 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong><strong>Febrero</strong> 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong><strong>Febrero</strong> 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong><strong>Febrero</strong> 27 – Marzo 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong><strong>Marzo</strong> 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong><strong>Marzo</strong> 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>Abril 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>ABril 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-23 00:05:36', '2012-05-23 00:05:36', '', 298, 'http://www.careyes.com.mx/web/?p=1419', 0, 'page', '', 0),
(1420, 1, '2012-05-23 00:25:20', '2012-05-23 00:25:20', '<!--:en--><p style="text-align: justify;">Our regular season runs from November to April, a time of low humidity, cools nights and an average temperature of  a pleasant 72° - 76°.</p>\r\n<p style="text-align: justify;">We feature a wide range of special events including the Copa de L''Amistad to be played in both Paris and Careyes, Copa Agua Alta, the Invitational Masters Cup and practice matches four days a week.</p>\r\n<p style="text-align: justify;">Polo watchers are welcome. without charge.</p>\r\n<span style="color: #00ccff;"><strong>Events from November  2012  to  April 2013</strong></span>\r\n\r\n<strong>November 15 &gt;</strong> Fields open and practice\r\n\r\n<strong>November 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>December 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong>December 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong>Dec 27 – Jan 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>January 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>February 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong>February 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong>February 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong>Feb 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong>Feb. 27 – March 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong>March 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong>March 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>April 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>April 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:--><!--:es--><p style="text-align: justify;">Nuestra temporada regular va de noviembre a abril, una época del año que goza de bajos niveles de humedad atmosférica, noches frescas y una temperatura media muy agradable de entre 22° y 24°.</p>\r\n<p style="text-align: justify;">Organizamos un nutrido calendario de eventos especiales, incluyendo la Copa de L’Amistad, que se juega tanto en París como en Careyes, la Copa Agua Alta, la Copa Masters Invitacional, y partidos de práctica cuatro veces por semana.</p>\r\n<p style="text-align: justify;">Los espectadores son bienvenidos, entrada gratuita.</p>\r\n<p style="text-align: justify;">Tarifas para juegos y establos, disponibles previa solicitud.</p>\r\n<span style="color: #00ccff;"><strong>Eventos de Noviembre  2012  a  Abril 2013</strong></span>\r\n\r\n<strong><strong>Noviembre</strong> 15 &gt;</strong> Fields open and practice\r\n\r\n<strong><strong>Noviembre</strong> 22 – 24 &gt;</strong> Thanksgiving Tournament\r\n\r\n<strong>Diciembre 1 -15 &gt;</strong> Polo clinic with Fergus Gould\r\n\r\n<strong><strong>Diciembre</strong> 12 – 15 &gt;</strong> Ladies Week and Jr. Polo Tournament\r\n\r\n<strong><strong><strong>Diciembre</strong></strong> 27 – <strong>Enero</strong> 5 &gt;</strong> Copa Careyes Tournament\r\n\r\n<strong>Enero 16 – 20 &gt;</strong> Ladies Tournament / Copa Giuliana\r\n\r\n<strong>Febrero 2 - 4 &gt;</strong> Copa de la Constitución\r\n\r\n<strong><strong>Febrero</strong> 8 – 10 &gt;</strong> CHINESE NEW YEAR – Year of the Snake and Polo Tournament\r\n\r\n<strong><strong>Febrero</strong> 12 – 17 &gt;</strong> Texas Polo Week\r\n\r\n<strong><strong>Febrero</strong> 19 – 24 &gt;</strong> Polo Clinic with Fergus Gould\r\n\r\n<strong><strong>Febrero</strong> 27 – Marzo 3 &gt;</strong> Film Festival Tournament\r\n\r\n<strong><strong>Marzo</strong> 10 – 17 &gt;</strong> Canadian Invitational – Toronto, Calgary, Grande Prairie and\r\nKelowna Polo Clubs and 2nd Annual Copa Careyitos\r\n\r\n<strong><strong>Marzo</strong> 23 – 30 &gt;</strong> 14th. Agua Alta / 8 – 10 goals\r\n\r\n<strong>Abril 3 – 6 &gt;</strong> Costalegre Open and Grand Prix Show Jumping\r\n\r\n<strong>ABril 13 – 15 &gt;</strong> Season end - Tournament\r\n<p style="text-align: justify;">[my_calendar category="3" format="calendar" showkey="yes" shownav="yes" toggle="yes" time="month"]</p><!--:-->', '<!--:en-->Event Schedule<!--:--><!--:es-->Calendario<!--:-->', '', 'inherit', 'closed', 'closed', '', '298-revision-3', '', '', '2012-05-23 00:25:20', '2012-05-23 00:25:20', '', 298, 'http://www.careyes.com.mx/web/?p=1420', 0, 'page', '', 0),
(1423, 1, '2012-06-06 17:36:33', '2012-06-06 17:36:33', '<!--:en--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" class="horizontal" src="http://mx.clima.yahoo.com/_external/badge/?id=115590&l=horizontal&t=trans&u=f" height="155px" width="278px"></iframe><noscript><a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/">La Huerta Clima</a> from <a href="http://mx.clima.yahoo.com">Yahoo! Clima</a></noscript><!-- Yahoo! Clima Badge --><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-autosave', '', '', '2012-06-06 17:36:33', '2012-06-06 17:36:33', '', 1235, 'http://www.careyes.com.mx/?p=1423', 0, 'revision', '', 0),
(1424, 1, '2012-05-12 00:44:33', '2012-05-12 00:44:33', '<!--:en-->From December 20th, 2011\r\nTo January 10th , 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                                 USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2011\r\nA Enero 10, 2012\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3  Habitaciones con Piscina                                      USD   3.500</strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nLas Tarifas incluyen desayuno diario, translado redondo \r\nal aeropuerto e Impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-05-12 00:44:33', '2012-05-12 00:44:33', '', 684, 'http://www.careyes.com.mx/?p=1424', 0, 'page', '', 0),
(1425, 1, '2012-06-06 20:51:19', '2012-06-06 20:51:19', '<!--:en-->From December 20th, 2012\r\nTo January 10th , 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                                 USD   3.500</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\r\nA Enero 10, 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3  Habitaciones con Piscina                                      USD   3.500</strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nLas Tarifas incluyen desayuno diario, translado redondo \r\nal aeropuerto e Impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-06-06 20:51:19', '2012-06-06 20:51:19', '', 684, 'http://www.careyes.com.mx/?p=1425', 0, 'page', '', 0),
(1426, 1, '2012-01-12 01:17:21', '2012-01-12 01:17:21', '<!--:en-->Careyes is beautiful all year, including the summer, featuring a micro-climate that is unique to the west coast of Mexico. The typical day time temperatures are in the low 80°s and the evenings are in the low 70°s to upper 60°s. It rarely rains more than 25 days per year in Careyes, and even then the rain tends to be in the early evening or at night when offshore storms illuminate the night skies. Regardless of the time of year, Careyes always enjoys cooling sea breezes.<!--:--><!--:es-->Careyes goza de tiempo agradable todo el año, aun en verano, con el microclima característico de la costa occidental de México. Las temperaturas típicas durante el día oscilan alrededor de los 28°C, y en la noche bajan a 20° ó 22°C. Rara vez llueve más de 25 días al año en Careyes, y las lluvias que hay suelen caer al atardecer o de noche, con tormentas sobre el mar que iluminan el cielo nocturno. En todas las épocas del año llegan a Careyes los vientos refrescantes del mar.<!--:-->', '<!--:en-->WEATHER<!--:--><!--:es-->CLIMA<!--:-->', '', 'inherit', 'closed', 'closed', '', '1203-revision-2', '', '', '2012-01-12 01:17:21', '2012-01-12 01:17:21', '', 1203, 'http://www.careyes.com.mx/?p=1426', 0, 'page', '', 0),
(1427, 1, '2012-05-22 06:26:16', '2012-05-22 06:26:16', '<!--:en-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Perfect weather, warm clear waters, pristine beaches, vibrant tropical colors, shooting stars. Careyes is not just a place to visit but also a place to live. Sophisticated services combined with total serenity. The meticulously planned community of Costa Careyes is a low density development surrounded by a vast nature reserve. Fantastic villas, charming casitas, and oceanfront and ocean view lots are all available for purchase. As of 1972 non residents can safely buy property in Mexico. Live the dream.</p>\r\n\r\n<ul>\r\n	<li><span><strong>Pure water from our own wells</strong></span>\r\ndrink from the tap!</li>\r\n	<li><strong><span>Fiber optic telephone lines</span></strong>\r\ncaellular and high speed  internet available</li>\r\n	<li><strong><span>24 hour medical clinic</span></strong>\r\nwith type 2 intensive care ambulance</li>\r\n	<li><strong><span>24 hour secutrity</span></strong>\r\ngate guarded neighborhoods</li>\r\n	<li><span><strong>Non mexicans can legally own</strong></span>\r\nCoastal Property in Mexico</li>\r\n	<li><span><strong>Management &amp; Rental Programs</strong></span></li>\r\n</ul>\r\n&nbsp;<!--:--><!--:es-->[imagebrowser id=10]\r\n<p style="text-align: justify;">Clima perfecto, aguas cálidas y cristalinas, playas vírgenes, audaces colores tropicales, estrellas fugaces. Careyes no es solamente un lugar para visitar, es un lugar para vivir. Servicios sofisticados combinados con tranquilidad total. Costa Careyes es una comunidad meticulosamente planeada, un desarrollo de baja densidad rodeada de una enorme área natural protegida. Villas de ensueño, casitas encantadoras, y terrenos frente al mar y con vistas al mar, están disponibles para comprar. Vive el sueño.</p>\r\n<ul>\r\n	<li><span><strong>Agua pura de nuestros propios pozos.\r\n</strong></span>¡Toma directamente de la llave!</li>\r\n	<li><span><strong>Líneas telefónicas de fibra óptica.\r\n</strong></span>Telefonía celular e Internet de alta velocidad disponibles</li>\r\n	<li><span><strong>Clínica médica con servicio las 24 horas\r\n</strong></span>con ambulancia de cuidados intensivos tipo 2</li>\r\n	<li><span><strong>Vigilancia las 24 horas,\r\n</strong></span>zonas residenciales bardeadas</li>\r\n	<li><span><strong>Extranjeros pueden adquirir legalmente propiedades costeras en México</strong></span></li>\r\n	<li><span><strong>Programas de gestión &amp; arrendamiento</strong></span></li>\r\n</ul><!--:-->', '<!--:en-->Real State<!--:--><!--:es-->Bienes Raíces<!--:-->', '', 'inherit', 'closed', 'closed', '', '317-revision-2', '', '', '2012-05-22 06:26:16', '2012-05-22 06:26:16', '', 317, 'http://www.careyes.com.mx/?p=1427', 0, 'page', '', 0),
(1428, 1, '2012-06-06 20:59:04', '2012-06-06 20:59:04', '<!--:en-->From December 20th, 2012\r\nTo January 10th , 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                        USD   3.500\r\n</strong><strong>Four Bedroom Villa with pool                          USD   4.000\r\n</strong><strong>Five Bedroom Villa with pool                           USD   5.000</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\r\nA Enero 10, 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3 Habitaciones con Piscina                               USD   3.500\r\n<strong><strong>Villa de 4 Habitaciones con Piscina</strong>                               USD   4.000\r\n</strong><strong><strong>Villa de 5 Habitaciones con Piscina</strong>                               USD   5.000</strong></strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nLas Tarifas incluyen desayuno diario, translado redondo\r\nal aeropuerto e Impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-06-06 20:59:04', '2012-06-06 20:59:04', '', 684, 'http://www.careyes.com.mx/?p=1428', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1429, 1, '2012-06-12 17:25:50', '2012-06-12 17:25:50', '<!--:en-->From December 20th, 2012\r\nTo January 10th , 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                        USD   3.500\r\n</strong><strong>Four Bedroom Villa with pool                          USD   4.000\r\n</strong><strong>Five Bedroom Villa with pool                           USD   5.000</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\r\nA Enero 10, 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3 Habitaciones con Piscina                               USD   3.500\r\n<strong><strong>Villa de 4 Habitaciones con Piscina</strong>                               USD   4.000\r\n</strong><strong><strong>Villa de 5 Habitaciones con Piscina</strong>                               USD   5.000</strong></strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nLas Tarifas incluyen desayuno diario, translado redondo\r\nal aeropuerto e Impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-06-12 17:25:50', '2012-06-12 17:25:50', '', 684, 'http://www.careyes.com.mx/?p=1429', 0, 'page', '', 0),
(1430, 1, '2011-12-15 05:34:41', '2011-12-15 05:34:41', '<!--:en--><iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small>\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest, Mexicana and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es--><iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed"></iframe><br />\r\n<small>Ver <a href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed" style="color:#0000FF;text-align:left">Costa Careyes</a> en un mapa m&aacute;s grande</small>\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'closed', '', '338-revision-2', '', '', '2011-12-15 05:34:41', '2011-12-15 05:34:41', '', 338, 'http://www.careyes.com.mx/?p=1430', 0, 'page', '', 0),
(1431, 1, '2012-06-12 17:32:32', '2012-06-12 17:32:32', '<!--:en--><iframe src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="100%" height="350"></iframe>\r\n\r\n<small>Ver <a style="color: #0000ff; text-align: left;" href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed">Costa Careyes</a> en un mapa más grande</small>\r\n<p style="text-align: justify;">The Manzanillo International Airport is reserved by Air Alaska, Continental, US Airways, Northwest and Air Transat. It also offers a FBO to accommodate private aircraft.</p>\r\n<p style="text-align: justify;">Puerto Vallarta International Airport is serviced by most major airlines.</p>\r\n<p style="text-align: justify;">The Costa Alegre is in an area of pristine natural beauty sprinkled with small 5 star resorts, a seamless blending of nature and luxury.</p><!--:--><!--:es--><iframe src="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="100%" height="350"></iframe>\r\n\r\n<small>Ver <a style="color: #0000ff; text-align: left;" href="http://www.google.com/maps/ms?msa=0&amp;msid=217570623277989615343.0004b3ea208313b87674f&amp;ie=UTF8&amp;ll=19.443163,-105.031528&amp;spn=0,0&amp;t=m&amp;vpsrc=6&amp;iwloc=0004b3ea241b7f273685b&amp;source=embed">Costa Careyes</a> en un mapa más grande</small>\r\n<p style="text-align: justify;">El Aeropuerto Internacional de Manzanillo es atendido por Air Alaska, Continental, US Airways, Northwest  y Air Transat. Ofrece también un FBO para uso de aviones privados.</p>\r\n<p style="text-align: justify;">Al Aeropuerto Internacional de Puerto Vallarta llega la mayoría de las líneas aéreas principales.</p>\r\n<p style="text-align: justify;">La Costa Alegre es una zona de belleza natural prístina, salpicada de hoteles boutique de 5 estrellas, una combinación afortunada de naturaleza y lujo.</p><!--:-->', '<!--:en-->Map<!--:--><!--:es-->Mapa<!--:-->', '', 'inherit', 'closed', 'closed', '', '338-revision-2', '', '', '2012-06-12 17:32:32', '2012-06-12 17:32:32', '', 338, 'http://www.careyes.com.mx/?p=1431', 0, 'page', '', 0),
(1432, 1, '2012-05-11 23:44:41', '2012-05-11 23:44:41', '<!--:en--><!-- Yahoo! Clima Badge --><iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" class="horizontal" src="http://mx.clima.yahoo.com/_external/badge/?id=115590&l=horizontal&t=trans&u=f" height="155px" width="278px"></iframe><noscript><a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/">La Huerta Clima</a> from <a href="http://mx.clima.yahoo.com">Yahoo! Clima</a></noscript><!-- Yahoo! Clima Badge --><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" class="horizontal" src="http://mx.clima.yahoo.com/_external/badge/?id=115590&l=horizontal&t=trans&u=f" height="155px" width="278px"></iframe><noscript><a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/">La Huerta Clima</a> from <a href="http://mx.clima.yahoo.com">Yahoo! Clima</a></noscript><!-- Yahoo! Clima Badge --><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-05-11 23:44:41', '2012-05-11 23:44:41', '', 1235, 'http://www.careyes.com.mx/?p=1432', 0, 'page', '', 0),
(1434, 1, '2012-06-12 18:45:52', '2012-06-12 18:45:52', '<!--:en--><div id="cont_189d45f4f171da3a21379ca819dd4b96"><span id="h_189d45f4f171da3a21379ca819dd4b96"><a id="a_189d45f4f171da3a21379ca819dd4b96" style="color: #656565; font-family: 1; font-size: 14px;" href="http://www.meteored.mx/" target="_blank"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/189d45f4f171da3a21379ca819dd4b96"></script></div><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:45:52', '2012-06-12 18:45:52', '', 1235, 'http://www.careyes.com.mx/?p=1434', 0, 'page', '', 0),
(1436, 1, '2012-06-12 18:46:56', '2012-06-12 18:46:56', '<!--:en--><div id="cont_189d45f4f171da3a21379ca819dd4b96"><span id="h_189d45f4f171da3a21379ca819dd4b96"><a id="a_189d45f4f171da3a21379ca819dd4b96" style="color: #656565; font-family: 1; font-size: 14px;" href="http://www.meteored.mx/" target="_blank"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/189d45f4f171da3a21379ca819dd4b96"></script></div><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:46:56', '2012-06-12 18:46:56', '', 1235, 'http://www.careyes.com.mx/?p=1436', 0, 'page', '', 0),
(1438, 1, '2012-06-12 18:48:23', '2012-06-12 18:48:23', '<!--:en--><div id="cont_d8ac7658f43b6c0c1cd3148224d76291">\r\n<span id="h_d8ac7658f43b6c0c1cd3148224d76291"><a id="a_d8ac7658f43b6c0c1cd3148224d76291" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/d8ac7658f43b6c0c1cd3148224d76291"></script>\r\n</div><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:48:23', '2012-06-12 18:48:23', '', 1235, 'http://www.careyes.com.mx/?p=1438', 0, 'page', '', 0),
(1437, 1, '2012-06-12 18:47:33', '2012-06-12 18:47:33', '<!--:en--><div id="cont_d8ac7658f43b6c0c1cd3148224d76291">\r\n<span id="h_d8ac7658f43b6c0c1cd3148224d76291"><a id="a_d8ac7658f43b6c0c1cd3148224d76291" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;">Weather</a> La Huerta</span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/d8ac7658f43b6c0c1cd3148224d76291"></script>\r\n</div><!--:--><!--:es--><!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:47:33', '2012-06-12 18:47:33', '', 1235, 'http://www.careyes.com.mx/?p=1437', 0, 'page', '', 0),
(1441, 1, '2012-05-12 01:58:05', '2012-05-12 01:58:05', '<!--:en--><p style="text-align: justify;"><br />Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038" class="btnreq">REQUEST IT</a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-05-12 01:58:05', '2012-05-12 01:58:05', '', 332, 'http://www.careyes.com.mx/?p=1441', 0, 'page', '', 0),
(1439, 1, '2012-06-12 18:49:05', '2012-06-12 18:49:05', '<!--:en--><div id="cont_d8ac7658f43b6c0c1cd3148224d76291">\r\n<span id="h_d8ac7658f43b6c0c1cd3148224d76291"><a id="a_d8ac7658f43b6c0c1cd3148224d76291" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/d8ac7658f43b6c0c1cd3148224d76291"></script>\r\n</div><!--:--><!--:es--><div id="cont_1d9b707d81954a4daf94781093bd7321">\r\n<span id="h_1d9b707d81954a4daf94781093bd7321"><a id="a_1d9b707d81954a4daf94781093bd7321" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;">Clima</a> La Huerta</span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/1d9b707d81954a4daf94781093bd7321"></script>\r\n</div>\r\n\r\n<!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:49:05', '2012-06-12 18:49:05', '', 1235, 'http://www.careyes.com.mx/?p=1439', 0, 'page', '', 0),
(1440, 1, '2012-06-12 18:49:39', '2012-06-12 18:49:39', '<!--:en--><div id="cont_d8ac7658f43b6c0c1cd3148224d76291">\r\n<span id="h_d8ac7658f43b6c0c1cd3148224d76291"><a id="a_d8ac7658f43b6c0c1cd3148224d76291" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/d8ac7658f43b6c0c1cd3148224d76291"></script>\r\n</div><!--:--><!--:es--><div id="cont_1d9b707d81954a4daf94781093bd7321">\r\n<span id="h_1d9b707d81954a4daf94781093bd7321"><a id="a_1d9b707d81954a4daf94781093bd7321" href="http://www.meteored.mx/" target="_blank" style="color:#656565;font-family:1;font-size:14px;"></a></span><script type="text/javascript" src="http://www.meteored.mx/wid_loader/1d9b707d81954a4daf94781093bd7321"></script>\r\n</div>\r\n\r\n<!-- Yahoo! Clima Badge --><iframe src="http://mx.clima.yahoo.com/_external/badge/?id=115590&amp;l=horizontal&amp;t=trans&amp;u=f" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="278px" height="155px"></iframe>\r\n\r\n<noscript>&lt;a href="http://mx.clima.yahoo.com/méxico/jalisco/la-huerta-115590/"&gt;La Huerta Clima&lt;/a&gt; from &lt;a href="http://mx.clima.yahoo.com"&gt;Yahoo! Clima&lt;/a&gt;</noscript><!--:-->', '<!--:en-->Weather<!--:--><!--:es-->Clima<!--:-->', '', 'inherit', 'closed', 'closed', '', '1235-revision-2', '', '', '2012-06-12 18:49:39', '2012-06-12 18:49:39', '', 1235, 'http://www.careyes.com.mx/?p=1440', 0, 'page', '', 0),
(1442, 1, '2012-06-13 00:38:12', '2012-06-13 00:38:12', '', 'bungalows2012', '', 'inherit', 'closed', 'closed', '', 'bungalows2012', '', '', '2012-06-13 00:38:12', '2012-06-13 00:38:12', '', 332, 'http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg', 0, 'attachment', 'image/jpeg', 0),
(1443, 1, '2012-06-13 00:36:05', '2012-06-13 00:36:05', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:36:05', '2012-06-13 00:36:05', '', 332, 'http://www.careyes.com.mx/?p=1443', 0, 'page', '', 0),
(1444, 1, '2012-06-13 00:38:34', '2012-06-13 00:38:34', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:38:34', '2012-06-13 00:38:34', '', 332, 'http://www.careyes.com.mx/?p=1444', 0, 'page', '', 0),
(1445, 1, '2012-06-13 00:39:40', '2012-06-13 00:39:40', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:39:40', '2012-06-13 00:39:40', '', 332, 'http://www.careyes.com.mx/?p=1445', 0, 'page', '', 0),
(1446, 1, '2012-06-13 00:43:57', '2012-06-13 00:43:57', '', 'casitas2012', '', 'inherit', 'closed', 'closed', '', 'casitas2012', '', '', '2012-06-13 00:43:57', '2012-06-13 00:43:57', '', 332, 'http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg', 0, 'attachment', 'image/jpeg', 0),
(1447, 1, '2012-06-13 00:40:30', '2012-06-13 00:40:30', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:40:30', '2012-06-13 00:40:30', '', 332, 'http://www.careyes.com.mx/?p=1447', 0, 'page', '', 0),
(1448, 1, '2012-06-13 00:44:07', '2012-06-13 00:44:07', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:44:07', '2012-06-13 00:44:07', '', 332, 'http://www.careyes.com.mx/?p=1448', 0, 'page', '', 0),
(1449, 1, '2012-06-13 00:47:04', '2012-06-13 00:47:04', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales">.</div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:47:04', '2012-06-13 00:47:04', '', 332, 'http://www.careyes.com.mx/?p=1449', 0, 'page', '', 0),
(1450, 1, '2012-06-13 01:07:13', '2012-06-13 01:07:13', '', 'bungalows2012', '', 'inherit', 'closed', 'closed', '', 'bungalows2012-2', '', '', '2012-06-13 01:07:13', '2012-06-13 01:07:13', '', 146, 'http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg', 0, 'attachment', 'image/jpeg', 0),
(1451, 1, '2012-06-13 01:07:17', '2012-06-13 01:07:17', '', 'bungalows2012', '', 'inherit', 'closed', 'closed', '', 'bungalows2012-3', '', '', '2012-06-13 01:07:17', '2012-06-13 01:07:17', '', 146, 'http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20122.jpg', 0, 'attachment', 'image/jpeg', 0),
(1452, 1, '2012-05-22 03:27:03', '2012-05-22 03:27:03', '<!--:en--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:--><!--:es--><img class="alignnone size-full wp-image-1101" title="4_CASTLES" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/11/4_CASTLES.jpg" alt="" width="1000" height="750" />Located in the most desirable position in Careyes, the castle sits at the end of a pristine peninsula between the sweeping Playa Teopa and the charming Playa Careyitos. Surrounded by a vast swimming pool, the castles bedrooms and living areas have views to the ocean, coastline, beaches and mountains. An electric gondola takes guests to a small private beach with palapa. The inspired design includes a romantic bedroom suite inside a tower located on the cliffs edge. Incomparable.<!--:-->', '<!--:en-->Accomodations Castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '146-revision-5', '', '', '2012-05-22 03:27:03', '2012-05-22 03:27:03', '', 146, 'http://www.careyes.com.mx/?p=1452', 0, 'post', '', 0),
(1455, 1, '2012-06-13 01:13:57', '2012-06-13 01:13:57', '<!--:en--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1450" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows20121.jpg" alt="" width="627" height="470" /><!--:-->', '<!--:en-->SPECIALS<!--:--><!--:es-->ESPECIALES<!--:-->', '', 'inherit', 'closed', 'closed', '', '146-revision-5', '', '', '2012-06-13 01:13:57', '2012-06-13 01:13:57', '', 146, 'http://www.careyes.com.mx/?p=1455', 0, 'post', '', 0),
(1456, 1, '2012-05-22 22:46:02', '2012-05-22 22:46:02', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg" alt="" title="ini_surf_diego-surfing-arroyo-seco" width="1000" height="665" class="alignnone size-full wp-image-1399" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/ini_surf_diego-surfing-arroyo-seco.jpg" alt="" title="ini_surf_diego-surfing-arroyo-seco" width="1000" height="665" class="alignnone size-full wp-image-1399" /><!--:-->', '<!--:en-->Luxury Surf<!--:--><!--:es-->Surf de Lujo<!--:-->', '', 'inherit', 'closed', 'closed', '', '151-revision-12', '', '', '2012-05-22 22:46:02', '2012-05-22 22:46:02', '', 151, 'http://www.careyes.com.mx/?p=1456', 0, 'post', '', 0),
(1457, 1, '2012-05-03 05:51:08', '2012-05-03 05:51:08', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="150" height="150" class="alignnone size-thumbnail wp-image-1270" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/bodasIMG_0.jpg" alt="" title="bodasIMG_0" width="150" height="150" class="alignnone size-thumbnail wp-image-1270" /><!--:-->', '<!--:en-->Weddings<!--:--><!--:es-->Bodas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1268-revision-2', '', '', '2012-05-03 05:51:08', '2012-05-03 05:51:08', '', 1268, 'http://www.careyes.com.mx/?p=1457', 0, 'post', '', 0),
(1458, 1, '2012-05-03 05:54:02', '2012-05-03 05:54:02', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/activitiesRUX_1852.jpg" alt="" title="activitiesRUX_1852" width="1000" height="700" class="alignnone size-full wp-image-1275" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2012/05/activitiesRUX_1852.jpg" alt="" title="activitiesRUX_1852" width="1000" height="700" class="alignnone size-full wp-image-1275" /><!--:-->', '<!--:en-->Activities<!--:--><!--:es-->Actividades<!--:-->', '', 'inherit', 'closed', 'closed', '', '1274-revision-2', '', '', '2012-05-03 05:54:02', '2012-05-03 05:54:02', '', 1274, 'http://www.careyes.com.mx/?p=1458', 0, 'post', '', 0),
(1459, 1, '2012-05-22 03:30:32', '2012-05-22 03:30:32', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/1_RENTALS_RATES.jpg" alt="" title="1_RENTALS_RATES" width="1000" height="750" class="alignnone size-full wp-image-1123" /><!--:-->', '<!--:en-->Accomodations Rates<!--:--><!--:es-->Tarifas de Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '1122-revision-3', '', '', '2012-05-22 03:30:32', '2012-05-22 03:30:32', '', 1122, 'http://www.careyes.com.mx/?p=1459', 0, 'post', '', 0),
(1460, 1, '2012-05-22 03:31:18', '2012-05-22 03:31:18', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/2_RENTAL_CASTLES.jpg" alt="" title="2_RENTAL_CASTLES" width="1000" height="750" class="alignnone size-full wp-image-1120" /><!--:-->', '<!--:en-->Accomodations castles<!--:--><!--:es-->Castillos en Renta<!--:-->', '', 'inherit', 'closed', 'closed', '', '1119-revision-3', '', '', '2012-05-22 03:31:18', '2012-05-22 03:31:18', '', 1119, 'http://www.careyes.com.mx/?p=1460', 0, 'post', '', 0),
(1461, 1, '2012-01-10 23:55:47', '2012-01-10 23:55:47', '<!--:en--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:--><!--:es--><img class="alignnone size-full wp-image-1116" title="3_POLO" src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/3_POLO.jpg" alt="" width="995" height="750" /><!--:-->', '<!--:en-->Polo<!--:--><!--:es-->Polo<!--:-->', '', 'inherit', 'closed', 'closed', '', '1115-revision-3', '', '', '2012-01-10 23:55:47', '2012-01-10 23:55:47', '', 1115, 'http://www.careyes.com.mx/?p=1461', 0, 'post', '', 0),
(1462, 1, '2011-12-16 01:22:03', '2011-12-16 01:22:03', '<!--:en--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/4_LIFESTYLE.jpg" alt="" title="4_LIFESTYLE" width="600" height="450" class="alignnone size-full wp-image-1113" /><!--:--><!--:es--><img src="http://www.careyes.com.mx/web/wp-content/uploads/2011/12/4_LIFESTYLE.jpg" alt="" title="4_LIFESTYLE" width="600" height="450" class="alignnone size-full wp-image-1113" /><!--:-->', '<!--:en-->Lifestyle<!--:--><!--:es-->Estilo de vida<!--:-->', '', 'inherit', 'closed', 'closed', '', '1112-revision-2', '', '', '2011-12-16 01:22:03', '2011-12-16 01:22:03', '', 1112, 'http://www.careyes.com.mx/?p=1462', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1463, 1, '2012-06-13 00:53:29', '2012-06-13 00:53:29', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n<br />\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica. \r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación pada 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-13 00:53:29', '2012-06-13 00:53:29', '', 332, 'http://www.careyes.com.mx/?p=1463', 0, 'page', '', 0),
(1465, 1, '2012-06-14 02:21:11', '2012-06-14 02:21:11', '<!--:en-->Con fundamento en los artículos 15 y 16 de la <strong>Ley Federal de Protección de Datos Personales en Posesión de Particulares</strong> hacemos de su conocimiento que <strong>OPERTUR SA de CV</strong><strong>.</strong>, con domicilio en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>es responsable de recabar sus datos personales, del uso que se le dé a los mismos y de su protección.<strong></strong>\n\nSu información personal será utilizada para las siguientes finalidades: proveer los servicios y productos que ha solicitado; notificarle sobre nuevos servicios o productos que tengan relación con los ya contratados o adquiridos; comunicarle sobre cambios en los mismos; elaborar estudios y programas que son necesarios para determinar hábitos de consumo; realizar evaluaciones periódicas de nuestros productos y servicios a efecto de mejorar la calidad de los mismos; evaluar la calidad del servicio que brindamos, y en general, para dar cumplimiento a las obligaciones que hemos contraído con usted.\n\nPara las finalidades antes mencionadas, requerimos obtener los siguientes datos personales:\n<ul>\n	<li><strong>Nombre completo</strong></li>\n	<li><strong>Estado civil</strong></li>\n	<li><strong>Teléfono fijo y/o celular</strong></li>\n	<li><strong>Correo electrónico</strong></li>\n	<li><strong>Dirección</strong></li>\n	<li><strong>RFC y/o CURP</strong></li>\n	<li><strong>Firma autógrafa</strong></li>\n	<li><strong>Ocupación</strong></li>\n</ul>\nEs importante informarle que usted tiene derecho al Acceso, Rectificación y Cancelación de sus datos personales, a Oponerse al tratamiento de los mismos o a revocar el consentimiento que para dicho fin nos haya otorgado.\n\nPara ello, es necesario que envíe la solicitud en los términos que marca la Ley en su Art. 29 a <strong>Monica Garcia</strong><strong> </strong>, responsable de nuestro Departamento de Protección de Datos Personales, ubicado en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>, o bien, se comunique al teléfono <strong>+52 (315) 3510320</strong> o vía correo electrónico a <strong>info@careyes.com.mx</strong>, el cual solicitamos confirme vía telefónica para garantizar su correcta recepción.\n\nEn caso de que no desee de recibir mensajes promocionales de nuestra parte, puede enviarnos su solicitud por medio de la dirección electrónica: <strong>info@careyes.com.mx</strong>\n\nImportante: Cualquier modificación a este Aviso de Privacidad podrá consultarlo en http://www.careyes.com.mx\n\n<span style="color: #999999;">Fecha última actualización: 06/06/2012 </span><!--:--><!--:es-->Based on Articles 15 and 16 of the <strong>Federal Law of Protection of Personal Data held by individuals</strong> we are aware that <strong>OPERTUR SA de </strong><strong>CV.,</strong> <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>is responsible for collecting your personal information, the use to be given to them and their protection.\n\nYour personal information will be used for the following purposes: to provide products and services you requested, to notify you about new services or products that are related to the already contracted or acquired; tell you about changes in them, undertake studies and programs that are necessary to determine consumption habits, periodic evaluations of our products and services to improve the quality effect thereof; assess the quality of service we provide, and generally to comply with the obligations we have undertaken with you.\n\nFor the purposes mentioned above, we need to obtain the following data:\n<ul>\n	<li><strong>Full Name:</strong></li>\n	<li><strong>Marital status:</strong></li>\n	<li><strong>Telephone / or cellular number:</strong></li>\n	<li><strong>Email:</strong></li>\n	<li><strong>Address:</strong></li>\n	<li><strong>RFC and / or CURP: (For Mexican residents only):</strong></li>\n	<li><strong>Occupation / Job Title:</strong></li>\n</ul>\nIt is important to inform you of your right to access, rectify and cancel the use of your personal data,  and to oppose to their treatment or revoke consent for this purpose which you have given.\n\nPursuant to the Law in its article 29 , for this it is necessary to send the request pursuant to <strong>Monica Garcia</strong> , Head of our Department of Protection of Personal Data, located at <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong> or to contact the phone <strong>+52 (315) 3510320</strong> or via email at <strong>info@careyes.com.mx,</strong> which confirms request by phone to ensure correct reception.\n\nIf you do not wish to receive promotional messages from us, please send your request via e-mail address: <strong>info@careyes.com.mx</strong>\n\nImportant: Any change to this Privacy Notice may consult in http://www.careyes.com.mx<!--:-->', '<!--:en-->Privacy Policy<!--:--><!--:es-->Aviso de privacidad<!--:-->', '', 'inherit', 'closed', 'closed', '', '914-autosave', '', '', '2012-06-14 02:21:11', '2012-06-14 02:21:11', '', 914, 'http://www.careyes.com.mx/?p=1465', 0, 'revision', '', 0),
(1466, 1, '2011-12-13 05:00:28', '2011-12-13 05:00:28', '', '<!--:en-->Privacy Policy<!--:--><!--:es-->Política de privacidad<!--:-->', '', 'inherit', 'closed', 'closed', '', '914-revision-2', '', '', '2011-12-13 05:00:28', '2011-12-13 05:00:28', '', 914, 'http://www.careyes.com.mx/?p=1466', 0, 'page', '', 0),
(1467, 1, '2012-06-14 02:19:08', '2012-06-14 02:19:08', '<!--:en-->Con fundamento en los artículos 15 y 16 de la <strong>Ley Federal de Protección de Datos Personales en Posesión de Particulares</strong> hacemos de su conocimiento que <strong>OPERTUR SA de CV</strong><strong>.</strong>, con domicilio en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>es responsable de recabar sus datos personales, del uso que se le dé a los mismos y de su protección.<strong></strong>\r\n\r\nSu información personal será utilizada para las siguientes finalidades: proveer los servicios y productos que ha solicitado; notificarle sobre nuevos servicios o productos que tengan relación con los ya contratados o adquiridos; comunicarle sobre cambios en los mismos; elaborar estudios y programas que son necesarios para determinar hábitos de consumo; realizar evaluaciones periódicas de nuestros productos y servicios a efecto de mejorar la calidad de los mismos; evaluar la calidad del servicio que brindamos, y en general, para dar cumplimiento a las obligaciones que hemos contraído con usted.\r\n\r\nPara las finalidades antes mencionadas, requerimos obtener los siguientes datos personales:\r\n<ul>\r\n	<li><strong>Nombre completo</strong></li>\r\n	<li><strong>Estado civil</strong></li>\r\n	<li><strong>Teléfono fijo y/o celular</strong></li>\r\n	<li><strong>Correo electrónico</strong></li>\r\n	<li><strong>Dirección</strong></li>\r\n	<li><strong>RFC y/o CURP</strong></li>\r\n	<li><strong>Firma autógrafa</strong></li>\r\n	<li><strong>Ocupación</strong></li>\r\n</ul>\r\nEs importante informarle que usted tiene derecho al Acceso, Rectificación y Cancelación de sus datos personales, a Oponerse al tratamiento de los mismos o a revocar el consentimiento que para dicho fin nos haya otorgado.\r\n\r\nPara ello, es necesario que envíe la solicitud en los términos que marca la Ley en su Art. 29 a <strong>Monica Garcia</strong><strong> </strong>, responsable de nuestro Departamento de Protección de Datos Personales, ubicado en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>, o bien, se comunique al teléfono <strong>+52 (315) 3510320</strong> o vía correo electrónico a <strong>info@careyes.com.mx</strong>, el cual solicitamos confirme vía telefónica para garantizar su correcta recepción.\r\n\r\nEn caso de que no desee de recibir mensajes promocionales de nuestra parte, puede enviarnos su solicitud por medio de la dirección electrónica: <strong>info@careyes.com.mx</strong>\r\n\r\nImportante: Cualquier modificación a este Aviso de Privacidad podrá consultarlo en http://www.careyes.com.mx\r\n\r\n<span style="color: #999999;">Fecha última actualización: 06/06/2012 </span><!--:-->', '<!--:en-->Privacy Policy<!--:--><!--:es-->Aviso de privacidad<!--:-->', '', 'inherit', 'closed', 'closed', '', '914-revision-2', '', '', '2012-06-14 02:19:08', '2012-06-14 02:19:08', '', 914, 'http://www.careyes.com.mx/?p=1467', 0, 'page', '', 0),
(1469, 1, '2012-06-14 02:21:54', '2012-06-14 02:21:54', '<!--:en-->Based on Articles 15 and 16 of the <strong>Federal Law of Protection of Personal Data held by individuals</strong> we are aware that <strong>OPERTUR SA de </strong><strong>CV.,</strong> <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>is responsible for collecting your personal information, the use to be given to them and their protection.\r\n\r\nYour personal information will be used for the following purposes: to provide products and services you requested, to notify you about new services or products that are related to the already contracted or acquired; tell you about changes in them, undertake studies and programs that are necessary to determine consumption habits, periodic evaluations of our products and services to improve the quality effect thereof; assess the quality of service we provide, and generally to comply with the obligations we have undertaken with you.\r\n\r\nFor the purposes mentioned above, we need to obtain the following data:\r\n<ul>\r\n	<li><strong>Full Name:</strong></li>\r\n	<li><strong>Marital status:</strong></li>\r\n	<li><strong>Telephone / or cellular number:</strong></li>\r\n	<li><strong>Email:</strong></li>\r\n	<li><strong>Address:</strong></li>\r\n	<li><strong>RFC and / or CURP: (For Mexican residents only):</strong></li>\r\n	<li><strong>Occupation / Job Title:</strong></li>\r\n</ul>\r\nIt is important to inform you of your right to access, rectify and cancel the use of your personal data,  and to oppose to their treatment or revoke consent for this purpose which you have given.\r\n\r\nPursuant to the Law in its article 29 , for this it is necessary to send the request pursuant to <strong>Monica Garcia</strong> , Head of our Department of Protection of Personal Data, located at <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong> or to contact the phone <strong>+52 (315) 3510320</strong> or via email at <strong>info@careyes.com.mx,</strong> which confirms request by phone to ensure correct reception.\r\n\r\nIf you do not wish to receive promotional messages from us, please send your request via e-mail address: <strong>info@careyes.com.mx</strong>\r\n\r\nImportant: Any change to this Privacy Notice may consult in http://www.careyes.com.mx<!--:--><!--:es-->Based on Articles 15 and 16 of the <strong>Federal Law of Protection of Personal Data held by individuals</strong> we are aware that <strong>OPERTUR SA de </strong><strong>CV.,</strong> <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>is responsible for collecting your personal information, the use to be given to them and their protection.\r\n\r\nYour personal information will be used for the following purposes: to provide products and services you requested, to notify you about new services or products that are related to the already contracted or acquired; tell you about changes in them, undertake studies and programs that are necessary to determine consumption habits, periodic evaluations of our products and services to improve the quality effect thereof; assess the quality of service we provide, and generally to comply with the obligations we have undertaken with you.\r\n\r\nFor the purposes mentioned above, we need to obtain the following data:\r\n<ul>\r\n	<li><strong>Full Name:</strong></li>\r\n	<li><strong>Marital status:</strong></li>\r\n	<li><strong>Telephone / or cellular number:</strong></li>\r\n	<li><strong>Email:</strong></li>\r\n	<li><strong>Address:</strong></li>\r\n	<li><strong>RFC and / or CURP: (For Mexican residents only):</strong></li>\r\n	<li><strong>Occupation / Job Title:</strong></li>\r\n</ul>\r\nIt is important to inform you of your right to access, rectify and cancel the use of your personal data,  and to oppose to their treatment or revoke consent for this purpose which you have given.\r\n\r\nPursuant to the Law in its article 29 , for this it is necessary to send the request pursuant to <strong>Monica Garcia</strong> , Head of our Department of Protection of Personal Data, located at <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong> or to contact the phone <strong>+52 (315) 3510320</strong> or via email at <strong>info@careyes.com.mx,</strong> which confirms request by phone to ensure correct reception.\r\n\r\nIf you do not wish to receive promotional messages from us, please send your request via e-mail address: <strong>info@careyes.com.mx</strong>\r\n\r\nImportant: Any change to this Privacy Notice may consult in http://www.careyes.com.mx<!--:-->', '<!--:en-->Privacy Policy<!--:--><!--:es-->Aviso de privacidad<!--:-->', '', 'inherit', 'closed', 'closed', '', '914-revision-2', '', '', '2012-06-14 02:21:54', '2012-06-14 02:21:54', '', 914, 'http://www.careyes.com.mx/?p=1469', 0, 'page', '', 0),
(1468, 1, '2012-06-14 02:21:18', '2012-06-14 02:21:18', '<!--:en-->Con fundamento en los artículos 15 y 16 de la <strong>Ley Federal de Protección de Datos Personales en Posesión de Particulares</strong> hacemos de su conocimiento que <strong>OPERTUR SA de CV</strong><strong>.</strong>, con domicilio en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>es responsable de recabar sus datos personales, del uso que se le dé a los mismos y de su protección.<strong></strong>\r\n\r\nSu información personal será utilizada para las siguientes finalidades: proveer los servicios y productos que ha solicitado; notificarle sobre nuevos servicios o productos que tengan relación con los ya contratados o adquiridos; comunicarle sobre cambios en los mismos; elaborar estudios y programas que son necesarios para determinar hábitos de consumo; realizar evaluaciones periódicas de nuestros productos y servicios a efecto de mejorar la calidad de los mismos; evaluar la calidad del servicio que brindamos, y en general, para dar cumplimiento a las obligaciones que hemos contraído con usted.\r\n\r\nPara las finalidades antes mencionadas, requerimos obtener los siguientes datos personales:\r\n<ul>\r\n	<li><strong>Nombre completo</strong></li>\r\n	<li><strong>Estado civil</strong></li>\r\n	<li><strong>Teléfono fijo y/o celular</strong></li>\r\n	<li><strong>Correo electrónico</strong></li>\r\n	<li><strong>Dirección</strong></li>\r\n	<li><strong>RFC y/o CURP</strong></li>\r\n	<li><strong>Firma autógrafa</strong></li>\r\n	<li><strong>Ocupación</strong></li>\r\n</ul>\r\nEs importante informarle que usted tiene derecho al Acceso, Rectificación y Cancelación de sus datos personales, a Oponerse al tratamiento de los mismos o a revocar el consentimiento que para dicho fin nos haya otorgado.\r\n\r\nPara ello, es necesario que envíe la solicitud en los términos que marca la Ley en su Art. 29 a <strong>Monica Garcia</strong><strong> </strong>, responsable de nuestro Departamento de Protección de Datos Personales, ubicado en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>, o bien, se comunique al teléfono <strong>+52 (315) 3510320</strong> o vía correo electrónico a <strong>info@careyes.com.mx</strong>, el cual solicitamos confirme vía telefónica para garantizar su correcta recepción.\r\n\r\nEn caso de que no desee de recibir mensajes promocionales de nuestra parte, puede enviarnos su solicitud por medio de la dirección electrónica: <strong>info@careyes.com.mx</strong>\r\n\r\nImportante: Cualquier modificación a este Aviso de Privacidad podrá consultarlo en http://www.careyes.com.mx\r\n\r\n<span style="color: #999999;">Fecha última actualización: 06/06/2012 </span><!--:--><!--:es-->Based on Articles 15 and 16 of the <strong>Federal Law of Protection of Personal Data held by individuals</strong> we are aware that <strong>OPERTUR SA de </strong><strong>CV.,</strong> <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>is responsible for collecting your personal information, the use to be given to them and their protection.\r\n\r\nYour personal information will be used for the following purposes: to provide products and services you requested, to notify you about new services or products that are related to the already contracted or acquired; tell you about changes in them, undertake studies and programs that are necessary to determine consumption habits, periodic evaluations of our products and services to improve the quality effect thereof; assess the quality of service we provide, and generally to comply with the obligations we have undertaken with you.\r\n\r\nFor the purposes mentioned above, we need to obtain the following data:\r\n<ul>\r\n	<li><strong>Full Name:</strong></li>\r\n	<li><strong>Marital status:</strong></li>\r\n	<li><strong>Telephone / or cellular number:</strong></li>\r\n	<li><strong>Email:</strong></li>\r\n	<li><strong>Address:</strong></li>\r\n	<li><strong>RFC and / or CURP: (For Mexican residents only):</strong></li>\r\n	<li><strong>Occupation / Job Title:</strong></li>\r\n</ul>\r\nIt is important to inform you of your right to access, rectify and cancel the use of your personal data,  and to oppose to their treatment or revoke consent for this purpose which you have given.\r\n\r\nPursuant to the Law in its article 29 , for this it is necessary to send the request pursuant to <strong>Monica Garcia</strong> , Head of our Department of Protection of Personal Data, located at <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong> or to contact the phone <strong>+52 (315) 3510320</strong> or via email at <strong>info@careyes.com.mx,</strong> which confirms request by phone to ensure correct reception.\r\n\r\nIf you do not wish to receive promotional messages from us, please send your request via e-mail address: <strong>info@careyes.com.mx</strong>\r\n\r\nImportant: Any change to this Privacy Notice may consult in http://www.careyes.com.mx<!--:-->', '<!--:en-->Privacy Policy<!--:--><!--:es-->Aviso de privacidad<!--:-->', '', 'inherit', 'closed', 'closed', '', '914-revision-2', '', '', '2012-06-14 02:21:18', '2012-06-14 02:21:18', '', 914, 'http://www.careyes.com.mx/?p=1468', 0, 'page', '', 0),
(1470, 1, '2012-06-14 02:22:45', '2012-06-14 02:22:45', '<!--:en-->Based on Articles 15 and 16 of the <strong>Federal Law of Protection of Personal Data held by individuals</strong> we are aware that <strong>OPERTUR SA de </strong><strong>CV.,</strong> <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>is responsible for collecting your personal information, the use to be given to them and their protection.\r\n\r\nYour personal information will be used for the following purposes: to provide products and services you requested, to notify you about new services or products that are related to the already contracted or acquired; tell you about changes in them, undertake studies and programs that are necessary to determine consumption habits, periodic evaluations of our products and services to improve the quality effect thereof; assess the quality of service we provide, and generally to comply with the obligations we have undertaken with you.\r\n\r\nFor the purposes mentioned above, we need to obtain the following data:\r\n<ul>\r\n	<li><strong>Full Name:</strong></li>\r\n	<li><strong>Marital status:</strong></li>\r\n	<li><strong>Telephone / or cellular number:</strong></li>\r\n	<li><strong>Email:</strong></li>\r\n	<li><strong>Address:</strong></li>\r\n	<li><strong>RFC and / or CURP: (For Mexican residents only):</strong></li>\r\n	<li><strong>Occupation / Job Title:</strong></li>\r\n</ul>\r\nIt is important to inform you of your right to access, rectify and cancel the use of your personal data,  and to oppose to their treatment or revoke consent for this purpose which you have given.\r\n\r\nPursuant to the Law in its article 29 , for this it is necessary to send the request pursuant to <strong>Monica Garcia</strong> , Head of our Department of Protection of Personal Data, located at <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong> or to contact the phone <strong>+52 (315) 3510320</strong> or via email at <strong>info@careyes.com.mx,</strong> which confirms request by phone to ensure correct reception.\r\n\r\nIf you do not wish to receive promotional messages from us, please send your request via e-mail address: <strong>info@careyes.com.mx</strong>\r\n\r\nImportant: Any change to this Privacy Notice may consult in http://www.careyes.com.mx<!--:--><!--:es-->Con fundamento en los artículos 15 y 16 de la <strong>Ley Federal de Protección de Datos Personales en Posesión de Particulares</strong> hacemos de su conocimiento que <strong>OPERTUR SA de CV</strong><strong>.</strong>, con domicilio en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>es responsable de recabar sus datos personales, del uso que se le dé a los mismos y de su protección.<strong></strong>\r\n\r\nSu información personal será utilizada para las siguientes finalidades: proveer los servicios y productos que ha solicitado; notificarle sobre nuevos servicios o productos que tengan relación con los ya contratados o adquiridos; comunicarle sobre cambios en los mismos; elaborar estudios y programas que son necesarios para determinar hábitos de consumo; realizar evaluaciones periódicas de nuestros productos y servicios a efecto de mejorar la calidad de los mismos; evaluar la calidad del servicio que brindamos, y en general, para dar cumplimiento a las obligaciones que hemos contraído con usted.\r\n\r\nPara las finalidades antes mencionadas, requerimos obtener los siguientes datos personales:\r\n<ul>\r\n	<li><strong>Nombre completo</strong></li>\r\n	<li><strong>Estado civil</strong></li>\r\n	<li><strong>Teléfono fijo y/o celular</strong></li>\r\n	<li><strong>Correo electrónico</strong></li>\r\n	<li><strong>Dirección</strong></li>\r\n	<li><strong>RFC y/o CURP</strong></li>\r\n	<li><strong>Firma autógrafa</strong></li>\r\n	<li><strong>Ocupación</strong></li>\r\n</ul>\r\nEs importante informarle que usted tiene derecho al Acceso, Rectificación y Cancelación de sus datos personales, a Oponerse al tratamiento de los mismos o a revocar el consentimiento que para dicho fin nos haya otorgado.\r\n\r\nPara ello, es necesario que envíe la solicitud en los términos que marca la Ley en su Art. 29 a <strong>Monica Garcia</strong><strong> </strong>, responsable de nuestro Departamento de Protección de Datos Personales, ubicado en <strong>KM. 53.5 CARRETERA BARRA DE NAVIDAD- PTO. VALLARTA, CAREYES, MPIO. DE LA HUERTA, JALISCO, </strong><strong>CP. 48894</strong><strong> </strong>, o bien, se comunique al teléfono <strong>+52 (315) 3510320</strong> o vía correo electrónico a <strong>info@careyes.com.mx</strong>, el cual solicitamos confirme vía telefónica para garantizar su correcta recepción.\r\n\r\nEn caso de que no desee de recibir mensajes promocionales de nuestra parte, puede enviarnos su solicitud por medio de la dirección electrónica: <strong>info@careyes.com.mx</strong>\r\n\r\nImportante: Cualquier modificación a este Aviso de Privacidad podrá consultarlo en http://www.careyes.com.mx<!--:-->', '<!--:en-->Privacy Policy<!--:--><!--:es-->Aviso de privacidad<!--:-->', '', 'inherit', 'closed', 'closed', '', '914-revision-2', '', '', '2012-06-14 02:22:45', '2012-06-14 02:22:45', '', 914, 'http://www.careyes.com.mx/?p=1470', 0, 'page', '', 0),
(1471, 1, '2012-07-02 22:17:06', '2012-07-02 22:17:06', '', 'special_julio_2012', '', 'inherit', 'closed', 'closed', '', 'special_julio_2012', '', '', '2012-07-02 22:17:06', '2012-07-02 22:17:06', '', 332, 'http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_2012.jpg', 0, 'attachment', 'image/jpeg', 0),
(1472, 1, '2012-06-14 02:14:33', '2012-06-14 02:14:33', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.<!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-06-14 02:14:33', '2012-06-14 02:14:33', '', 332, 'http://www.careyes.com.mx/?p=1472', 0, 'page', '', 0),
(1473, 1, '2012-07-02 22:17:25', '2012-07-02 22:17:25', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\r\n\r\n<img class="alignnone size-full wp-image-1471" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_2012.jpg" alt="" width="627" height="936" /><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-07-02 22:17:25', '2012-07-02 22:17:25', '', 332, 'http://www.careyes.com.mx/?p=1473', 0, 'page', '', 0),
(1474, 1, '2012-07-02 22:22:17', '2012-07-02 22:22:17', '', 'special_julio_2012', '', 'inherit', 'closed', 'closed', '', 'special_julio_2012-2', '', '', '2012-07-02 22:22:17', '2012-07-02 22:22:17', '', 332, 'http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg', 0, 'attachment', 'image/jpeg', 0),
(1475, 1, '2012-07-02 22:19:37', '2012-07-02 22:19:37', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<img class="alignnone size-full wp-image-1471" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_2012.jpg" alt="" width="627" height="936" /><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-07-02 22:19:37', '2012-07-02 22:19:37', '', 332, 'http://www.careyes.com.mx/?p=1475', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1476, 1, '2012-05-22 03:23:42', '2012-05-22 03:23:42', '<!--:en--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para  evocar grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Accomodations<!--:--><!--:es-->Rentas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1148-revision-2', '', '', '2012-05-22 03:23:42', '2012-05-22 03:23:42', '', 1148, 'http://www.careyes.com.mx/?p=1476', 0, 'page', '', 0),
(1477, 1, '2012-08-23 15:14:57', '2012-08-23 15:14:57', '<!--:en--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es--><img class="alignnone size-full wp-image-1356" title="rentals_zigzag_pool" src="http://www.careyes.com.mx/web/wp-content/uploads/2012/01/rentals_zigzag_pool.jpg" alt="" width="627" height="470" />\r\n\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para  evocar grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Accommodations<!--:--><!--:es-->Rentas<!--:-->', '', 'inherit', 'closed', 'closed', '', '1148-revision-2', '', '', '2012-08-23 15:14:57', '2012-08-23 15:14:57', '', 1148, 'http://www.careyes.com.mx/?p=1477', 0, 'page', '', 0),
(1478, 1, '2012-06-12 17:31:24', '2012-06-12 17:31:24', '<!--:en-->From December 20th, 2012\r\nTo January 10th , 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                        USD   3.500\r\n</strong><strong>Four Bedroom Villa with pool                          USD   4.000\r\n</strong><strong>Five Bedroom Villa with pool                           USD   5.000</strong>\r\nRates are per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates are per night, plus 5% Service Charge\r\nRates includes daily breakfast, round trip\r\nairport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\r\nA Enero 10, 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3 Habitaciones con Piscina                               USD   3.500\r\n<strong><strong>Villa de 4 Habitaciones con Piscina</strong>                               USD   4.000\r\n</strong><strong><strong>Villa de 5 Habitaciones con Piscina</strong>                               USD   5.000</strong></strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nLas Tarifas incluyen desayuno diario, translado redondo\r\nal aeropuerto e Impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-06-12 17:31:24', '2012-06-12 17:31:24', '', 684, 'http://www.careyes.com.mx/?p=1478', 0, 'page', '', 0),
(1479, 1, '2012-08-23 15:21:54', '2012-08-23 15:21:54', '<!--:en-->From December 20th, 2012\r\nTo January 10th , 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTLE &amp; VILLAS</span> </strong>\r\n\r\n<strong>Three to Eight Bedroom Castle with pool     USD 10.000\r\nThree Bedroom Villa with pool                        USD   3.500\r\n</strong><strong>Four Bedroom Villa with pool                          USD   4.000\r\n</strong><strong>Five Bedroom Villa with pool                           USD   5.000</strong>\r\nRates in USD, per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.<em>\r\n10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS &amp; BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Four Bedroom Casita with pool                     USD 1500\r\nThree Bedroom Casita with pool                   USD 1250\r\nTwo Bedroom Casita with pool                      USD 1000\r\nOne Bedroom Casita no pool                         USD   500\r\nBeach bungalow                                              USD   400\r\n</strong>Rates in USD, per night, plus 5% Service Charge.\r\nRate includes MAP (house guests only),\r\nIncluding driver services, all local beverages,\r\nround trip airport transfers and Taxes.\r\n<em>10 NIGHTS MINIMUM</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n<strong>Rates subject to change without prior notice</strong>\r\n<strong>Reservations Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>OR 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:--><!--:es-->De Diciembre 20, 2012\r\nA Enero 10, 2013\r\n\r\n<strong><span style="color: #00ccff;">CASTILLOS Y VILLAS</span> </strong>\r\n\r\n<strong>Castillo de Tres a Ocho Habitaciones, con Piscina    USD 10.000\r\nVilla de 3 Habitaciones con Piscina                               USD   3.500\r\n<strong><strong>Villa de 4 Habitaciones con Piscina</strong>                               USD   4.000\r\n</strong><strong><strong>Villa de 5 Habitaciones con Piscina</strong>                               USD   5.000</strong></strong>\r\nLas Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nDesayuno incluido para huéspedes únicamente – WiFi de cortesía,\r\nIncluyendo servicio de chofer, todas las bebidas nacionales,\r\nviaje redondo al aeropuerto e impuestos.<em>\r\n10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<span style="color: #00ccff;"><strong> CASITAS Y BUNGALOWS\r\n</strong></span>\r\n\r\n<strong>Casita de Cuatro Habitaciones con Piscina                    USD 1500\r\nCasita de Tres Habitaciones con Piscina                USD 1250\r\nCasita de Dos Habitaciones con Psicina                  USD 1000\r\nCasita de Una Habitación sin Pisicina                      USD   500\r\nBungalow en Playa                                             USD   400\r\n</strong>Las Tarifas son por noche, mas 5% de Cargo por Servicio.\r\nLas Tarifas incluyen desayuno diario, translado redondo\r\nal aeropuerto e Impuestos.\r\n<em>10 NOCHES MÍNIMO</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n<strong>Tarifas sujetas a cambio sin previo aviso.</strong>\r\n<strong>Reservaciones Tel. + 52 315 35 1 03 20 Fax + 52 315 35 1 03 24</strong>\r\n<strong>O al 1 888 3347609 US</strong>\r\n<a title="info@careyes.com.mx" href="mailto:info@careyes.com.mx"><strong>info@careyes.com.mx</strong></a><!--:-->', '<!--:en-->Festive Season Rental Rates<!--:--><!--:es-->Tarifas de Renta en Temporada Festiva<!--:-->', '', 'inherit', 'closed', 'closed', '', '684-revision-2', '', '', '2012-08-23 15:21:54', '2012-08-23 15:21:54', '', 684, 'http://www.careyes.com.mx/?p=1479', 0, 'page', '', 0),
(1480, 1, '2012-07-02 22:23:10', '2012-07-02 22:23:10', '<!--:en--><p style="text-align: justify;">Four nights minimum in a Villa or Castle includes round trip airport transfers, MAP, all local drinks include.</p>\r\n<p style="text-align: justify;">7 nights minimum in a Villa or Castle same includes round trip airport transfers, MAP, all local drinks, driver services included.</p>\r\n<p style="text-align: justify;">Special Amenities for Virtuoso, Signature and Ensemble Agencies: Upgrade upon availability , round trip airport transfers, early check in &amp; late check out upon availability, one diner for 2 or one massage for 2.</p>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Playa Rosa Bungalows </span></h1>\r\nSUMMER CAREYES\r\n$700 usd\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nThree stylish beach bungalows ideally situated for sunning on the quiet Playa Rosa or swimming in the warm protected water of Careyes Bay. Adjoining them is the fine acclaimed Playa Rosa restaurant with its fine food, wildly romantic decor and musical entertainment.\r\n\r\nThe Bungalows offer the same high level of services as our other properties icluding concierge combining to create a luxurious castaway experiences.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">ONE BEDROOM CASITA DE LAS FLORES</span></h1>\r\nCAREYES SUMMER\r\n$850 usd\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PACKAGE INCLUDES: </strong>\r\n\r\n•2 nights stay\r\n•Welcome Cocktail\r\n•Daily breakfast.\r\n•1 hour of Paddle board or Kayak per stay.\r\n•Taxes included.\r\n\r\nA village of brightly painted casitas, all with ocean views from their spacious terraces. Located only steps from the private Playa Rosa beach club and restaurant. Many of the casitas have splash pool oversized Jacuzzis on their terraces. Richly landscaped with flowering plants, the villages of casitas bloom like tropical garden. The casitas come with fully equipped kitchenettes and daily maid services as well as concierge service.\r\n\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<a href="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg"><img class="alignnone size-full wp-image-1474" title="special_julio_2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/special_julio_20121.jpg" alt="" width="720" height="960" /></a><!--:--><!--:es--><p style="text-align: justify;">Hospedaje mínimo de 4 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno y bebidas nacionales.</p>\r\n<p style="text-align: justify;">Hospedaje mínimo de 7 noches en Villa o Castillo, se incluyen traslados redondos del aeropuerto, desayuno, bebidas nacionales y servicios de chofer.</p>\r\n<p style="text-align: justify;">Mejora de categoría (sujeta a disponibilidad), traslados redondos del aeropuerto, entrada anticipada &amp; salida tardía (sujetas a disponibilidad), una cena para 2 o un masaje para 2.</p>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">Bungalos de Playa Rosa </span></h1>\r\nVERANO CAREYES\r\n$7,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1442" title="bungalows2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/bungalows2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches de estancia para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV, AC.\r\n•Impuestos incluidos\r\n\r\nTres bungalós en la playa, ideales para tomar el sol o nadar en las cálidas aguas protegidas de la bahía de Careyes. Junto a ellos es el muy aclamado Restaurante Playa Rosa, con su excelente comida, la decoración romántica.\r\n\r\nLos bungalós ofrecen el mismo nivel de servicios como los de otras propiedades, así como servicios de concierge que le ayudaran ha crear una experiencia de lujo.\r\n\r\n&nbsp;\r\n<div class="diagonales"></div>\r\n<h1><span style="color: #00ccff;">CASITA DE LAS FLORES DE UNA HABITACION</span></h1>\r\nVERANO CAREYES\r\n$8,500 Pesos\r\n\r\n<img class="alignnone size-full wp-image-1446" title="casitas2012" src="http://www.careyes.com.mx/wp-content/uploads/2011/11/casitas2012.jpg" alt="" width="627" height="470" />\r\n\r\n<strong>PAQUETE INCLUYE: </strong>\r\n\r\n•2 noches en habitación para 2 personas\r\n•Cóctel de Bienvenida\r\n•Desayuno diario\r\n•1 hora de Paddle board ó Kayak por estancia.\r\n•WiFi, TV y AC\r\n•Impuestos incluidos\r\n•Noche adicional $4,000 pesos\r\n\r\nUn pueblo de casitas pintadas de vivos colores, todos con vista al mar de sus amplias terrazas. Situado a pocos pasos del club privado Playa Rosa y su playa. Muchas de las casitas tienen jacuzzi o plunge pool en sus terrazas, ricamente adornados con plantas con flores tropicales que florecen todo el año. Las casitas cuentan con cocineta equipada y servicios de limpieza diario, así como servicio de conserjería.<!--:-->', '<!--:en-->Specials<!--:--><!--:es-->Especiales<!--:-->', '', 'inherit', 'closed', 'closed', '', '332-revision-2', '', '', '2012-07-02 22:23:10', '2012-07-02 22:23:10', '', 332, 'http://www.careyes.com.mx/?p=1480', 0, 'page', '', 0),
(1483, 1, '2012-05-11 22:51:43', '2012-05-11 22:51:43', '<!--:en-->[imagebrowser id=48]\r\nThe most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.<!--:--><!--:es-->[imagebrowser id=48]\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.<!--:-->', '<!--:en-->Castles<!--:--><!--:es-->Castillos<!--:-->', '', 'inherit', 'closed', 'closed', '', '1005-revision-2', '', '', '2012-05-11 22:51:43', '2012-05-11 22:51:43', '', 1005, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0),
(1487, 1, '2012-09-07 19:41:16', '2012-09-07 19:41:16', '<!--:en-->Rates are per night, per villa or unit.\r\nPrices in USD.Tax &amp; service are not included.<strong></strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CASTLES OCEAN FRONT </span></strong>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-09-07 19:41:16', '2012-09-07 19:41:16', '', 329, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0),
(1484, 1, '2012-05-22 15:56:05', '2012-05-22 15:56:05', '<!--:en-->Rates are per night, per accommodation or villa.\r\nPrices in USD. Tax &amp; service not included.\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CA</span><span style="color: #00ccff;">STLES</span> </strong>\r\n\r\n<strong>SOL DE ORIENTE &amp;  SOL DE OCCIDENTE OCEAN FRONT </strong>(6 Bedrooms)\r\n\r\nMinimum rental 3 bedroom\r\n$4,000 per night\r\n$1,000 for additional ocean front garden bungalow or tower\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<strong>MI OJO OCEAN FRONT </strong>(8 bedrooms villa)\r\nFull house      $7,000\r\n\r\n<em>MAP for house guests only - Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por residencia o villa.\r\nPrecios en USD. Impuestos y servicios no incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS      </strong></span>\r\n\r\n<strong>SOL DE ORIENTE Y SOL DE OCCIDENTE FRENTE AL MAR </strong>(6 recámaras)\r\nRenta mínima 3 recámaras\r\n$4,000 por noche\r\n$1,000 adicionales por bungalow-jardín frente al mar o torre\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<strong>MI OJO FRENTE AL MAR </strong>(Villa con 8 recámaras)\r\nCasa completa           $7,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-05-22 15:56:05', '2012-05-22 15:56:05', '', 329, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0),
(1488, 1, '2012-09-07 19:54:20', '2012-09-07 19:54:20', '<!--:en-->Rates are per night, per villa or unit.\r\nPrices in USD.Tax &amp; service are not included.<strong></strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span style="color: #00ccff;">CASTLES OCEAN FRONT </span></strong>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nUS $7,000 Full house, 6 bedrooms Castle\r\nUS $4,000 For only 3 bedrooms\r\nUS $1,000 For additional bungalow or tower\r\n\r\n<em>MAP for house guests only – Complimentary WIFI</em>\r\n\r\n*MAP = Breakfast plus one other meal.\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>VILLAS OCEAN FRONT &amp; OCEAN VIEW</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 bedrooms $3,000 or per bedroom        $1,000\r\n\r\n<strong>CONSTELLATION\r\n</strong>3 bedroom                                                $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 bedroom                                          $3,000\r\n\r\n<em>MAP for house guests only- Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>CASITAS OCEAN VIEW\r\n</strong></span>1 bedroom                     $400\r\n2 bedroom no pool       $600\r\n2 bedroom with pool     $750\r\n3 bedroom with pool     $1,000\r\n4 bedroom with pool     $1,200\r\n\r\n<em>Breakfast included for house guests only -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00ccff;"><strong>BUNGALOW IN PLAYA ROSA\r\n</strong></span>1 bedroom    $320\r\n\r\n<em>Breakfast included -Complimentary WIFI</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->Las tarifas son por noche, por alojamiento o villa.\r\nPrecios en USD. Impuestos y servicios no son incluidos.\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASTILLOS, FRENTE AL MAR</strong></span>\r\n\r\n<strong>SOL DE ORIENTE\r\nSOL DE OCCIDENTE</strong>\r\n\r\nUS $7,000 Por casa completa, castillo de 6 habitaciones\r\nUS $4,000 Por solamente 3 habitaciones\r\nUS $1,000 Por habitación adicional bungaló o torre\r\n\r\n<em>MAP para huéspedes únicamente – WiFi en cortesía</em>\r\n\r\n<em>*MAP = Desayuno mas una comida diaria.</em>\r\n\r\n<strong></strong><a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>VILLAS FRENTE AL MAR CON VISTA AL MAR</strong></span>\r\n\r\n<strong>NIDO DE AMOR\r\n</strong>3 recámaras $3,000, ó por recámara    $1,000\r\n\r\n<strong>CONSTELACIÓN\r\n</strong>3 recámaras                                           $1,500\r\n\r\n<strong>CONSTELACION 4\r\n</strong>4 1/2 recámaras                                     $3,000\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>CASITAS CON VISTA AL MAR\r\n</strong></span>1 recámara                           $400\r\n2 recámaras sin alberca      $600\r\n2 recámaras con alberca     $750\r\n3 recámaras con alberca     $1,000\r\n4 recámaras con alberca     $1,200\r\n\r\n<em>Desayuno incluido para huéspedes únicamente – WiFi  de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a>\r\n\r\n&nbsp;\r\n\r\n<span style="color: #00aeef;"><strong>BUNGALOW EN PLAYA ROSA\r\n</strong></span>1 recámara    $320\r\n\r\n<em>WiFi Desayuno incluido – WiFi de cortesía</em>\r\n\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es">RESERVAR</a><!--:-->', '<!--:en-->Rates<!--:--><!--:es-->Tarifas<!--:-->', '', 'inherit', 'closed', 'closed', '', '329-revision-3', '', '', '2012-09-07 19:54:20', '2012-09-07 19:54:20', '', 329, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0),
(1490, 1, '2012-09-24 19:14:04', '2012-09-24 19:14:04', '<!--:en-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Perched on an oceanfront point, Mi Ojo is a Careyes icon, it is the house which defined the Careyes style. Ocean breezes, crashing waves, fragrant blossoms, and vibrant colors, it is a feast of the senses. A hanging bridge, over 90 ft in the air, connects to a small private island with natural gardens and a meditation platform. A large roof terrace is the perfect spot to watch the intense Careyes sunsets. A cathedral like living palapa affords panoramic views of the bay, coastline and open ocean.</p>\r\n<span style="color: #00aeef;">A total of 8 bedrooms</span>\r\n\r\n<span style="color: #00aeef;"><strong>AMENITIES</strong></span>\r\n<ul>\r\n	<li>Oceanfront</li>\r\n	<li>Gondola to a Private Beach - with beach club</li>\r\n	<li>2 Large Master Suites</li>\r\n	<li>6 Spacious Bedrooms\r\nwith ensuite bathrooms</li>\r\n	<li>Large Living &amp; Dining Palapa</li>\r\n	<li>Large Roof Terrace</li>\r\n	<li>Hanging Bridge to Private Island</li>\r\n	<li>Wireless High Speed Internet</li>\r\n	<li>Sky TV</li>\r\n	<li>Sound System</li>\r\n	<li>Air Conditioned</li>\r\n	<li>Fully Staffed\r\n<em>With Butler, chef, 2/3 maids.</em></li>\r\n</ul>\r\n<a class="btnreq" title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038">REQUEST IT</a><!--:--><!--:es-->[imagebrowser id=29]\r\n<p style="text-align: justify;">Situada en un punto con vista al mar, Mi Ojo es un icono de Careyes, es la casa que definió el estilo Careyes. La brisa del mar, olas, flores fragantes, y colores vibrantes, es una fiesta de los sentidos. Un puente colgante, más de 30 metros en el aire, se conecta a una pequeña isla privada con jardines naturales y una plataforma de meditación. Una gran terraza es el lugar perfecto para ver las puestas de sol de Careyes. Una catedral, como vivir en una palapa que ofrece vistas panorámicas de la bahía, la costa y el mar abierto.</p>\r\n<p style="text-align: justify;"><span style="color: #00aeef;">Un total de 8 recámaras</span></p>\r\n<p style="text-align: justify;"><strong></strong><span style="color: #00aeef;"><strong>AMENIDADES</strong></span></p>\r\n\r\n\r\n<ul>\r\n	<li>Frente al mar</li>\r\n	<li>8 recámaras (2 suites master, 6 suites junior)</li>\r\n	<li>9 baños completos</li>\r\n	<li>Piscina con terrazas para tomar el sol</li>\r\n	<li>2 comedores</li>\r\n	<li>Sala con techo de palapa</li>\r\n	<li>Amplias terrazas</li>\r\n	<li>Áreas de lounge</li>\r\n	<li>Sala de televisión</li>\r\n	<li>Góndola a playa privada, terraza para tomar el sol &amp; rompeolas</li>\r\n	<li>Staff doméstico completo</li>\r\n	<li>Aire acondicionado/WiFi de cortesía</li>\r\n	<li>Complejo bardeado con vigilancia las 24 horas</li>\r\n</ul>\r\n\r\n<a title="Reservaciones" href="http://www.careyes.com.mx/web/?page_id=1038&amp;lang=es" class="btnreq">RESERVAR</a><!--:-->', '<!--:en-->Mi Ojo<!--:--><!--:es-->Mi Ojo<!--:-->', '', 'inherit', 'closed', 'closed', '', '395-revision-4', '', '', '2012-09-24 19:14:04', '2012-09-24 19:14:04', '', 395, 'http://www.careyes.com.mx/%postid%', 0, 'page', '', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_res_offers`
--

CREATE TABLE IF NOT EXISTS `wp_res_offers` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `resourceid` mediumint(9) unsigned NOT NULL,
  `datebegin` date NOT NULL,
  `dateend` date NOT NULL,
  `price` decimal(11,2) NOT NULL,
  `description` text,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Volcado de datos para la tabla `wp_res_offers`
--

INSERT INTO `wp_res_offers` (`id`, `resourceid`, `datebegin`, `dateend`, `price`, `description`) VALUES
(1, 103, '2010-03-01', '2010-03-31', 5.00, 'March discount'),
(2, 104, '2010-04-01', '2010-04-30', 5.00, 'April discount'),
(3, 105, '2010-05-01', '2010-05-31', 5.00, 'May discount');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_res_orders`
--

CREATE TABLE IF NOT EXISTS `wp_res_orders` (
  `orderid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `userid` bigint(20) unsigned NOT NULL,
  `price` decimal(11,2) DEFAULT NULL,
  `datebegin` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `comments` text,
  `payed` tinyint(4) DEFAULT NULL,
  `paysys` mediumint(9) DEFAULT NULL,
  PRIMARY KEY (`orderid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_res_orders_content`
--

CREATE TABLE IF NOT EXISTS `wp_res_orders_content` (
  `id` mediumint(9) unsigned NOT NULL AUTO_INCREMENT,
  `orderid` bigint(20) unsigned NOT NULL,
  `resourceid` mediumint(9) DEFAULT NULL,
  `kol` int(11) DEFAULT NULL,
  `price` decimal(11,2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `userid` (`orderid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_res_paysys`
--

CREATE TABLE IF NOT EXISTS `wp_res_paysys` (
  `paysysid` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` tinytext,
  PRIMARY KEY (`paysysid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Volcado de datos para la tabla `wp_res_paysys`
--

INSERT INTO `wp_res_paysys` (`paysysid`, `name`) VALUES
(1, 'Qiwi'),
(2, 'PayOnlineSystem'),
(3, 'Sberbank'),
(4, 'Robokassa'),
(5, 'Webmoney'),
(6, 'PayPal');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_res_resources`
--

CREATE TABLE IF NOT EXISTS `wp_res_resources` (
  `resourceid` mediumint(9) NOT NULL AUTO_INCREMENT,
  `parent` mediumint(9) NOT NULL DEFAULT '0',
  `name` tinytext,
  `price` decimal(11,2) DEFAULT NULL,
  `capacity` int(11) DEFAULT NULL,
  PRIMARY KEY (`resourceid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=136 ;

--
-- Volcado de datos para la tabla `wp_res_resources`
--

INSERT INTO `wp_res_resources` (`resourceid`, `parent`, `name`, `price`, `capacity`) VALUES
(100, 0, 'Demo resources', NULL, NULL),
(101, 100, 'Hotel New York', NULL, NULL),
(102, 101, 'Garden view rooms', NULL, NULL),
(103, 102, 'Room 201', 18.00, 3),
(104, 102, 'Room 203', 14.00, 2),
(105, 102, 'Room 204', 16.00, 2),
(106, 101, 'Sea view rooms', NULL, NULL),
(107, 106, 'Room 302', 10.00, 5),
(108, 106, 'Room 304', 9.00, 6),
(109, 100, 'Hotel Sydney', NULL, NULL),
(110, 109, 'Mountain views rooms', NULL, NULL),
(111, 110, 'Room 111', 25.00, 1),
(112, 110, 'Room 112', 25.00, 1),
(113, 100, 'Athletic Gym', NULL, NULL),
(114, 113, 'Pilates', NULL, NULL),
(115, 114, 'Trainer - Kate', 15.00, 10),
(116, 114, 'Trainer - Alice', 15.00, 10),
(117, 113, 'Bodybuilding', NULL, NULL),
(118, 117, 'Trainer - Max', 20.00, 4),
(119, 100, 'MaxHealth Clinic', NULL, NULL),
(120, 119, 'Dentist', NULL, NULL),
(121, 120, 'Dr. Dick', 50.00, 1),
(122, 120, 'Dr. Quick', 50.00, 1),
(123, 100, 'Car rental', NULL, NULL),
(124, 123, 'Toyota', NULL, NULL),
(125, 124, 'Camry', 50.00, 1),
(126, 124, 'Corolla', 50.00, 1),
(127, 123, 'Ford', NULL, NULL),
(128, 127, 'Mondeo', 50.00, 1),
(129, 127, 'Focus', 50.00, 1),
(130, 123, 'Mitsubishi', NULL, NULL),
(131, 130, 'Lancer', 50.00, 1),
(132, 130, 'L200', 50.00, 1),
(133, 100, 'Workers', NULL, NULL),
(134, 133, 'Worker 1', 50.00, 1),
(135, 133, 'Worker 2', 70.00, 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_terms`
--

CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=170 ;

--
-- Volcado de datos para la tabla `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0),
(2, 'Sitios de interés', 'sitios-de-interes', 0),
(3, 'careyes', 'careyes', 0),
(4, 'turismo', 'turismo', 0),
(5, 'Lifestyle', 'lifestyle', 0),
(6, 'Polo', 'polo', 0),
(8, 'Multimedia', 'multimedia', 0),
(9, 'Real Estate', 'real-estate', 0),
(10, 'Rentals', 'rentals', 0),
(11, 'Location', 'location', 0),
(12, 'Contact', 'contact', 0),
(13, 'post-format-gallery', 'post-format-gallery', 0),
(14, 'events arts', 'events-arts', 0),
(15, 'Menu Principal', 'menu-principal', 0),
(16, 'post-format-aside', 'post-format-aside', 0),
(17, 'polo rentals restaurants horseback riding art surf film&amp;arts activities real estate events castles location paddle board villas fishing', 'polo-rentals-restaurants-horseback-riding-art-surf-filmarts-activities-real-estate-events-castles-location-paddle-board-villas-fishing', 0),
(18, 'post-format-image', 'post-format-image', 0),
(19, 'Anuncios', 'anuncios', 0),
(20, 'JOIN US', 'join-us', 0),
(21, 'Recent Events', 'recent-events', 0),
(22, 'recent events', 'recent-events-2', 0),
(23, 'sol de occidente', 'sol-de-occidente', 0),
(24, 'castles', 'castles', 0),
(25, 'accomodations', 'accomodations-2', 0),
(26, 'LINKS', 'links', 0),
(27, 'CONTACT', 'contact-2', 0),
(28, 'NEWS', 'news', 0),
(29, 'polo', 'polo-2', 0),
(30, 'accomodations', 'accomodations-3', 0),
(31, 'restaurants', 'restaurants', 0),
(32, 'horseback riding', 'horseback-riding', 0),
(33, 'art', 'art', 0),
(34, 'surf', 'surf', 0),
(35, 'film&amp;arts', 'filmarts', 0),
(36, 'activities', 'activities', 0),
(37, 'real estate', 'real-estate-2', 0),
(38, 'location', 'location-2', 0),
(39, 'paddle board', 'paddle-board', 0),
(40, 'fishing', 'fishing', 0),
(41, 'villas', 'villas', 0),
(42, 'sea activities', 'sea-activities', 0),
(43, 'playa rosa rooms', 'playa-rosa-rooms', 0),
(44, 'adventure activities', 'adventure-activities', 0),
(45, 'polo lessons', 'polo-lessons', 0),
(46, 'art gallery', 'art-gallery', 0),
(47, 'constelacion', 'constelacion', 0),
(49, 'New Category', 'new-category', 0),
(51, 'Art and Events', 'pluscategory', 0),
(52, 'Activities', 'activities-2', 0),
(53, 'Polo - Recent Events', 'polo-recent-events', 0),
(54, 'This Season', 'this-season', 0),
(55, 'Most Popular', 'most-popular', 0),
(56, 'Lifestyle - Recent Events', 'lifestyle-recent-events', 0),
(65, 'Art- Recent Events', 'art-recent-events', 0),
(58, 'Ojo de Careyes', 'ojo-de-careyes', 0),
(59, 'Press', 'press', 0),
(60, 'Videos', 'videos', 0),
(61, 'Real - Villas', 'real-villas', 0),
(62, 'Real - Casitas', 'real-casitas', 0),
(63, 'Rent - Castles', 'rent-castles', 0),
(64, 'Accomodations - Villas', 'rent-villas', 0),
(66, 'nido', 'nido', 0),
(67, 'villa', 'villa', 0),
(68, 'mi ojo', 'mi-ojo', 0),
(69, 'accomodations VIP', 'accomodations-vip', 0),
(70, 'accomodations', 'accomodations', 0),
(71, 'orient', 'orient', 0),
(72, 'sol de oriente', 'sol-de-oriente', 0),
(73, 'occident', 'occident', 0),
(74, 'lots', 'lots', 0),
(75, 'casitas', 'casitas', 0),
(76, 'tucan', 'tucan', 0),
(77, 'torre del cielo', 'torre-del-cielo', 0),
(78, 'casa nautilus', 'casa-nautilus', 0),
(79, 'nido de amor', 'nido-de-amor', 0),
(80, 'dos estrellas', 'dos-estrellas', 0),
(81, 'events', 'events', 0),
(82, 'birthday', 'birthday', 0),
(83, 'anniversaries', 'anniversaries', 0),
(84, 'corporate', 'corporate', 0),
(85, 'retreats', 'retreats', 0),
(86, 'product launches', 'product-launches', 0),
(87, 'photo shoots', 'photo-shoots', 0),
(88, 'film location', 'film-location', 0),
(89, 'what to do', 'what-to-do', 0),
(90, 'turtles', 'turtles', 0),
(91, 'nature', 'nature', 0),
(92, 'land activities', 'land-activities', 0),
(93, 'arts', 'arts', 0),
(94, 'culture', 'culture', 0),
(95, 'chinese new year', 'chinese-new-year', 0),
(96, 'artist', 'artist', 0),
(97, 'bungalows', 'bungalows', 0),
(98, 'hotel', 'hotel', 0),
(99, 'playa rosa', 'playa-rosa', 0),
(100, 'rooms', 'rooms', 0),
(101, 'one bedroom', 'one-bedroom', 0),
(102, 'casa', 'casa', 0),
(103, 'two bedrooms', 'two-bedrooms', 0),
(104, 'casita rentals', 'casita-rentals', 0),
(105, 'casita accomodation', 'casita-accomodation', 0),
(106, 'flores', 'flores', 0),
(107, 'las flores', 'las-flores', 0),
(108, 'polo club', 'polo-club', 0),
(109, 'cultural plaza', 'cultural-plaza', 0),
(110, 'where is', 'where-is', 0),
(111, 'instructions', 'instructions', 0),
(112, 'drive', 'drive', 0),
(113, 'airplane', 'airplane', 0),
(114, 'road', 'road', 0),
(115, 'address', 'address', 0),
(116, 'how to', 'how-to', 0),
(117, 'rates', 'rates', 0),
(118, 'specials', 'specials', 0),
(119, 'offer', 'offer', 0),
(120, 'offers', 'offers', 0),
(121, 'packages', 'packages', 0),
(122, 'festive season', 'festive-season', 0),
(123, 'film', 'film', 0),
(124, 'charter', 'charter', 0),
(125, 'highway', 'highway', 0),
(126, 'Puerto Vallarta', 'puerto-vallarta', 0),
(127, 'Manzanillo', 'manzanillo', 0),
(128, 'taxi', 'taxi', 0),
(129, 'Chamela', 'chamela', 0),
(130, 'flights', 'flights', 0),
(131, 'flight', 'flight', 0),
(132, 'shuttle', 'shuttle', 0),
(133, 'contact', 'contact-3', 0),
(134, 'info', 'info', 0),
(135, 'email', 'email', 0),
(136, 'booking', 'booking', 0),
(137, 'reservations', 'reservations', 0),
(138, 'reservation', 'reservation', 0),
(139, 'information', 'information', 0),
(140, 'art careyes', 'art-careyes', 0),
(141, 'gallery', 'gallery', 0),
(142, 'event shedule', 'event-shedule', 0),
(143, 'lifestyle', 'lifestyle-2', 0),
(144, 'calendar', 'calendar', 0),
(145, 'map', 'map', 0),
(146, 'getting here', 'getting-here', 0),
(147, 'master plan', 'master-plan', 0),
(148, 'photo gallery', 'photo-gallery', 0),
(149, 'polo schedule', 'polo-schedule', 0),
(150, 'polo activities', 'polo-activities', 0),
(151, 'polo season', 'polo-season', 0),
(152, 'season', 'season', 0),
(153, 'accomodations rates', 'accomodations-rates', 0),
(154, 'restaurant', 'restaurant', 0),
(155, 'cocodrilo azul', 'cocodrilo-azul', 0),
(156, 'cocodrilo', 'cocodrilo', 0),
(157, 'lantana', 'lantana', 0),
(158, 'la lantana', 'la-lantana', 0),
(159, 'punto como', 'punto-como', 0),
(160, 'video', 'video', 0),
(161, 'Mailing List', 'mailing-list', 0),
(162, 'mailing list', 'mailing-list-2', 0),
(163, 'Privacy policy', 'privacy-policy', 0),
(164, 'recente events', 'recente-events', 0),
(165, 'altiplano', 'altiplano', 0),
(166, 'real state', 'real-state', 0),
(167, 'multimedia', 'multimedia-2', 0),
(168, 'luxury surf', 'luxury-surf', 0),
(169, 'Maco Careyes 2011', 'maco-careyes-2011', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_term_relationships`
--

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(377, 37, 0),
(381, 37, 0),
(383, 79, 0),
(383, 41, 0),
(398, 41, 0),
(700, 15, 0),
(398, 25, 0),
(288, 15, 0),
(1166, 64, 0),
(1050, 15, 0),
(1119, 71, 0),
(1056, 33, 0),
(1053, 169, 0),
(1073, 64, 0),
(191, 29, 0),
(381, 41, 0),
(391, 25, 0),
(1150, 15, 0),
(1170, 64, 0),
(57, 18, 0),
(57, 19, 0),
(1171, 64, 0),
(1137, 15, 0),
(1122, 71, 0),
(1168, 64, 0),
(8, 20, 0),
(9, 20, 0),
(10, 20, 0),
(1115, 29, 0),
(1328, 54, 0),
(285, 15, 0),
(86, 13, 0),
(391, 74, 0),
(86, 9, 0),
(381, 80, 0),
(148, 18, 0),
(1115, 56, 0),
(151, 18, 0),
(1119, 56, 0),
(391, 24, 0),
(393, 72, 0),
(393, 71, 0),
(146, 18, 0),
(151, 55, 0),
(11, 26, 0),
(13, 26, 0),
(15, 28, 0),
(12, 26, 0),
(14, 27, 0),
(16, 28, 0),
(393, 70, 0),
(17, 28, 0),
(393, 23, 0),
(393, 25, 0),
(393, 24, 0),
(395, 71, 0),
(395, 70, 0),
(395, 69, 0),
(1490, 64, 0),
(395, 24, 0),
(398, 68, 0),
(391, 73, 0),
(391, 71, 0),
(391, 70, 0),
(387, 37, 0),
(389, 75, 0),
(387, 76, 0),
(389, 37, 0),
(383, 37, 0),
(387, 77, 0),
(1, 47, 1),
(7, 48, 1),
(8, 48, 1),
(9, 48, 1),
(10, 48, 1),
(11, 48, 1),
(12, 48, 1),
(1112, 56, 0),
(151, 170, 0),
(1169, 64, 0),
(291, 15, 0),
(294, 15, 0),
(297, 15, 0),
(300, 15, 0),
(303, 15, 0),
(306, 15, 0),
(309, 15, 0),
(312, 15, 0),
(316, 15, 0),
(363, 15, 0),
(322, 15, 0),
(325, 15, 0),
(328, 15, 0),
(331, 15, 0),
(334, 15, 0),
(337, 15, 0),
(340, 15, 0),
(1167, 64, 0),
(346, 15, 0),
(349, 15, 0),
(1165, 64, 0),
(959, 54, 0),
(403, 15, 0),
(355, 15, 0),
(755, 15, 0),
(900, 8, 0),
(358, 15, 0),
(1071, 64, 0),
(360, 15, 0),
(361, 15, 0),
(1038, 139, 0),
(368, 53, 0),
(370, 53, 0),
(372, 53, 0),
(377, 62, 0),
(374, 53, 0),
(379, 62, 0),
(381, 62, 0),
(383, 62, 0),
(387, 63, 0),
(391, 64, 0),
(389, 63, 0),
(398, 65, 0),
(395, 64, 0),
(393, 64, 0),
(1062, 15, 0),
(1112, 18, 0),
(1294, 52, 0),
(191, 1, 0),
(146, 55, 0),
(379, 37, 0),
(379, 41, 0),
(379, 81, 0),
(398, 81, 0),
(377, 41, 0),
(377, 82, 0),
(374, 83, 0),
(374, 84, 0),
(374, 85, 0),
(374, 86, 0),
(374, 87, 0),
(374, 88, 0),
(374, 89, 0),
(374, 90, 0),
(372, 44, 0),
(372, 91, 0),
(372, 92, 0),
(372, 93, 0),
(370, 94, 0),
(370, 91, 0),
(368, 42, 0),
(368, 91, 0),
(313, 33, 0),
(313, 95, 0),
(313, 83, 0),
(313, 96, 0),
(313, 46, 0),
(313, 97, 0),
(313, 98, 0),
(326, 99, 0),
(326, 100, 0),
(326, 101, 0),
(326, 102, 0),
(326, 103, 0),
(323, 104, 0),
(323, 76, 0),
(323, 103, 0),
(323, 105, 0),
(323, 106, 0),
(323, 107, 0),
(323, 108, 0),
(323, 109, 0),
(292, 110, 0),
(304, 111, 0),
(341, 38, 0),
(341, 112, 0),
(341, 113, 0),
(341, 114, 0),
(341, 115, 0),
(341, 116, 0),
(341, 117, 0),
(341, 118, 0),
(684, 119, 0),
(684, 120, 0),
(684, 121, 0),
(684, 122, 0),
(684, 123, 0),
(684, 124, 0),
(310, 33, 0),
(310, 95, 0),
(310, 83, 0),
(310, 96, 0),
(310, 46, 0),
(310, 97, 0),
(310, 98, 0),
(310, 125, 0),
(344, 126, 0),
(344, 127, 0),
(344, 128, 0),
(344, 129, 0),
(344, 130, 0),
(344, 131, 0),
(344, 132, 0),
(344, 133, 0),
(344, 134, 0),
(335, 126, 0),
(335, 127, 0),
(335, 128, 0),
(335, 129, 0),
(335, 130, 0),
(335, 131, 0),
(335, 132, 0),
(335, 133, 0),
(335, 134, 0),
(350, 135, 0),
(350, 136, 0),
(350, 137, 0),
(350, 138, 0),
(350, 117, 0),
(350, 139, 0),
(350, 140, 0),
(350, 141, 0),
(347, 135, 0),
(347, 136, 0),
(347, 137, 0),
(347, 138, 0),
(347, 117, 0),
(347, 139, 0),
(347, 140, 0),
(347, 141, 0),
(307, 142, 0),
(307, 33, 0),
(307, 95, 0),
(307, 83, 0),
(307, 96, 0),
(307, 46, 0),
(307, 97, 0),
(307, 98, 0),
(307, 143, 0),
(286, 144, 0),
(286, 145, 0),
(286, 146, 0),
(286, 83, 0),
(320, 37, 0),
(320, 75, 0),
(338, 147, 0),
(338, 148, 0),
(338, 38, 0),
(317, 37, 0),
(317, 149, 0),
(301, 150, 0),
(301, 89, 0),
(301, 83, 0),
(298, 151, 0),
(298, 146, 0),
(298, 83, 0),
(295, 119, 0),
(295, 29, 0),
(295, 152, 0),
(295, 45, 0),
(295, 153, 0),
(295, 154, 0),
(329, 155, 0),
(329, 119, 0),
(329, 120, 0),
(329, 121, 0),
(329, 122, 0),
(329, 123, 0),
(289, 156, 0),
(289, 31, 0),
(289, 157, 0),
(289, 158, 0),
(289, 159, 0),
(289, 160, 0),
(289, 161, 0),
(332, 119, 0),
(332, 120, 0),
(332, 121, 0),
(332, 122, 0),
(332, 123, 0),
(205, 37, 0),
(973, 8, 0),
(900, 162, 0),
(900, 61, 0),
(906, 1, 0),
(910, 1, 0),
(911, 1, 0),
(906, 135, 0),
(906, 164, 0),
(912, 1, 0),
(913, 1, 0),
(19, 165, 0),
(18, 163, 0),
(916, 15, 0),
(919, 1, 0),
(920, 1, 0),
(952, 54, 0),
(934, 66, 0),
(952, 166, 0),
(952, 29, 0),
(958, 15, 0),
(960, 54, 0),
(972, 15, 0),
(973, 61, 0),
(973, 162, 0),
(981, 8, 0),
(981, 61, 0),
(981, 162, 0),
(984, 8, 0),
(984, 61, 0),
(984, 162, 0),
(984, 97, 0),
(986, 62, 0),
(986, 41, 0),
(986, 167, 0),
(986, 168, 0),
(994, 62, 0),
(996, 62, 0),
(1006, 64, 0),
(1005, 24, 0),
(1007, 15, 0),
(1007, 64, 0),
(1008, 64, 0),
(1010, 64, 0),
(1011, 64, 0),
(1489, 64, 0),
(1015, 15, 0),
(1016, 15, 0),
(1040, 15, 0),
(1044, 15, 0),
(1055, 15, 0),
(1056, 83, 0),
(1058, 15, 0),
(1074, 64, 0),
(1075, 64, 0),
(1076, 64, 0),
(1077, 64, 0),
(1078, 64, 0),
(1087, 34, 0),
(1087, 170, 0),
(1089, 15, 0),
(1098, 64, 0),
(1099, 64, 0),
(1122, 56, 0),
(1172, 64, 0),
(1173, 64, 0),
(1180, 64, 0),
(1181, 64, 0),
(1182, 64, 0),
(1183, 64, 0),
(1184, 64, 0),
(1185, 64, 0),
(1205, 15, 0),
(1212, 15, 0),
(1213, 15, 0),
(1237, 15, 0),
(1252, 66, 0),
(1258, 33, 0),
(1258, 66, 0),
(1258, 22, 0),
(1252, 33, 0),
(1252, 22, 0),
(1263, 54, 0),
(1263, 29, 0),
(1263, 22, 0),
(148, 1, 0),
(1268, 55, 0),
(1274, 55, 0),
(1285, 52, 0),
(1295, 52, 0),
(1297, 52, 0),
(1298, 52, 0),
(1299, 52, 0),
(1258, 46, 0),
(1311, 64, 0),
(1312, 64, 0),
(1313, 64, 0),
(1332, 54, 0),
(1422, 15, 0),
(1366, 65, 0),
(1366, 62, 0),
(4788, 171, 1),
(4789, 171, 1),
(4790, 171, 1),
(146, 71, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_term_taxonomy`
--

CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=172 ;

--
-- Volcado de datos para la tabla `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'post_tag', '', 0, 0),
(4, 4, 'post_tag', '', 0, 0),
(13, 13, 'post_format', '', 0, 1),
(5, 5, 'category', '', 0, 0),
(6, 6, 'category', '', 0, 0),
(50, 49, 'category', '', 0, 0),
(8, 8, 'category', '', 0, 4),
(9, 9, 'category', '', 0, 1),
(10, 10, 'category', '', 0, 0),
(11, 11, 'category', '', 0, 0),
(12, 12, 'category', '', 0, 0),
(17, 17, 'post_tag', '', 0, 0),
(14, 14, 'post_tag', '', 0, 0),
(15, 15, 'nav_menu', '', 0, 48),
(53, 52, 'category', '', 0, 3),
(16, 16, 'post_format', '', 0, 0),
(18, 18, 'post_format', '', 0, 5),
(19, 19, 'category', '', 0, 0),
(20, 20, 'link_category', '', 0, 3),
(21, 21, 'category', '', 0, 0),
(22, 22, 'post_tag', '', 0, 3),
(23, 23, 'post_tag', '', 0, 0),
(24, 24, 'post_tag', '', 0, 0),
(25, 25, 'post_tag', '', 0, 1),
(26, 26, 'link_category', '', 0, 3),
(27, 27, 'link_category', '', 0, 1),
(28, 28, 'link_category', '', 0, 3),
(29, 29, 'post_tag', '', 0, 3),
(30, 30, 'post_tag', '', 0, 0),
(31, 31, 'post_tag', '', 0, 0),
(32, 32, 'post_tag', '', 0, 0),
(33, 33, 'post_tag', '', 0, 2),
(34, 34, 'post_tag', '', 0, 0),
(35, 35, 'post_tag', '', 0, 0),
(36, 36, 'post_tag', '', 0, 0),
(37, 37, 'post_tag', '', 0, 6),
(38, 38, 'post_tag', '', 0, 0),
(39, 39, 'post_tag', '', 0, 0),
(40, 40, 'post_tag', '', 0, 0),
(71, 70, 'post_tag', '', 0, 3),
(70, 69, 'post_tag', '', 0, 0),
(69, 68, 'post_tag', '', 0, 0),
(68, 67, 'post_tag', '', 0, 1),
(41, 41, 'post_tag', '', 0, 5),
(42, 42, 'post_tag', '', 0, 1),
(43, 43, 'post_tag', '', 0, 0),
(44, 44, 'post_tag', '', 0, 1),
(45, 45, 'post_tag', '', 0, 0),
(46, 46, 'post_tag', '', 0, 1),
(72, 71, 'post_tag', '', 0, 0),
(47, 24, 'ngg_tag', '', 0, 1),
(48, 47, 'ngg_tag', '', 0, 6),
(52, 51, 'category', 'Art Careyes was inaugurated on August 15th by Gian Franco Brignone in the presence of his family, Giorgio, Emanuela, Fillippo and Sofia. The beautiful new gallery was designed by architect Emanuela Brignone Cattaneo. The gallery is located in the new Plaza de Los Caballeros del Sol, the cultural hub of Careyes which also includes a performance space and an outdoor cinema. The inaugural exhibit, which was coordinated by Viviana Dean, featured the works of the many talented artists associated with Careyes. \r\n\r\nArt Careyes fue inaugurado el 15 de agosto por Gian Franco Brignone en presencia de su familia: Giorgio, Emanuela, Fillippo y Sofia. Esta hermosa galería nueva fue diseñada por la arquitecta Emanuela Brignone Cattaneo. Se ubica en la nueva Plaza de los Caballeros del Sol, el eje cultural de Careyes, que también incluye un espacio para las artes escénicas y un cine al aire libre. En la muestra inaugural, coordinada por Viviana Dean, se exhibieron obras de muchos artistas que tienen lazos con Careyes. ', 0, 0),
(54, 53, 'category', '', 0, 1),
(55, 54, 'category', '', 0, 4),
(56, 55, 'category', '', 0, 4),
(57, 56, 'category', '', 0, 0),
(59, 58, 'category', '', 0, 0),
(60, 59, 'category', '', 0, 0),
(61, 60, 'category', '', 0, 4),
(62, 61, 'category', '<!--:en-->Uniquely designed in the the Careyes style, the villas in Careyes are like living sculptures that were born from nature. Offering privacy and seclusion with inspiring views of the ocean and natural environment, the villas are private retreats that you may never want to leave. Careyes is known for its warm and friendly hospitality and its professional household staffs. Professional management and rental programs are available for the villas.<!--:--><!--:es-->\r\nDiseñadas exclusivamente en el estilo Careyes, las villas de Careyes son como esculturas vivas nacidas de la naturaleza. Con su privacidad y absoluta tranquilidad, sus inspiradoras vistas al mar y entorno natural, las villas son pequeños mundos privados donde te querrás encerrar. Careyes se conoce por su cálida hospitalidad y su personal doméstico profesional. Programas profesionales de gestión y arrendamiento están disponibles para las villas.<!--:-->', 0, 5),
(63, 62, 'category', '<!--:en-->Ideally located between the private Playa Rosa beach club and the El Careyes Resort, the Casitas de las Flores enjoy exceptional views of the Careyes bay in a flower filled setting. One to four bedroom casitas, many with splash pools or oversized outdoor jacuzzis and all with spacious ocean view terraces are serenely private hideaways. Management and rental programs make casitas particularly easy to own.<!--:--><!--:es-->Con ubicación ideal entre el club privado de Playa Rosa y El Careyes Resort, las Casitas de las Flores ofrecen vistas excepcionales de Bahía Careyes en un entorno lleno de flores. Las Casitas tienen de una a cuatro recámaras, y muchas cuentan con alberca propia o jacuzzi grande al aire libre. Con sus amplias terrazas con vista al mar, se trata de refugios de paz y privacidad. Con nuestros programas de gestión y arrendamiento, las casitas son propiedades especialmente fáciles de mantener.<!--:-->', 0, 2),
(64, 63, 'category', 'The most stunning homes on the Mexican Pacific, these Careyes style villas were designed to thrill. Each castle is situated on a prime oceanfront point with panoramic views of ocean, beaches, coastline, and mountains. These enchanting hideaways commune with their natural surroundings like no other villas. They are fully staffed with butler, chef, maids, including turn down service. The exemplary service is attentive but un-obtrusive. Each is a tranquil oasis.\r\n\r\nSon las casas más espectaculares del Pacífico mexicano. Estas villas estilo Careyes fueron diseñadas para grandes emociones. Cada castillo está situado en una punta de la costa, con vista panorámica hacia el mar, las playas, la costa y las montañas. Estos cautivadores refugios comulgan con su entorno natural como ninguna otra villa. Cuentan con un staff doméstico completo: mayordomo, chef, recamareras, incluyendo el servicio de preparar la cama en la noche. El servicio ejemplar es atento, pero discreto. Cada villa es un oasis de tranquilidad.', 0, 0),
(65, 64, 'category', '<!--:en-->All of the villas are designed in the unique Careyes style of architecture and many of them have appeared in design magazines around the world. They all feature stunning views and lush tropical landscaping which creates a very private personal paradise. They are all fully staffed with a butler, chef, and maid who provide personalized and friendly service. Places for memorable experiences.<!--:--><!--:es-->Todas las villas están diseñadas en el emblemático estilo arquitectónico de Careyes, y muchas han sido tema de reportajes en revistas de diseño de todo el mundo. Todas cuentan con vistas extraordinarias y exuberante vegetación tropical, lo que las convierte en un paraíso personal muy privado. Todas vienen con un staff doméstico completo de mayordomo, chef y recamarera, quienes brindan un servicio atento y personalizado. Lugares para experiencias inolvidables.<!--:-->', 0, 2),
(66, 65, 'category', '', 0, 3),
(67, 66, 'post_tag', '', 0, 0),
(170, 168, 'post_tag', '', 0, 1),
(73, 72, 'post_tag', '', 0, 0),
(74, 73, 'post_tag', '', 0, 0),
(75, 74, 'post_tag', '', 0, 1),
(76, 75, 'post_tag', '', 0, 1),
(77, 76, 'post_tag', '', 0, 1),
(78, 47, 'post_tag', '', 0, 0),
(79, 77, 'post_tag', '', 0, 1),
(80, 78, 'post_tag', '', 0, 1),
(81, 79, 'post_tag', '', 0, 2),
(82, 80, 'post_tag', '', 0, 1),
(83, 81, 'post_tag', '', 0, 0),
(84, 82, 'post_tag', '', 0, 0),
(85, 83, 'post_tag', '', 0, 0),
(86, 84, 'post_tag', '', 0, 0),
(87, 85, 'post_tag', '', 0, 0),
(88, 86, 'post_tag', '', 0, 0),
(89, 87, 'post_tag', '', 0, 0),
(90, 88, 'post_tag', '', 0, 0),
(91, 89, 'post_tag', '', 0, 3),
(92, 90, 'post_tag', '', 0, 1),
(93, 91, 'post_tag', '', 0, 1),
(94, 92, 'post_tag', '', 0, 1),
(95, 93, 'post_tag', '', 0, 0),
(96, 94, 'post_tag', '', 0, 0),
(97, 95, 'post_tag', '', 0, 1),
(98, 96, 'post_tag', '', 0, 0),
(99, 97, 'post_tag', '', 0, 0),
(100, 98, 'post_tag', '', 0, 0),
(101, 99, 'post_tag', '', 0, 0),
(102, 100, 'post_tag', '', 0, 0),
(103, 101, 'post_tag', '', 0, 0),
(104, 102, 'post_tag', '', 0, 0),
(105, 103, 'post_tag', '', 0, 0),
(106, 104, 'post_tag', '', 0, 0),
(107, 105, 'post_tag', '', 0, 0),
(108, 106, 'post_tag', '', 0, 0),
(109, 107, 'post_tag', '', 0, 0),
(110, 108, 'post_tag', '', 0, 0),
(111, 109, 'post_tag', '', 0, 0),
(112, 110, 'post_tag', '', 0, 0),
(113, 111, 'post_tag', '', 0, 0),
(114, 112, 'post_tag', '', 0, 0),
(115, 113, 'post_tag', '', 0, 0),
(116, 114, 'post_tag', '', 0, 0),
(117, 115, 'post_tag', '', 0, 0),
(118, 116, 'post_tag', '', 0, 0),
(119, 117, 'post_tag', '', 0, 0),
(120, 118, 'post_tag', '', 0, 0),
(121, 119, 'post_tag', '', 0, 0),
(122, 120, 'post_tag', '', 0, 0),
(123, 121, 'post_tag', '', 0, 0),
(124, 122, 'post_tag', '', 0, 0),
(125, 123, 'post_tag', '', 0, 0),
(126, 124, 'post_tag', '', 0, 0),
(127, 125, 'post_tag', '', 0, 0),
(128, 126, 'post_tag', '', 0, 0),
(129, 127, 'post_tag', '', 0, 0),
(130, 128, 'post_tag', '', 0, 0),
(131, 129, 'post_tag', '', 0, 0),
(132, 130, 'post_tag', '', 0, 0),
(133, 131, 'post_tag', '', 0, 0),
(134, 132, 'post_tag', '', 0, 0),
(135, 133, 'post_tag', '', 0, 0),
(136, 134, 'post_tag', '', 0, 0),
(137, 135, 'post_tag', '', 0, 0),
(138, 136, 'post_tag', '', 0, 0),
(139, 137, 'post_tag', '', 0, 0),
(140, 138, 'post_tag', '', 0, 0),
(141, 139, 'post_tag', '', 0, 0),
(142, 140, 'post_tag', '', 0, 0),
(143, 141, 'post_tag', '', 0, 0),
(144, 142, 'post_tag', '', 0, 0),
(145, 143, 'post_tag', '', 0, 0),
(146, 144, 'post_tag', '', 0, 0),
(147, 145, 'post_tag', '', 0, 0),
(148, 146, 'post_tag', '', 0, 0),
(149, 147, 'post_tag', '', 0, 0),
(150, 148, 'post_tag', '', 0, 0),
(151, 149, 'post_tag', '', 0, 0),
(152, 150, 'post_tag', '', 0, 0),
(153, 151, 'post_tag', '', 0, 0),
(154, 152, 'post_tag', '', 0, 0),
(155, 153, 'post_tag', '', 0, 0),
(156, 154, 'post_tag', '', 0, 0),
(157, 155, 'post_tag', '', 0, 0),
(158, 156, 'post_tag', '', 0, 0),
(159, 157, 'post_tag', '', 0, 0),
(160, 158, 'post_tag', '', 0, 0),
(161, 159, 'post_tag', '', 0, 0),
(162, 160, 'post_tag', '', 0, 4),
(163, 161, 'link_category', '', 0, 1),
(164, 162, 'post_tag', '', 0, 0),
(165, 163, 'link_category', '', 0, 1),
(166, 164, 'post_tag', '', 0, 0),
(171, 169, 'ngg_tag', '', 0, 3),
(167, 165, 'post_tag', '', 0, 0),
(168, 166, 'post_tag', '', 0, 0),
(169, 167, 'post_tag', '', 0, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_usermeta`
--

CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=49 ;

--
-- Volcado de datos para la tabla `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'show_admin_bar_admin', 'false'),
(11, 1, 'aim', ''),
(12, 1, 'yim', ''),
(13, 1, 'jabber', ''),
(14, 1, 'wp_capabilities', 'a:5:{s:13:"administrator";s:1:"1";s:14:"frm_view_forms";s:1:"1";s:14:"frm_edit_forms";s:1:"1";s:16:"frm_delete_forms";s:1:"1";s:19:"frm_change_settings";s:1:"1";}'),
(15, 1, 'wp_user_level', '10'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '1390'),
(17, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(18, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(19, 1, 'wp_user-settings', 'editor=tinymce&align=none&galfile=1&imgsize=full&hidetb=1&urlbutton=none&galcols=1&m4=o&m1=c&m3=c&m2=c&m5=c&m9=c&m7=o&m10=c&m6=c&wplink=1&m11=c&m12=c&m13=o&m16=c&m8=o&m15=c&uploader=1&m17=c&m0=o'),
(20, 1, 'wp_user-settings-time', '1349469309'),
(21, 1, 'nav_menu_recently_edited', '15'),
(22, 1, 'meta-box-order_dashboard', 'a:4:{s:6:"normal";s:112:"dashboard_right_now,dashboard_recent_drafts,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins";s:4:"side";s:59:"dashboard_quick_press,dashboard_primary,dashboard_secondary";s:7:"column3";s:0:"";s:7:"column4";s:0:"";}'),
(23, 1, 'screen_layout_dashboard', '2'),
(24, 1, 'meta-box-order_nav-menus', 'a:1:{s:4:"side";s:85:"nav-menu-theme-locations,add-custom-links,add-post,add-page,add-category,add-post_tag";}'),
(25, 1, 'plugins_last_view', 'active'),
(26, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:78:"submitdiv,postimagediv,pageparentdiv,sociable_off,categorydiv,tagsdiv-post_tag";s:6:"normal";s:84:"page-links-to,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,revisionsdiv";s:8:"advanced";s:0:"";}'),
(27, 1, 'screen_layout_page', '2'),
(28, 1, 'closedpostboxes_page', 'a:0:{}'),
(29, 1, 'metaboxhidden_page', 'a:6:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:11:"commentsdiv";i:3;s:7:"slugdiv";i:4;s:9:"authordiv";i:5;s:12:"revisionsdiv";}'),
(30, 2, 'first_name', ''),
(31, 2, 'last_name', ''),
(32, 2, 'nickname', 'chuy'),
(33, 2, 'description', ''),
(34, 2, 'rich_editing', 'true'),
(35, 2, 'comment_shortcuts', 'false'),
(36, 2, 'admin_color', 'fresh'),
(37, 2, 'use_ssl', '0'),
(38, 2, 'show_admin_bar_front', 'true'),
(39, 2, 'show_admin_bar_admin', 'false'),
(40, 2, 'aim', ''),
(41, 2, 'yim', ''),
(42, 2, 'jabber', ''),
(43, 2, 'wp_capabilities', 'a:1:{s:6:"editor";s:1:"1";}'),
(44, 2, 'wp_user_level', '7'),
(45, 2, 'wp_dashboard_quick_press_last_post_id', '364'),
(46, 2, 'wp_user-settings', 'hidetb=1&editor=tinymce'),
(47, 2, 'wp_user-settings-time', '1321668938'),
(48, 1, 'my_calendar_user_settings', '');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_users`
--

CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Volcado de datos para la tabla `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BVa4Tsy0D13OfZmIKgCrNjfhzTGLoN1', 'admin', 'pablogeminis@hotmail.com', '', '2011-10-29 17:24:43', '', 0, 'admin'),
(2, 'chuy', '$P$B5HffornimmgvM2qfZ/ixF/2JrSL2a/', 'chuy', 'velezchui_@hotmail.com', '', '2011-11-17 18:20:58', '', 0, 'chuy');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wct1`
--

CREATE TABLE IF NOT EXISTS `wp_wct1` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `status` enum('active','draft','passive') NOT NULL DEFAULT 'active',
  `Kategory` varchar(32) DEFAULT NULL,
  `Companyname` varchar(32) DEFAULT NULL,
  `Street` varchar(32) DEFAULT NULL,
  `PoBox` int(11) DEFAULT NULL,
  `City` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=211 ;

--
-- Volcado de datos para la tabla `wp_wct1`
--

INSERT INTO `wp_wct1` (`id`, `status`, `Kategory`, `Companyname`, `Street`, `PoBox`, `City`) VALUES
(1, 'active', 'Company', 'web updates kmu', 'Morgenacherstr. 20', 5452, 'Oberrohrdorf'),
(2, 'active', 'Restaurant', 'AAFES-EUR-EIA', 'Kirchheimerstr. 104', 0, 'Gr'),
(3, 'active', 'Cantine', 'Abel & Schafer GmbH & Co. KG', 'Schloastr. 8-12', 0, 'V'),
(4, 'active', 'Restaurant', 'AEG Hausgerate GmbH', 'Muggenhofer Str. 135', 0, 'N'),
(5, 'active', 'Restaurant', 'Alb Gold Teigwaren', 'Im Grindel 1', 0, 'Trochtelfingen'),
(6, 'active', 'Bar', 'Alfred Ritter GmbH & Co. KG Pers', 'Alfred Ritter-Str. 25', 0, 'Waldenbuch'),
(7, 'active', 'Cantine', 'Alnatura Produktions- und Handel', 'Darmstadter Str. 3', 0, 'Bickenbach'),
(8, 'active', 'Restaurant', 'Alten-und Pflegeheim', 'Herzogenbuscher Str. 37', 0, 'Trier'),
(9, 'active', 'Restaurant', 'Anastift Trier', 'Krahnenstr. 32', 0, 'Trier'),
(10, 'active', 'Restaurant', 'Arbeitsamt Saarlouis', 'Ludwigstr. 10', 0, 'Saarlouis'),
(11, 'active', 'Restaurant', 'arotop food creation GmbH & Co K', 'Dekan-Laist-Str. 9', 0, 'Mainz'),
(12, 'active', 'Restaurant', 'Backerei-Konditorei Manfred Jung', 'Kuchenbergstr. 50', 0, 'Neunkirchen'),
(13, 'active', 'Restaurant', 'Badischer Winzerkeller eG', 'Zum Kaiserstuhl 6', 32767, 'Breisach am Rhein'),
(14, 'active', 'Bar', 'BASF Aktiengesellschaft', 'Carl-Bosch-Str. 38', 0, 'Ludwigshafen'),
(15, 'active', 'Restaurant', 'Bayer AG', '', 0, 'Leverkusen'),
(16, 'active', 'Restaurant', 'Bayer AG, Werk Leverkusen', '', 0, 'Leverkusen'),
(17, 'active', 'Bar', 'Beleuchtung & Technik', 'Kirchweg 11', 0, 'Farschweiler'),
(18, 'active', 'Cantine', 'BIB-Ulmer Spatz', 'Mainzer Str. 152-160', 0, 'Bingen am Rhein'),
(19, 'active', 'Restaurant', 'Binding-Brauerei AG', 'Darmstadter Landstr. 185', 0, 'Frankfurt'),
(20, 'active', 'Restaurant', 'Biol. Bundesanst. far Land-und F', 'Messeweg 11/12', 0, 'Braunschweig'),
(21, 'active', 'Restaurant', 'Bioland Bundesverband', 'Kaiserstr. 18', 0, 'Mainz'),
(22, 'active', 'Restaurant', 'Birkenhof Milchprodukte GmbH', 'Birkenhof', 0, 'Osterbr'),
(23, 'active', 'Restaurant', 'Bitburger Brauerei Th. Simon Gmb', 'Ramermauer 3', 32767, 'Bitburg'),
(24, 'active', 'Restaurant', 'Boehringer Backmittel GmbH & Co.', 'Mainzerstr. 152-160', 0, 'Bingen'),
(25, 'active', 'Bar', 'Brauerei Ganter GmbH & Co. KG', 'Schwarzwaldstr.43', 32767, 'Freiburg i. Br.'),
(26, 'active', 'Restaurant', 'Brauerei Schwelm', 'Neumarkt 1', 32767, 'Schwelm'),
(27, 'active', 'Restaurant', 'Breisgaumilch GmbH', 'Haslacher Str. 12', 0, 'Freiburg'),
(28, 'active', 'Bar', 'BSB Nahrungsmittel GmbH', 'Birkelstr.', 0, 'Weinstadt-Endersbach'),
(29, 'active', 'Cantine', 'BSH Bosch und Siemens Hausgerate', '', 32767, 'Giengen/ Benz'),
(30, 'active', 'Restaurant', 'Bundesanstalt far Landwirtschaft', '', 0, 'Frankfurt/ Main'),
(31, 'active', 'Restaurant', 'Bundesanstalt far Milchforschung', 'Herrmann-Weigmann-Str. 1', 24121, 'Kiel'),
(32, 'active', 'Restaurant', 'Bundesforschungsanstalt far Erna', 'Haid-und-Neu-Str. 9', 0, 'Karlsruhe'),
(33, 'active', 'Restaurant', 'Bundesverband Naturkost Naturwar', 'Robert-Bosch-Str. 6', 0, 'H'),
(34, 'active', 'Restaurant', 'Campina GmbH, Zentrale Heilbronn', 'Wimpfener Str. 125', 0, 'Heilbronn '),
(35, 'active', 'Restaurant', 'Carl Kankele zur Schapfenmahle G', 'Franzenhauserweg 21', 0, 'Ulm-Jungingen'),
(36, 'active', 'Bar', 'CBA GmbH', 'Konrad-Zuse-Str. 10', 0, 'Kirkel-Limbach'),
(37, 'active', 'Restaurant', 'CCS Clinic Catering Service GmbH', 'Lazarettgarten 18', 0, 'Landau'),
(38, 'active', 'Restaurant', 'Cerestar Deutschland GmbH', 'George-C.-Marshall-Str. 210', 32767, 'Krefeld'),
(39, 'active', 'Cantine', 'Chemisches Untersuchungsamt', 'Maximineracht 11a', 0, 'Trier'),
(40, 'active', 'Restaurant', 'Chemisches Untersuchungsamt Kobl', 'Neverstr.4-6', 32767, 'Koblenz'),
(41, 'active', 'Restaurant', 'Clemens & Co. GmbH', 'Rudolf-Diesel-Str. 8', 32767, 'Wittlich'),
(42, 'active', 'Bar', 'Danone GmbH', 'Heinrich-Wieland-Str. 170', 0, 'M'),
(43, 'active', 'Cantine', 'Dauner Sprudel GmbH', 'Maria-Hilf-Str. 22', 32767, 'Daun'),
(44, 'active', 'Restaurant', 'Deutsches Institut far Lebensmit', 'Prof.-vonKlitzing-Str. 7', 0, 'Quakenbr'),
(45, 'active', 'Restaurant', 'Diamantquelle Klee & Jungblut Gm', 'Am Sauerbrunnen 33', 0, 'Schwollen'),
(46, 'active', 'Restaurant', 'Diosna Dierks & Sahne GmbH', 'Sandbachstr. 1', 32767, 'Osnabr'),
(47, 'active', 'Restaurant', 'DiverseyLever', 'Morschheimer Str. 12', 0, 'Kirchheimbolanden'),
(48, 'active', 'Restaurant', 'DahlerGrruppe', 'Riedstr.', 0, 'Darmstadt'),
(49, 'active', 'Restaurant', 'Dr. Marcus GmbH', 'Geesthachter Str. 103', 0, 'Geesthacht'),
(50, 'active', 'Bar', 'Dr. Otto Suwelak Nachf. GmbH & C', 'Josef-Suwelack-Str.', 0, 'Billerbeck'),
(51, 'active', 'Restaurant', 'Dr.Oetker', 'Werkstr.', 0, 'Wittlich'),
(52, 'active', 'Restaurant', 'DreiStern Konserven & Co. KG', 'Philipp-Oehmigke-Str. 4', 0, 'Neuruppin'),
(53, 'active', 'Bar', 'E.G.O. Elektro-Geratebau GmbH', '', 1180, 'Obererdingen'),
(54, 'active', 'Cantine', 'Eckert''s Wachholder Brennerei Gm', 'Trierer Str.59', 32767, 'Tholey'),
(55, 'active', 'Restaurant', 'Eckes-GraniniGmbH & Co. KG', 'Ludwig-Eckes-Allee 6', 32767, 'Nieder-Olm'),
(56, 'active', 'Restaurant', 'Ecolab GmbH & Co. OHG', 'Reisholzerstr. 38-42', 32767, 'D'),
(57, 'active', 'Restaurant', 'EDNA International GmbH', 'Gollenhoferstr. 3', 0, 'Zusmarshausen'),
(58, 'active', 'Restaurant', 'EDNA Tiefkahlkost GmbH', 'Fernstr. 49', 0, 'Neunkirchen'),
(59, 'active', 'Restaurant', 'Eichbaum Brauerei AG', 'Kafertaler Straae 170', 0, 'Mannheim'),
(60, 'active', 'Restaurant', 'Eigenbetrieb Abfallwirtschaft Fr', 'Berliner Allee 29', 0, 'Freiburg i. Br.'),
(61, 'active', 'Bar', 'Eppers', 'Industriestr.1 b', 32767, 'Saarbr'),
(62, 'active', 'Restaurant', 'erlenbacher backwaren GmbH', 'Wasserweg 39', 0, 'Gro'),
(63, 'active', 'Restaurant', 'Ernst Backer GmbH & Co. KG', 'Ringstr. 55-57', 0, 'Minden'),
(64, 'active', 'Bar', 'ETO Nahrungsmittel', 'Marscher Str. 17-25', 0, 'Ettlingen'),
(65, 'active', 'Cantine', 'Exquisa Karwendel-Werke Huber Gm', 'Karwendel Str. 6-16', 0, 'Buchloe'),
(66, 'active', 'Restaurant', 'Fabry''s Fast Food e. K. ', 'Gewerbegebiet', 0, 'Dudeldorf'),
(67, 'active', 'Restaurant', 'Fissler GmbH', 'Harald-Fissler-Str. 1', 0, 'Idar-Oberstein'),
(68, 'active', 'Restaurant', 'Fokken & Maller GmbH', 'Am Eisenbahndock', 26700, 'Emden'),
(69, 'active', 'Restaurant', 'Francois Entsorgungsbetrieb', 'Nimsstr. 27', 0, 'Rittersdorf'),
(70, 'active', 'Restaurant', 'Franz Zentis GmbH & Co.', '', 32767, 'Aachen'),
(71, 'active', 'Restaurant', 'Fraunhofer Institut far Verfahre', 'Giggenhauser Str. 35', 0, 'Freising'),
(72, 'active', 'Bar', 'Fangers Feinkost GmbH & Co', 'Einsteinstr. 132-140', 0, 'Oranienbaum bei Dessau'),
(73, 'active', 'Restaurant', 'G. C. Hahn & Co.', 'Aegidienstr. 22', 23503, 'L'),
(74, 'active', 'Restaurant', 'Garley Spezialitaten Brauerei', 'Sandstr. 58-60', 32767, 'Gardelegen'),
(75, 'active', 'Cantine', 'Gartenfrisch Jung GmbH', 'Bahnhofstr. 18', 0, 'Jagsthausen'),
(76, 'active', 'Restaurant', 'Gebr. Jung GmbH', 'Homburger Landstr. 602', 32767, 'Frankfurt am Main'),
(77, 'active', 'Restaurant', 'Georg Breuer GmbH Food Ingredien', 'Limburgerstr. 42 A', 0, 'K'),
(78, 'active', 'Bar', 'Gerolsteiner Brunnen GmbH&Co', 'Vulkanring', 0, 'Gerolstein'),
(79, 'active', 'Cantine', 'Gewarzmaller GmbH', 'Klagenfurterstr. 1-3', 0, 'Stuttgart'),
(80, 'active', 'Restaurant', 'Girrbach Sachsen', 'August-Horch-Str. 68', 0, 'Reinsdorf'),
(81, 'active', 'Restaurant', 'Givaudan-Roure GmbH', 'Giselherstr. 11', 32767, 'Dortmund'),
(82, 'active', 'Restaurant', 'Gramss GmbH', 'Laubanger 10', 32767, 'Bamberg'),
(83, 'active', 'Restaurant', 'Griesson - de Beukelaer GmbH & C', 'August-Horch-Str. 23', 0, 'Polch'),
(84, 'active', 'Restaurant', 'Grosswald Brauerei Bauer GmbH & ', '', 0, 'Heusweiler'),
(85, 'active', 'Restaurant', 'H. Thanes Fleischwaren GmbH', 'Rudolf-Dieselstr. 11', 32767, 'Wittlich'),
(86, 'active', 'Bar', 'Haribo GmbH & Co. KG', 'Hans-Riegel-Str. 1', 32767, 'Bonn'),
(87, 'active', 'Restaurant', 'Hassia & Luisen Mineralquellen', 'Gieaener Str. 18-28', 32767, 'Bad Vilbel'),
(88, 'active', 'Restaurant', 'HC Catering Service GmbH', 'Wackenstr. 9', 0, 'Zweibr'),
(89, 'active', 'Bar', 'Heideblume Molkerei Elsdorf/Rote', 'Molkereistr. 6', 0, 'Elsdorf'),
(90, 'active', 'Cantine', 'Hengstenberg GmbH & Co.', 'Mettingerstr. 109', 0, 'Esslingen'),
(91, 'active', 'Restaurant', 'Herbstreith & Fox KG Pektin Fabr', 'Turnstr. 37', 0, 'Neuenb'),
(92, 'active', 'Restaurant', 'Hiestand Backwaren GmbH', 'Kolpingstr. 1-3', 0, 'Gerolzhofen'),
(93, 'active', 'Restaurant', 'Hipp GmbH & Co. Vertrieb KG', 'Georg-Hipp-Str. 7', 0, 'Pfaffenhofen'),
(94, 'active', 'Restaurant', 'HOBART GmbH', 'Robert-Bosch-Str. 17', 32767, 'Offenburg/ Elgersweier'),
(95, 'active', 'Restaurant', 'Hochland AG', 'Kemptener Str. 17', 0, 'Heimenkirch'),
(96, 'active', 'Restaurant', 'Hochwald Nahrungsmittel-Werke', 'Bahnhofstr. 37-43', 32767, 'Thalfang'),
(97, 'active', 'Bar', 'Holsten-Brauerei AG', 'Wolfenbatteler Str. 33', 0, 'Braunschweig'),
(98, 'active', 'Restaurant', 'IMO Institut far Marktakologie G', 'Obere Laube 51-53', 0, 'Konstanz'),
(99, 'active', 'Restaurant', 'Institut Fresenius', 'Im Maisel 14', 32767, 'Taunusstein'),
(100, 'active', 'Bar', 'J. Bauer KG Milchverarbeitung', '', 32767, 'Wasserburg/Inn'),
(101, 'active', 'Cantine', 'JohnsonDiversey GmbH & Co.oHG', 'Mallaustr. 50-56', 0, 'Mannheim'),
(102, 'active', 'Restaurant', 'Juchem GmbH', 'Pramburgstr. 3', 32767, 'Eppelborn'),
(103, 'active', 'Restaurant', 'Kalfany Bonbon GmbH', 'Renkenrunsstr. 14', 0, 'M'),
(104, 'active', 'Restaurant', 'Kamps AG', 'Prinzenallee 11', 0, 'D'),
(105, 'active', 'Restaurant', 'Karl Kahne KG (GmbH)', 'Schatzenstr. 38', 0, 'Hamburg'),
(106, 'active', 'Restaurant', 'Karlsberg Brauerei  GmbH & Co KG', 'Karlsbergstr. 62', 32767, 'Homburg'),
(107, 'active', 'Restaurant', 'Kath. Alten- und Pflegeheim St.-', 'Apothekergasse 6', 0, 'Bretten'),
(108, 'active', 'Bar', 'Katjes FASSIN GmbH + Co. KG', 'Dechant-Spranken-Str. 53-57', 0, 'Emmerich'),
(109, 'active', 'Restaurant', 'KESSKO KESSLER & COMP. GMBH & CO', 'Kanigswinterer Str. 11-21', 32767, 'Bonn'),
(110, 'active', 'Restaurant', 'KEVAG', 'Schatzenstr. 80-82', 0, 'Koblenz'),
(111, 'active', 'Cantine', 'Konditorei-Caf', 'Jakobstr. 2-3', 0, 'Trier'),
(112, 'active', 'Restaurant', 'Kanigsbacher Brauerei AG', 'An der Kanigsbach 8', 32767, 'Koblenz'),
(113, 'active', 'Restaurant', 'Koordination GLOBUS-Betriebe Gmb', 'Leipziger Str. 8', 0, 'St. Wendel'),
(114, 'active', 'Bar', 'Kraft Foods Deutschland GmbH & C', 'Langemarckstr. 4-20', 0, 'Bremen'),
(115, 'active', 'Cantine', 'Krankenhaus der Barmherz. Brader', 'Nordallee 1', 32767, 'Trier'),
(116, 'passive', 'Restaurant', 'Kreisverwaltung Trier-Saarburg', 'Willy-BrandtPlatz 1', 0, 'Trier'),
(117, 'passive', 'Restaurant', 'Kreiswasserwerk Bitburg-Pram', 'Kalvarienbergstr. 4', 32767, 'Pr'),
(118, 'passive', 'Restaurant', 'Krombacher Brauerei', 'Hagener Str. 261', 0, 'Kreuztal'),
(119, 'passive', 'Restaurant', 'Langnese-Iglo GmbH', 'Luther Weg 50', 31513, 'Wunstorf'),
(120, 'active', 'Restaurant', 'Life Food GmbH', 'Bebelstr. 8', 0, 'Freiburg'),
(121, 'active', 'Restaurant', 'Lindemeyer GmbH & Co.', 'Neckarsulmer Str. 24', 0, 'Heilbronn a. N.'),
(122, 'active', 'Bar', 'Lindt & Sprangli GmbH', 'Sasterfeldstr. 130', 32767, 'Aachen'),
(123, 'active', 'Restaurant', 'Lorenz Bahlsen Snack-World ', 'Siemensstr. 14', 0, 'Neu Isenburg'),
(124, 'active', 'Restaurant', 'LSG Hygiene Institute GmbH', 'Dornhofstr. 40', 0, 'Neu Isenburg'),
(125, 'active', 'Bar', 'Ludwig Scheid GmbH + Co.', '', 32767, 'berherrn/ Saar'),
(126, 'active', 'Cantine', 'Ludwig Schokolade GmbH&Co.KG', 'Lebacherstr.1-3', 0, 'Saarlouis'),
(127, 'active', 'Restaurant', 'Lukullus Lukullus', 'Hauptstr. 47', 0, 'Wallerfangen'),
(128, 'active', 'Restaurant', 'Madaus Ag, Abt. Aus- und Weiterb', 'Ostmerheimer Str.198', 0, 'K'),
(129, 'active', 'Restaurant', 'MAJA-Maschinenfabrik', 'Tullastr. 4', 0, 'Kehl-Goldscheuer'),
(130, 'active', 'Restaurant', 'Markant-Sadwest', 'Winzler-Str. 152-160', 0, 'Pirmasens'),
(131, 'active', 'Restaurant', 'Martin Braun Backmittel und Esse', 'Tillystr. 17', 0, 'Hannover'),
(132, 'active', 'Restaurant', 'Masterfoods GmbH', 'Industriering 17', 32767, 'Viersen'),
(133, 'active', 'Bar', 'Medizinaluntersuchungsamt', 'Maximineracht 11 b', 0, 'Trier'),
(134, 'active', 'Restaurant', 'Meistermarken GmbH', 'Theodor-Heuss-Allee 8', 0, 'Bremen'),
(135, 'active', 'Restaurant', 'Merl Edmund Feinkost', 'Wesselinger Str. 18-20', 0, 'Br'),
(136, 'active', 'Bar', 'Merziger Fruchtgetranke GmbH & C', 'Gewerbegebiet Siebend', 32767, 'Merzig'),
(137, 'active', 'Cantine', 'Milch-Union Hocheifel eG', '', 0, 'Pronsfeld'),
(138, 'active', 'Restaurant', 'Milupa GmbH & Co. KG', 'Bahnstr. 14-30', 0, 'Friedrichsdorf'),
(139, 'active', 'Restaurant', 'Miwe Michael Wenz GmbH', 'Michael-Wenz-Str. 2-10', 0, 'Arnstein'),
(140, 'active', 'Restaurant', 'Molkerei H. Strothmann GmbH', 'Hans-Boeckler-Str. 50', 0, 'G'),
(141, 'active', 'Restaurant', 'Molkerei Sabbeke GmbH & Co. KG', 'Amelandsbrackenweg 131', 0, 'Gronau-Epe'),
(142, 'active', 'Restaurant', 'Moselkellerei Weinbund GmbH & Co', 'Am arziger Bahnhof Gewerbegebiet', 0, 'Kinheim'),
(143, 'active', 'Restaurant', 'Mahlenchemie GmbH', 'Kornkamp 40', 0, 'Ahrensburg'),
(144, 'active', 'Bar', 'Maller-Brot Neufahrn GmbH & Co. ', 'Ludwig-Erhard-Str. 2-6', 0, 'Neufahrn bei M'),
(145, 'active', 'Restaurant', 'National Starch & Chemical GmbH ', 'Kalkarer Str. 81', 0, 'Kleve'),
(146, 'active', 'Restaurant', 'Naturmittel Begon GmbH', 'Am Tower 11', 0, 'Bitburg'),
(147, 'active', 'Cantine', 'Nestle Foodservice GmbH Schulung', 'Odenwaldstr. 5-7', 0, 'Heppenheim'),
(148, 'active', 'Restaurant', 'NGI-Niederrheinische Getranke-In', 'Marie-Bernays-Ring 37', 0, 'M'),
(149, 'active', 'Restaurant', 'Niehoffs Vaihinger Fruchtsafte G', '', 32767, 'Lauterecken'),
(150, 'active', 'Bar', 'Nordwest Getranke', 'Oldenburger Landstr. 2', 0, 'Osnabr'),
(151, 'active', 'Cantine', 'Nutrinova GmbH', 'Industriepark Hachst', 0, 'Frankfurt'),
(152, 'active', 'Restaurant', 'Odenwald-Konserven GmbH', 'Bahnhofstr. 31', 0, 'Breuberg'),
(153, 'active', 'Restaurant', 'Onken GmbH', 'Dr. Berns-Str.. 23', 0, 'Moers'),
(154, 'active', 'Restaurant', 'Parkbrauerei AG', 'Zweibrackerstr . 3-5', 32767, 'Pirmasens'),
(155, 'active', 'Restaurant', 'Peppino''s Pizza', 'Niederkircherstr. 4', 0, 'Trier'),
(156, 'active', 'Restaurant', 'Peter Mertes KG', 'Bornwiese 4', 0, 'Bernkastel-Kues'),
(157, 'active', 'Restaurant', 'Philipp Born GmbH - Schokoladenf', 'Industriestr. 29', 0, 'Friedrichsdorf'),
(158, 'active', 'Bar', 'PROFIL Gastronomie Planung und I', '', 0, ''),
(159, 'active', 'Restaurant', 'Quint GmbH&Co.KG', 'Gewerbegebiet', 32767, 'Kenn/ Trier'),
(160, 'active', 'Restaurant', 'RANCH MASTER', 'Luther Weg 50', 0, 'Wunstorf'),
(161, 'active', 'Bar', 'Rasselstein Hoesch GmbH (RHG)', 'Koblenzerstr. 141', 0, 'Andernach'),
(162, 'active', 'Cantine', 'Rational AG', 'Iglinger Str. 62', 0, 'Landsberg a. Lech'),
(163, 'active', 'Restaurant', 'REGINARIS AG Mineral- und Heilbr', 'Reginarisbrunnen 1', 32767, 'Mendig'),
(164, 'active', 'Restaurant', 'Rhein-Main-Sieg Getranke GmbH&Co', 'Brauereistr. 42', 0, 'Bendorf'),
(165, 'active', 'Restaurant', 'Riegeler Brauerei', '', 0, 'Riegel'),
(166, 'active', 'Restaurant', 'Rudolf Wild GmbH & Co.KG', 'Rudolf.Wild-Str. 4-6', 0, 'Heidelberg/ Eppelheim'),
(167, 'active', 'Restaurant', 'Sander Gourmet GmbH & Co. KG', 'Industriepark 12', 0, 'Wiesbaden'),
(168, 'active', 'Restaurant', 'Sanitas Alpenklinik Inzell', 'Schulstr. 4', 0, 'Inzell'),
(169, 'active', 'Bar', 'SATRO Milchwerk Lippstadt GmbH &', 'Wiedenbrackerstr. 80', 32767, 'Lippstadt'),
(170, 'active', 'Restaurant', 'Scheffel Backwaren GmbH', 'Hattenstr. 37', 32767, 'Raubach'),
(171, 'active', 'Restaurant', 'Scheffler Plant & Life', 'Am Sportplatz 3', 0, 'Leiningen'),
(172, 'active', 'Bar', 'Scheibel Schwarzwald-Brennerei G', 'Graner Winkel 32', 0, 'Kappelrodeck'),
(173, 'active', 'Cantine', 'Schill-Malz GmbH & Co. KG', 'Ludwig-Schwamb-Str. 9-11', 0, 'Osthofen'),
(174, 'active', 'Restaurant', 'Schloss Veldenz GmbH & Co. KG.', 'Burgstr. 14', 0, 'Lauterecken'),
(175, 'active', 'Restaurant', 'Sektkellerei Faber GmbH&Co.KG', 'Niederkircher Str. 27', 32767, 'Trier'),
(176, 'active', 'Restaurant', 'Sektkellerei Henkell & Co.', 'Biebricher Allee 142', 0, 'Wiesbaden'),
(177, 'active', 'Restaurant', 'Sektkellerei Peter Herres GmbH', 'Rudolf-Diesel-Str. 7-9', 32767, 'Trier'),
(178, 'active', 'Restaurant', 'Sektkellerei Schloss Wachenheim ', 'Niederkircher Str. 27', 32767, 'Trier'),
(179, 'active', 'Restaurant', 'Silesia Gerhard Henke GmbH & Co.', 'Am alten Bach 20-24', 0, 'Neuss'),
(180, 'passive', 'Bar', 'SMW Saar-Mosel-Winzersekt GmbH', 'Gilbertstr. 34', 0, 'Trier'),
(181, 'active', 'Restaurant', 'Staatliche Molkerei Weihenstepha', 'Vattinger Str. 43', 0, 'Freising'),
(182, 'active', 'Restaurant', 'Staatliches Institut', 'Malstatter-Str.17', 0, 'Saarbr'),
(183, 'active', 'Cantine', 'Stadtwerke Trier GmbH', 'Ostallee 7-13', 0, 'Trier'),
(184, 'active', 'Restaurant', 'Sadzucker AG', 'Maximilianstr. 10', 0, 'Mannheim'),
(185, 'active', 'Restaurant', 'T.I.P. Biehl & Wagner', 'Neustr.27', 0, 'Trier'),
(186, 'active', 'Bar', 'Tartex + Dr. Ritter GmbH', 'Hans-Bunte-Str. 8a', 0, 'Freiburg'),
(187, 'active', 'Cantine', 'Teekanne GmbH', 'Kevelaerer Str. 21-23', 0, 'D'),
(188, 'active', 'Restaurant', 'Theresienkrankenhaus', '', 0, 'Mannheim'),
(189, 'active', 'Restaurant', 'Tiefkahlprodukte-Frozen Food Hor', 'Gutenberdring 1-5', 22825, 'Norderstedt'),
(190, 'active', 'Restaurant', 'Tucher Brau Verwaltung', 'Schwabacherstr. 10', 0, 'F'),
(191, 'active', 'Restaurant', 'Uldo Backmittel', 'Dornierstr. 14', 32767, 'Neu-Ulm'),
(192, 'active', 'Restaurant', 'UNIFERM GmbH & Co. KG', 'Brede 4', 0, 'Werne'),
(193, 'active', 'Restaurant', 'Unilever Bestfoods DeutschlandGm', 'Knorrstr. 1', 32767, 'Heilbronn a. N.'),
(194, 'active', 'Bar', 'Urbacher Saamosterei', 'Puderbacherstr. 13', 0, 'Urbach'),
(195, 'active', 'Restaurant', 'Verbandsgemeindeverwaltung Konz', '', 32767, 'Konz'),
(196, 'active', 'Restaurant', 'Verbraucher-Zentrale NRW e.V.', 'Mittelstr. 7', 0, 'Hagen'),
(197, 'active', 'Bar', 'Verbraucherzentrale Rheinland-Pf', 'Johann-Philipp-Str. 3-4', 0, 'Trier'),
(198, 'active', 'Cantine', 'Vorwerk Elektrowerke Stiftung & ', 'Rauental 38', 0, 'Wuppertal'),
(199, 'active', 'Restaurant', 'Wagner Tiefkahlprodukte GmbH', 'Kurzer Weg 1', 0, 'Nonnweiler-Braunshausen'),
(200, 'active', 'Restaurant', 'WALTER RAU Lebensmittelwerke Gmb', 'Mansterstr. 9-11', 0, 'Hilter'),
(201, 'active', 'Restaurant', 'Wiesheu GmbH', 'Daimlerstr. 10', 0, 'Affalterbach'),
(202, 'active', 'Restaurant', 'Wild Flavour/ Ingredient Divisio', 'Am Schlangengraben 3-5', 0, 'Berlin'),
(203, 'active', 'Restaurant', 'WMF Aktiengesellschaft', '', 0, 'Geisslingen/ Steige'),
(204, 'active', 'Restaurant', 'Wolf Butterback GmbH & Co. KG', 'Magazinstr. 77', 0, 'F'),
(205, 'active', 'Bar', 'Zamek Nahrungs-mittelfabriken Gm', 'Kappeler Str. 147-167', 0, 'D'),
(206, 'active', 'Restaurant', 'Zentis GmbH & Co.', 'Jalicher Str. 177', 32767, 'Aachen'),
(207, 'passive', 'Restaurant', 'Zimmermann-Graeff GmbH&Co.KG.', 'Marientaler Au 23', 0, 'Zell/ Mosel'),
(208, 'passive', 'Bar', 'Zitterwalder Brotfabrik', 'Trierer Str. 9-11', 0, 'Hallschlag'),
(209, 'draft', 'Cantine', 'ZOTT GmbH & Co. KG', 'Dr. Steichele Str. 4', 0, 'Mertingen'),
(210, 'draft', 'Restaurant', 'Aachener Printen- und Schokolade', 'Borchersstr. 18', 0, 'Aachen');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wct3`
--

CREATE TABLE IF NOT EXISTS `wp_wct3` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `status` enum('active','draft','passive') NOT NULL DEFAULT 'active',
  `cover` varchar(32) DEFAULT NULL,
  `pdf` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wct_form`
--

CREATE TABLE IF NOT EXISTS `wp_wct_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) DEFAULT NULL,
  `t_setup` text,
  `e_setup` text,
  `r_fields` text,
  `r_table` text,
  `r_filter` text,
  `rights` int(4) DEFAULT NULL,
  `htmlview` enum('0','1') NOT NULL DEFAULT '0',
  `smail` enum('0','1') NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wct_list`
--

CREATE TABLE IF NOT EXISTS `wp_wct_list` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) DEFAULT NULL,
  `secret` varchar(32) DEFAULT NULL,
  `t_setup` text,
  `e_setup` text,
  `o_setup` text,
  `sheme` enum('0','1') NOT NULL DEFAULT '0',
  `overlay` enum('0','1') NOT NULL DEFAULT '0',
  `headerline` enum('0','1') NOT NULL DEFAULT '1',
  `header` text,
  `headersort` text,
  `vortext` text,
  `nachtext` text,
  `sort` varchar(32) NOT NULL DEFAULT 'id',
  `sortB` enum('ASC','DESC') NOT NULL DEFAULT 'ASC',
  `searchaddon` varchar(120) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Volcado de datos para la tabla `wp_wct_list`
--

INSERT INTO `wp_wct_list` (`id`, `name`, `secret`, `t_setup`, `e_setup`, `o_setup`, `sheme`, `overlay`, `headerline`, `header`, `headersort`, `vortext`, `nachtext`, `sort`, `sortB`, `searchaddon`) VALUES
(0, 'Archive', '', '<td>{date}</td><td>{title}</td><td>{comment_count}</td>', '', '<b>{date} ', '0', '1', '1', 'Datum,Artikel,Kommentare', 'date,title,comment_count', '', '', 'post_date', 'DESC', ''),
(1, 'Demo DB', 'b1b9eb82e176c25af84dd6c12a7e7a70', '<td>{Kategory}</td><td>{City}</td><td>{Companyname}</td>', '<strong>Category:</strong> {Kategory}<br/><strong>Name:</strong> {Companyname}<br/><strong>Street:</strong> {Street}<br/><strong>City:</strong> {PoBox} {City}<br/><strong>ID:</strong> <em>{id}</em><br/>[BACK]', '<em>Overlay Demo</em><br/><br/><strong>{Companyname}</strong><br/>{Street}<br/>{PoBox} {City}', '0', '1', '1', '[wctselect field="Kategory" maintext="Category"],City,Company Name', 'Kategory,City,Companyname', '[wctsearch felder="*"]\nPlease find here the list of all companies:', 'Note: This list is on the internet available for all with number and mail, I take only not so high private data from it.', 'id', 'ASC', ''),
(3, 'Press', '40b2bd6bb858436d54baa55a022bb9bc', NULL, NULL, NULL, '0', '', '', NULL, NULL, NULL, NULL, 'id', 'ASC', NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wct_setup`
--

CREATE TABLE IF NOT EXISTS `wp_wct_setup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL DEFAULT '',
  `table_id` int(11) NOT NULL,
  `t_setup` text,
  `e_setup` text,
  `o_setup` text,
  `sheme` enum('0','1') NOT NULL DEFAULT '0',
  `overlay` enum('0','1') NOT NULL DEFAULT '0',
  `headerline` enum('0','1') NOT NULL DEFAULT '1',
  `header` text,
  `headersort` text,
  `vortext` text,
  `nachtext` text,
  `sort` varchar(32) NOT NULL DEFAULT 'id',
  `sortB` enum('ASC','DESC') NOT NULL DEFAULT 'ASC',
  `searchaddon` varchar(120) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wppa_albums`
--

CREATE TABLE IF NOT EXISTS `wp_wppa_albums` (
  `id` bigint(20) NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL,
  `a_order` smallint(5) unsigned NOT NULL,
  `main_photo` bigint(20) NOT NULL,
  `a_parent` bigint(20) NOT NULL,
  `p_order_by` int(10) unsigned NOT NULL,
  `cover_linktype` tinytext NOT NULL,
  `cover_linkpage` bigint(20) NOT NULL,
  `owner` text NOT NULL,
  `timestamp` tinytext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `wp_wppa_albums`
--

INSERT INTO `wp_wppa_albums` (`id`, `name`, `description`, `a_order`, `main_photo`, `a_parent`, `p_order_by`, `cover_linktype`, `cover_linkpage`, `owner`, `timestamp`) VALUES
(1, 'Anuncios Home', '', 0, 0, 0, 0, 'content', 0, 'admin', '1323306990');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wppa_comments`
--

CREATE TABLE IF NOT EXISTS `wp_wppa_comments` (
  `id` bigint(20) NOT NULL,
  `timestamp` tinytext NOT NULL,
  `photo` bigint(20) NOT NULL,
  `user` text NOT NULL,
  `ip` tinytext NOT NULL,
  `email` text NOT NULL,
  `comment` text NOT NULL,
  `status` tinytext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wppa_photos`
--

CREATE TABLE IF NOT EXISTS `wp_wppa_photos` (
  `id` bigint(20) NOT NULL,
  `album` bigint(20) NOT NULL,
  `ext` tinytext NOT NULL,
  `name` text NOT NULL,
  `description` longtext NOT NULL,
  `p_order` smallint(5) unsigned NOT NULL,
  `mean_rating` tinytext NOT NULL,
  `linkurl` text NOT NULL,
  `linktitle` text NOT NULL,
  `owner` text NOT NULL,
  `timestamp` tinytext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `wp_wppa_photos`
--

INSERT INTO `wp_wppa_photos` (`id`, `album`, `ext`, `name`, `description`, `p_order`, `mean_rating`, `linkurl`, `linktitle`, `owner`, `timestamp`) VALUES
(1, 1, 'jpg', '2011artecareyes.jpg', '', 3, '0', 'http://artecareyes.com/', '', 'admin', '1323307099'),
(2, 1, 'jpg', '00_img_principal3.jpg', '', 2, '0', 'http://www.careyes.com.mx/themagicofcareyes/', '', 'admin', '1323307099'),
(3, 1, 'jpg', '00_img_principal2.jpg', '', 1, '0', 'http://www.careyes.com.mx/themagicofcareyes/', '', 'admin', '1323307492'),
(4, 1, 'jpg', '00_img_principal1.jpg', '', 0, '0', 'http://www.careyes.com.mx/themagicofcareyes/', '', 'admin', '1323307492');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `wp_wppa_rating`
--

CREATE TABLE IF NOT EXISTS `wp_wppa_rating` (
  `id` bigint(20) NOT NULL,
  `photo` bigint(20) NOT NULL,
  `value` smallint(5) NOT NULL,
  `user` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
