{"id":2555,"date":"2016-04-21T11:22:20","date_gmt":"2016-04-21T09:22:20","guid":{"rendered":"http:\/\/www.ashotels.it\/es\/?page_id=2555"},"modified":"2018-04-24T13:15:05","modified_gmt":"2018-04-24T11:15:05","slug":"carreras","status":"publish","type":"page","link":"https:\/\/www.ashotels.it\/es\/carreras","title":{"rendered":"Carreras"},"content":{"rendered":"<p style=\"text-align: justify;\">Si est\u00e1s buscando <strong>trabajo<\/strong> en el <strong>sector hotelero<\/strong>, te ofrecemos la oportunidad de entrar en contacto con <strong>una realidad din\u00e1mica y estimulante,<\/strong> en <strong>estructuras 4 estrellas<\/strong> de alta calidad, con un <strong>eficaz equipo de profesionales<\/strong> que comparte <strong>importantes valores<\/strong> como: seriedad, esp\u00edritu de equipo y ganas de crecimiento personal.<\/p>\n<h2>Posiciones abiertas<\/h2>\n<a href=\"javascript:void(0)\" onclick=\"openMore()\" id=\"open_more\"><\/a>\r\n<div id=\"more_content\"><\/p>\n<ul>\n<li><strong>Tipo de bacante<\/strong>: recepcionista<\/li>\n<li><strong>Sector:<\/strong> recepci\u00f3n (preferiblemente con experiencia)<\/li>\n<li><strong>Descripci\u00f3n:<\/strong> si crees que puedes ser tu el\/la candidate ideal envia tu CV con foto actual, specificando en el objeto del e-mail el tipo de bacante y dando la autorizaci\u00f3n para el tratamiento de los datos personales (ley 196\/2003) a la siguiente direcci\u00f3n: <a href=\"mailto:hr@ashotels.it\">hr@ashotels.it<\/a>.<\/li>\n<li><strong>Tipo de contrato:<\/strong> inizialmente determinado.<\/li>\n<\/ul>\n<p>\n<a href=\"javascript:void(0)\" onclick=\"closeMore()\" id=\"close_more\"><\/a><\/div>\r\n<script type=\"text\/javascript\">\r\nfunction openMore() {\r\n\tjQuery('#open_more').hide();\r\n\tjQuery('#more_content').slideDown();\r\n}\r\n\r\nfunction closeMore() {\r\n\tjQuery('#more_content').slideUp(function(){\r\n\t\tjQuery('#open_more').show();\r\n\t});\r\n}\r\n<\/script>\n<form id=\"form_preventivo\" action=\"\/es\/wp-json\/wp\/v2\/pages\/2555\" method=\"post\" onsubmit=\"return checkPreventivo()\" enctype=\"multipart\/form-data\">\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_nome\">Nombre<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"nome\" id=\"preventivo_nome\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_cognome\">Apellido<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"cognome\" id=\"preventivo_cognome\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_email\">Direcci\u00f3n email<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"email\" id=\"preventivo_email\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_telefono\">N\u00famero de tel\u00e9fono<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"telefono\" id=\"preventivo_telefono\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form wide\">\r\n    <label for=\"preventivo_messaggio\">Carta de presentaci\u00f3n<\/label>\r\n    <textarea class=\"campo\" name=\"messaggio\" id=\"preventivo_messaggio\"><\/textarea>\r\n<\/div>\r\n<div class=\"campo_form wide\">\r\n    <label for=\"preventivo_curriculum\">Curriculum vitae<\/label>\r\n    <input class=\"campo\" type=\"file\" name=\"curriculum\" id=\"preventivo_curriculum\" \/>\r\n<\/div>\r\n<div class=\"campo_form\" id=\"preventivo_div_privacy\">\r\n\t<img loading=\"lazy\" decoding=\"async\" id=\"preventivo_privacy_img\" src=\"https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png\" width=\"18\" height=\"18\" onclick=\"checkPreventivoPrivacy()\" \/>\r\n    <input id=\"preventivo_privacy\" name=\"privacy\" type=\"checkbox\" value=\"1\" style=\"display:none\" onchange=\"javascript:checkPreventivoImagePrivacy()\" \/>\r\n    <label for=\"preventivo_privacy\">Autorizo a AS Hoteles la utilizaci\u00f3n de mis datos personales (D.L 196\/2003)<\/label>\r\n    <a href=\"https:\/\/www.ashotels.it\/es\/privacy-2\" target=\"_blank\">(ver la informaci\u00f3n de privacy)<\/a>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <input class=\"submit\" value=\"Enviar mensaje\" type=\"submit\" \/>\r\n    <input type=\"hidden\" name=\"lingua\" value=\"es\" \/>\r\n    <input type=\"hidden\" name=\"azione\" value=\"candidatura\" \/>\r\n    <div class=\"clear\"><\/div>\r\n<\/div>\r\n<div class=\"clear\"><\/div>\r\n<\/form>\r\n<script type=\"text\/javascript\">\r\nfunction checkMailPreventivo(mail) {\r\n    var iAtPosition;\r\n    var iDotPosition;\r\n    var iEmptyPosition;\r\n    if (mail.value == \"\") return false;\r\n    iAtPosition = mail.indexOf(\"@\");\r\n    if (iAtPosition < 1 || iAtPosition == mail.length-1) return false;\r\n    iDotPosition = mail.indexOf('.', iAtPosition);\r\n    if (iDotPosition < 0) return false;\r\n    iEmptyPosition = mail.indexOf(\" \");\r\n    if (iEmptyPosition > 0) return false;\r\n    return true;\r\n}\r\n\r\nfunction checkPreventivo() {\r\n\tvar errori = 0;\t\r\n\tif(jQuery('#preventivo_nome').val()==\"\") {\r\n\t\tjQuery('#preventivo_nome').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_nome').removeClass('errore');\r\n\t}\r\n\tif(jQuery('#preventivo_cognome').val()==\"\") {\r\n\t\tjQuery('#preventivo_cognome').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_cognome').removeClass('errore');\r\n\t}\r\n\tif(!checkMailPreventivo(jQuery('#preventivo_email').val())) {\r\n\t\tjQuery('#preventivo_email').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_email').removeClass('errore');\r\n\t}\r\n\tif(jQuery('#preventivo_telefono').val()==\"\") {\r\n\t\tjQuery('#preventivo_telefono').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_telefono').removeClass('errore');\r\n\t}\r\n\tif(jQuery('#preventivo_curriculum').val()==\"\") {\r\n\t\tjQuery('#preventivo_curriculum').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_curriculum').removeClass('errore');\r\n\t}\t\r\n\tif(jQuery('#preventivo_messaggio').val()==\"\") {\r\n\t\tjQuery('#preventivo_messaggio').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_messaggio').removeClass('errore');\r\n\t}\r\n\tif(!(jQuery('#preventivo_privacy').prop('checked'))) {\r\n\t\tjQuery('#preventivo_div_privacy').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_div_privacy').removeClass('errore');\r\n\t}\t\r\n\tif(errori>0) { return false; } else { \r\n\t\treturn true; \r\n\t}\r\n}\r\n\r\nfunction checkPreventivoPrivacy() {\r\n\tjQuery('#preventivo_privacy').prop('checked', jQuery('#preventivo_privacy').prop('checked') ? false : true );\r\n\tcheckPreventivoImagePrivacy();\r\n}\r\n\r\nfunction checkPreventivoImagePrivacy() {\r\n\tif(jQuery('#preventivo_privacy').prop('checked')) { \r\n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_on.png').addClass('attivo');\r\n\t} else { \r\n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png').removeClass('attivo');\r\n\t}\r\n}\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Si est\u00e1s buscando trabajo en el sector hotelero, te ofrecemos la oportunidad de entrar en contacto con una realidad din\u00e1mica y estimulante, en estructuras 4 estrellas de alta calidad, con un eficaz equipo de profesionales que comparte importantes valores como:<span class=\"ellipsis\">&hellip;<\/span><\/p>\n<div class=\"read-more\"><a href=\"https:\/\/www.ashotels.it\/es\/carreras\">Leer todo &#8250;<\/a><\/div>\n<p><!-- end of .read-more --><\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-2555","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Carreras - AS Hotels<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ashotels.it\/es\/carreras\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Carreras - AS Hotels\" \/>\n<meta property=\"og:description\" content=\"Si est\u00e1s buscando trabajo en el sector hotelero, te ofrecemos la oportunidad de entrar en contacto con una realidad din\u00e1mica y estimulante, en estructuras 4 estrellas de alta calidad, con un eficaz equipo de profesionales que comparte importantes valores como:&hellip;Leer todo &#8250;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ashotels.it\/es\/carreras\" \/>\n<meta property=\"og:site_name\" content=\"AS Hotels\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AsHotels\" \/>\n<meta property=\"article:modified_time\" content=\"2018-04-24T11:15:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ASHOTELS1\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ashotels.it\/es\/carreras\",\"url\":\"https:\/\/www.ashotels.it\/es\/carreras\",\"name\":\"Carreras - AS Hotels\",\"isPartOf\":{\"@id\":\"https:\/\/www.ashotels.it\/es#website\"},\"datePublished\":\"2016-04-21T09:22:20+00:00\",\"dateModified\":\"2018-04-24T11:15:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ashotels.it\/es\/carreras#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ashotels.it\/es\/carreras\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ashotels.it\/es\/carreras#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ashotels.it\/es\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Carreras\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ashotels.it\/es#website\",\"url\":\"https:\/\/www.ashotels.it\/es\",\"name\":\"AS Hotels\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ashotels.it\/es?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Carreras - AS Hotels","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ashotels.it\/es\/carreras","og_locale":"es_ES","og_type":"article","og_title":"Carreras - AS Hotels","og_description":"Si est\u00e1s buscando trabajo en el sector hotelero, te ofrecemos la oportunidad de entrar en contacto con una realidad din\u00e1mica y estimulante, en estructuras 4 estrellas de alta calidad, con un eficaz equipo de profesionales que comparte importantes valores como:&hellip;Leer todo &#8250;","og_url":"https:\/\/www.ashotels.it\/es\/carreras","og_site_name":"AS Hotels","article_publisher":"https:\/\/www.facebook.com\/AsHotels","article_modified_time":"2018-04-24T11:15:05+00:00","twitter_card":"summary_large_image","twitter_site":"@ASHOTELS1","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ashotels.it\/es\/carreras","url":"https:\/\/www.ashotels.it\/es\/carreras","name":"Carreras - AS Hotels","isPartOf":{"@id":"https:\/\/www.ashotels.it\/es#website"},"datePublished":"2016-04-21T09:22:20+00:00","dateModified":"2018-04-24T11:15:05+00:00","breadcrumb":{"@id":"https:\/\/www.ashotels.it\/es\/carreras#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ashotels.it\/es\/carreras"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ashotels.it\/es\/carreras#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ashotels.it\/es"},{"@type":"ListItem","position":2,"name":"Carreras"}]},{"@type":"WebSite","@id":"https:\/\/www.ashotels.it\/es#website","url":"https:\/\/www.ashotels.it\/es","name":"AS Hotels","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ashotels.it\/es?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages\/2555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/comments?post=2555"}],"version-history":[{"count":7,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages\/2555\/revisions"}],"predecessor-version":[{"id":8054,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages\/2555\/revisions\/8054"}],"wp:attachment":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/media?parent=2555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}