{"id":7425,"date":"2017-06-09T05:36:42","date_gmt":"2017-06-09T05:36:42","guid":{"rendered":"http:\/\/www.fantasticaficcion.com\/?p=7425"},"modified":"2017-06-09T05:36:42","modified_gmt":"2017-06-09T05:36:42","slug":"sopa-de-letras-siete-bellezas","status":"publish","type":"post","link":"https:\/\/www.fantasticaficcion.com\/index.php\/sopa-de-letras-siete-bellezas\/","title":{"rendered":"Sopa de letras Siete Bellezas"},"content":{"rendered":"<p style=\"text-align: justify;\">Parece mentira pero hace ya cuatro a\u00f1os que publicamos una serie de art\u00edculos sobre <em><strong>The seven Beauties of Science Fiction,<\/strong><\/em> <a href=\"https:\/\/www.fantasticaficcion.com\/index.php\/lectura-conjunta-the-seven-beauties-of-science-fiction\/\">un libro de ensayo<\/a> sobre uno de nuestros g\u00e9neros favoritos. Para recordarlo, os traigo una sopa de letras donde tendr\u00e9is que buscar esas siete bellezas. \u00a1Ojo! Algunas tienen m\u00e1s de una palabra.<\/p>\n<p><!--more--><\/p>\n<!--[wpfcNOT]--><p ng-hide=\"true\"><strong>Loading the crossword has yet to start.<\/strong><\/p><div class=\"crw-wrapper\" ng-cloak ng-controller=\"CrosswordController\" ng-init=\"prepare('prueba', '93c9afa566', 'cbd2568944', '', '7Bellezas')\">\n    <p class=\"name\">{{crosswordData.name}}<\/p>\n    <p class=\"error\" ng-if=\"loadError\">{{loadError.error}}<\/p>\n    <p class=\"error\" ng-repeat=\"msg in loadError.debug\">{{msg}}<\/p>\n    <p class=\"crw-description\" ng-show=\"crosswordData.description\"><em>Find these words in the riddle:<\/em> {{crosswordData.description}}<\/p>\n    <dl class=\"crw-level\">\n        <dt>Difficulty level {{crosswordData.level+1|localeNumber}}<\/dt>\n        <dd>Word directions:\n            <strong ng-show=\"crw.getLevelRestriction('dir')\">only to the right and down<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('dir')\">any, including diagonal and backwards<\/strong>\n            <br \/>List of words that should be found:\n            <strong ng-show=\"crw.getLevelRestriction('sol')\">visible before found<\/strong>\n            <strong ng-show=\"!crw.getLevelRestriction('sol')\">hidden before found<\/strong>\n        <\/dd>\n    <\/dl>\n    <p class=\"crw-instruction\">Mark the words:<\/p>\n    <div class=\"crw-crossword\" ng-controller=\"SizeController\" ng-if=\"crosswordData\">\n        <div ng-style=\"styleGridSize()\" class=\"crw-grid\" ng-class=\"{divider: false || !tableVisible}\">\n        <\/div>\n        <div class=\"crw-mask\" ng-style=\"styleGridSize()\" ng-class=\"{invisible: !tableVisible}\">\n            <table class=\"crw-table\" ng-style=\"styleShift()\" ng-controller=\"TableController\" ng-Init=\"setMode('solve')\" crw-catch-mouse down=\"startMark\" up=\"stopMark\" prevent-default>\n                <tr ng-repeat=\"row in crosswordData.table\" crw-index-checker=\"line\">\n                    <td class=\"crw-field\" ng-repeat=\"field in row\" crw-index-checker=\"column\">\n                        <div  ng-mouseenter=\"intoField(line, column)\" ng-mouseleave=\"outofField(line, column)\">\n                            <button tabindex=\"-1\" unselectable=\"on\" ng-keydown=\"move($event)\" ng-keypress=\"type($event)\" crw-set-focus>{{field.letter}}<\/button>\n                            <div unselectable=\"on\" ng-repeat=\"marker in getMarks(line, column)\" class=\"crw-marked\" ng-class =\"getImgClass(marker)\"><\/div>\n                        <\/div>\n                    <\/td>\n                <\/tr>\n            <\/table>\n        <\/div>\n    <\/div>\n    <div class=\"crw-controls\" ng-class=\"{invisible: !tableVisible}\">\n        <p ng-show=\"crosswordData.name\">\n            <span ng-if=\"count.solution<count.words\">You have found {{count.solution|localeNumber}} of {{count.words|localeNumber}} words<\/span>\n            <span ng-if=\"count.solution===count.words\">You have found all {{count.words|localeNumber}} words!<\/span>\n\n            <button class=\"crw-control-button restart\" ng-click=\"restart()\" ng-disabled=\"loadedName!=crosswordData.name\" title=\"Restart solving the riddle\" alt=\"Restart\"><\/button>\n        <\/p>\n        <ul class=\"crw-word\" ng-class=\"{'palid': crw.getLevelRestriction('sol')}\">\n            <li ng-class=\"{'highlight': isHighlighted(), 'found': word.solved}\" ng-repeat=\"word in wordsToArray(crosswordData.solution) | orderBy:'ID'\" ng-controller=\"EntryController\">\n                <img ng-if=\"word.solved\" title=\"{{localize(word.color)}}\" ng-src=\"https:\/\/www.fantasticaficcion.com\/wp-content\/plugins\/crosswordsearch\/images\/bullet-{{word.color}}.png\">\n                <img ng-if=\"!word.solved\" title=\"localize('grey')\" ng-src=\"https:\/\/www.fantasticaficcion.com\/wp-content\/plugins\/crosswordsearch\/images\/bullet-grey.png\">\n                <span>{{word.fields | joinWord}}<\/span>\n            <\/li>\n        <\/ul>\n    <\/div>\n    <p ng-show=\"crosswordData.author\" class=\"copyright\">Authored by {{crosswordData.author}}<\/p>\n    <div class=\"crw-immediate\" ng-controller=\"ImmediateController\" ng-cloak ng-show=\"immediate\" ng-switch on=\"immediate\">\n        <div class=\"blocker\"><\/div>\n        <div class=\"message\">\n            <div ng-switch-when=\"dialogue\" ng-switch on=\"message.which\">\n                <p ng-switch-when=\"false_word\">The marked word {{message.word | joinWord}} is not part of the solution.<\/p>\n                <p ng-switch-when=\"solved_completely\"  ng-switch on=\"message.time\"><span\n                    ng-switch-when=\"false\">Congratulation, you have solved the riddle!<\/span><span\n                    ng-switch-default>Congratulation, you have solved the riddle in {{message.time | duration}}!<\/span><\/p>\n                <p ng-switch-when=\"solved_incomplete\">You have found {{message.solution|localeNumber}} of {{message.words|localeNumber}} hidden words during the alloted time.<\/p>\n                <p ng-switch-when=\"load_crossword\">Please be patient for the crossword being loaded.<\/p>\n                <p class=\"actions\">\n                    <button ng-if=\"message.buttons.ok\" ng-click=\"finish(true)\">OK<\/button>\n                    <button ng-if=\"message.buttons.delete\" ng-click=\"finish(true)\">Delete<\/button>\n                    <button ng-if=\"message.buttons.abort\" ng-click=\"finish(false)\">Abort<\/button>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Parece mentira pero hace ya cuatro a\u00f1os que publicamos una serie de art\u00edculos sobre The seven Beauties of Science Fiction, un libro de ensayo sobre uno de nuestros g\u00e9neros favoritos. Para recordarlo, os traigo una sopa de letras donde tendr\u00e9is que buscar esas siete bellezas. \u00a1Ojo! Algunas tienen m\u00e1s de una palabra.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[643],"tags":[645],"class_list":["post-7425","post","type-post","status-publish","format-standard","hentry","category-pasatiempos","tag-sopa-de-letras"],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p5fEpk-1VL","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/comments?post=7425"}],"version-history":[{"count":1,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7425\/revisions"}],"predecessor-version":[{"id":7426,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/posts\/7425\/revisions\/7426"}],"wp:attachment":[{"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/media?parent=7425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/categories?post=7425"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fantasticaficcion.com\/index.php\/wp-json\/wp\/v2\/tags?post=7425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}