<!DOCTYPE html>
<html lang="en-US" xmlns:fb="http://ogp.me/ns/fb#" xmlns:addthis="http://www.addthis.com/help/api-spec">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Not Found | Punto Mag</title>
  <link rel="profile" href="https://gmpg.org/xfn/11">
  <link rel="pingback" href="/xmlrpc.php">
  <link rel="alternate" type="application/rss+xml" title="Punto Mag &raquo; Feed" href="/feed/">
  <link rel="alternate" type="application/rss+xml" title="Punto Mag &raquo; Comments Feed" href="/comments/feed/">
  <link rel="alternate" type="application/rss+xml" title="Punto Mag &raquo; FlipBoard Comments Feed" href="/flipboard/feed/">
  <link rel='stylesheet' id='output-css' href='/wp-content/plugins/addthis/css/output.css?ver=3.5.1' type='text/css' media='all'>
  <link rel='stylesheet' id='contact-form-7-css' href='/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.4' type='text/css' media='all'>
  <link rel='stylesheet' id='social_comments-css' href='/wp-content/plugins/social/assets/comments.css?ver=2.8' type='text/css' media='screen'>
  <link rel='stylesheet' id='jetpack-widgets-css' href='/wp-content/plugins/jetpack/modules/widgets/widgets.css?ver=20121003' type='text/css' media='all'>
  <link rel='stylesheet' id='pinboard-web-font-css' href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic|Oswald:300,300italic,regular,italic,600,600italic&#038;subset=latin" type='text/css' media='all'>
  <link rel='stylesheet' id='pinboard-css' href='/wp-content/themes/pinboard/style.css' type='text/css' media='all'>
  <link rel='stylesheet' id='colorbox-css' href='/wp-content/themes/pinboard/styles/colorbox.css' type='text/css' media='all'>
  <link rel='stylesheet' id='mediaelementplayer-css' href='/wp-content/themes/pinboard/styles/mediaelementplayer.css' type='text/css' media='all'>
  <link rel='stylesheet' id='sharedaddy-css' href='/wp-content/plugins/jetpack/modules/sharedaddy/sharing.css?ver=2.2.2' type='text/css' media='all'>
  <link rel='stylesheet' id='wp-pagenavi-css' href='/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all'>
  <script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
  <script type='text/javascript' src='/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js?ver=3.5.1'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/ios-orientationchange-fix.js'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/jquery-migrate.js'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/jquery.flexslider-min.js'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/fitvids.js'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/mediaelement.js'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/mediaelementplayer.js'></script>
  <script type='text/javascript' src='/wp-content/themes/pinboard/scripts/colorbox.js'></script>
  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd">
  <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml">
  <link rel='prev' title='Que es PuntoMag' href='/que-es-puntomag/'>
  <link rel='shortlink' href="https://wp.me/Ppbh6-VSA">
  <meta name="description" content="Buenos días hoy decido escribir sin tantas formalidades ni nada de esas cosas raras que solemos hacer cuando tenemos un blog que ya es bastante leído. No voy">
  <link rel="canonical" href="/flipboard/">
  <script>
  /* <![CDATA[ */
        jQuery(document).ready(function($) {
                $('#access .menu > li > a').each(function() {
                        var title = $(this).attr('title');
                        if(typeof title !== 'undefined' && title !== false) {
                                $(this).append('<br /> <span>'+title+'</span>');
                                $(this).removeAttr('title');
                        }
                });
                function pinboard_move_elements(container) {
                        if( container.hasClass('onecol') ) {
                                var thumb = $('.entry-thumbnail', container);
                                if('undefined' !== typeof thumb)
                                        $('.entry-container', container).before(thumb);
                                var video = $('.entry-attachment', container);
                                if('undefined' !== typeof video)
                                        $('.entry-container', container).before(video);
                                var gallery = $('.post-gallery', container);
                                if('undefined' !== typeof gallery)
                                        $('.entry-container', container).before(gallery);
                                var meta = $('.entry-meta', container);
                                if('undefined' !== typeof meta)
                                        $('.entry-container', container).after(meta);
                        }
                }
                function pinboard_restore_elements(container) {
                        if( container.hasClass('onecol') ) {
                                var thumb = $('.entry-thumbnail', container);
                                if('undefined' !== typeof thumb)
                                        $('.entry-header', container).after(thumb);
                                var video = $('.entry-attachment', container);
                                if('undefined' !== typeof video)
                                        $('.entry-header', container).after(video);
                                var gallery = $('.post-gallery', container);
                                if('undefined' !== typeof gallery)
                                        $('.entry-header', container).after(gallery);
                                var meta = $('.entry-meta', container);
                                if('undefined' !== typeof meta)
                                        $('.entry-header', container).append(meta);
                                else
                                        $('.entry-header', container).html(meta.html());
                        }
                }
                if( ($(window).width() > 960) || ($(document).width() > 960) ) {
                        // Viewport is greater than tablet: portrait
                } else {
                        $('#content .post').each(function() {
                                pinboard_move_elements($(this));
                        });
                }
                $(window).resize(function() {
                        if( ($(window).width() > 960) || ($(document).width() > 960) ) {
                                                                        $('.page-template-template-full-width-php #content .post, .page-template-template-blog-full-width-php #content .post, .page-template-template-blog-four-col-php #content .post').each(function() {
                                                pinboard_restore_elements($(this));
                                        });
                                                        } else {
                                $('#content .post').each(function() {
                                        pinboard_move_elements($(this));
                                });
                        }
                        if( ($(window).width() > 760) || ($(document).width() > 760) ) {
                                var maxh = 0;
                                $('#access .menu > li > a').each(function() {
                                        if(parseInt($(this).css('height'))>maxh) {
                                                maxh = parseInt($(this).css('height'));
                                        }
                                });
                                $('#access .menu > li > a').css('height', maxh);
                        } else {
                                $('#access .menu > li > a').css('height', 'auto');
                        }
                });
                if( ($(window).width() > 760) || ($(document).width() > 760) ) {
                        var maxh = 0;
                        $('#access .menu > li > a').each(function() {
                                var title = $(this).attr('title');
                                if(typeof title !== 'undefined' && title !== false) {
                                        $(this).append('<br /> <span>'+title+'</span>');
                                        $(this).removeAttr('title');
                                }
                                if(parseInt($(this).css('height'))>maxh) {
                                        maxh = parseInt($(this).css('height'));
                                }
                        });
                        $('#access .menu > li > a').css('height', maxh);
                                                        $('#access li').mouseenter(function() {
                                        $(this).children('ul').css('display', 'none').stop(true, true).fadeIn(250).css('display', 'block').children('ul').css('display', 'none');
                                });
                                $('#access li').mouseleave(function() {
                                        $(this).children('ul').stop(true, true).fadeOut(250).css('display', 'block');
                                });
                                        } else {
                        $('#access li').each(function() {
                                if($(this).children('ul').length)
                                        $(this).append('<span class="drop-down-toggle"><span class="drop-down-arrow"></span></span>');
                        });
                        $('.drop-down-toggle').click(function() {
                                $(this).parent().children('ul').slideToggle(250);
                        });
                }
                                                $('audio,video').mediaelementplayer({
                        videoWidth: '100%',
                        videoHeight: '100%',
                        audioWidth: '100%',
                        alwaysShowControls: true,
                        features: ['playpause','progress','tracks','volume'],
                        videoVolume: 'horizontal'
                });
                $(".entry-attachment, .entry-content").fitVids({ customSelector: "iframe, object, embed"});
        });
        jQuery(window).load(function() {
                                        jQuery('.entry-content a[href$=".jpg"],.entry-content a[href$=".jpeg"],.entry-content a[href$=".png"],.entry-content a[href$=".gif"],a.colorbox').colorbox();
                        });
  /* ]]> */
  </script>
  <style type="text/css"></style>
  <style type="text/css">
        #site-title a,
        #site-description {
                color:#333;
        }
  </style>
  <style type="text/css" id="custom-background-css">
  body.custom-background { background-image: url('/wp-content/themes/pinboard/images/bg.jpg'); background-repeat: repeat; background-position: top left; background-attachment: scroll; }
  </style>
  <script type="text/javascript">
  var src="/wp-admin/admin-ajax.php?action=wordfence_logHuman&hid=ED24A31AE7A078D4E1C44D43274FED9E"; if(window.location.protocol == "https:"){ src = src.replace("http:", "https:"); } var wfHTImg = new Image();  wfHTImg.src=src;
  </script>
</head>
<body class="page page-id-222492 page-template-default custom-background page-template-template-full-width-php">
<div id="wrapper"><header id="header">
<div id="site-title"><a class="home" href="/" rel="home">Punto Mag</a></div>
<div id="site-description">Feeds Tecnol&oacute;gicos</div>
<form role="search" method="get" id="searchform" action="https://puntomag.com//" name="searchform"></form>
<div id="social-media-icons"><br /></div>
<div class="clear"><br /></div>
<nav id="access"><a class="nav-show" href="#access">Show Navigation</a> <a class="nav-hide" href="#nogo">Hide Navigation</a>
<div class="menu-personal-3-container">
<ul id="menu-personal-3" class="menu">
<li id="menu-item-186395" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-186395"><a href="/que-es-puntomag/">Que es PuntoMag</a></li>
<li id="menu-item-222836" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-222492 current_page_item menu-item-222836"><a href="/flipboard/">FlipBoard</a></li>
<li id="menu-item-179556" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-179556"><a href="/category/personal/">Personal</a></li>
<li id="menu-item-86901" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-86901"><a href="/contacto/">Contacto</a></li>
</ul>
</div>
<div class="clear"><br /></div>
</nav></header>
<div id="container">
<section id="content" class="column onecol">
<article class="post-222492 page type-page status-publish hentry column onecol" id="post-222492">
<div class="entry"><header class="entry-header">
<h1 class="entry-title">Not Found<br /></h1>
</header>
<div class="entry-content">This page cannot be found.<br />Please get back to the <a href="/">Home page.</a><br />
<div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing">
<div class="sd-content">
<div class="sharing-clear"><br /></div>
</div>
</div>
<div class="clear"><br /></div>
</div>
</div>
<div id="social">
<div class="social-post">
<div id="loading" style="display: none;">Logging In...</div>
<div id="respond">
<div id="commentform">
<div id="cancel-comment-reply-link" style="display: none; float: right;"><a href="#">Cancel Reply</a></div>
</div>
</div>
</div>
<div id="social-tabs-comments">
<ul class="social-nav social-clearfix">
<li class="social-all social-tab-main social-current-tab"><a href="#" rel="social-all"><span>1 Reply</span></a></li>
<li class="social-wordpress"><a href="#" rel="wordpress"><span>0 Comments</span></a></li>
<li class="social-twitter"><a href="#" rel="social-twitter"><span>0 Tweets</span></a></li>
<li class="social-facebook"><a href="#" rel="social-facebook"><span>0 Facebook</span></a></li>
<li class="social-pingback"><a href="#" rel="social-pingback"><span>1 Pingback</span></a></li>
</ul>
<div id="social-comments-tab-all" class="social-tabs-panel social-tabs-first-panel">
<div id="comments" class="social-comments">
<div class="social-last-reply-when">Last reply was 14 hours</div>
<div class="cf-clearfix"><br /></div>
<ol class="social-commentlist">
<li class="pingback even thread-even depth-1 social-comment social-clearfix social-pingback" id="li-comment-14297">
<div class="social-comment-inner social-clearfix" id="comment-14297">
<div class="social-comment-header">
<div class="social-comment-author vcard"><cite class="social-fn fn"><a href="/2013/04/tu-propia-revista-para-ipad-o-tablets-android-video/" rel="external nofollow" class="url">Tu propia revista para iPad o Tablets Android &ndash; Video | Punto Mag</a></cite></div>
<div class="social-comment-meta social-comment-meta-pingback"><span class="social-posted-from"><span>View</span></span> <a href="/flipboard/comment-page-1/#comment-14297" class="social-posted-when" target="_blank">14 hours</a></div>
</div>
<div class="social-comment-body">
<p>[...] FlipBoard [...]</p>
</div>
<div class="social-actions entry-meta"><br /></div>
</div>
</li>
</ol>
</div>
</div>
</div>
</div>
</article>
</section>
</div>
<div id="footer">
<div id="copyright">
<p class="copyright twocol">&copy; 2013 Punto Mag</p>
<div class="clear"><br /></div>
</div>
</div>
</div>
<div style="display: none;"><br /></div>
<script type="text/javascript">


                WPCOM_sharing_counts = {"http:\/\/puntomag.com\/flipboard\/":222492}        
  </script>
<script type="text/javascript" src="/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js?ver=20121205"></script>
<script type="text/javascript">


                jQuery(document).on( 'ready post-load', function(){
                        jQuery( 'a.share-twitter' ).on( 'click', function() {
                                window.open( jQuery(this).attr( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
                                return false;
                        });
                });
  </script>
<script type="text/javascript" src="/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.32.0-2013.04.03"></script>
<script type="text/javascript">


  /* <![CDATA[ */
  var _wpcf7 = {"loaderUrl":"http:\/\/puntomag.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
  /* ]]> */
  </script>
<script type="text/javascript" src="/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.4"></script>
<script type="text/javascript" src="https://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201316"></script>
<script type="text/javascript">


  /* <![CDATA[ */
  var Sociali18n = {"commentReplyTitle":"Post a Reply"};
  /* ]]> */
  </script>
<script type="text/javascript" src="/wp-content/plugins/social/assets/social.js?ver=2.8"></script>
<script type="text/javascript" src="https://s.gravatar.com/js/gprofiles.js?ver=2013Apraa"></script>
<script type="text/javascript">


  /* <![CDATA[ */
  var WPGroHo = {"my_hash":""};
  /* ]]> */
  </script>
<script type="text/javascript" src="/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.5.1"></script>
<script type="text/javascript">


                        var comm_par_el = document.getElementById( 'comment_parent' ),
                            comm_par = (comm_par_el && comm_par_el.value) ? comm_par_el.value : '',
                            frame = document.getElementById( 'jetpack_remote_comment' ),
                            tellFrameNewParent;

                        tellFrameNewParent = function() {
                                if ( comm_par ) {
                                        frame.src = "http:\/\/jetpack.wordpress.com\/jetpack-comment\/?blogid=6001544&postid=222492&comment_registration=0&require_name_email=1&stc_enabled=1&stb_enabled=1&show_avatars=1&avatar_default=gravatar_default&greeting=Leave+a+Reply&color_scheme=light&lang=en-US&jetpack_version=2.2.2&sig=000f8660109f374add08db7ae77e5dbb913849ff#parent=http%3A%2F%2Fwww.puntomag.com%2Fflipboard%2F" + '&replytocom=' + parseInt( comm_par, 10 ).toString();
                                } else {
                                        frame.src = "http:\/\/jetpack.wordpress.com\/jetpack-comment\/?blogid=6001544&postid=222492&comment_registration=0&require_name_email=1&stc_enabled=1&stb_enabled=1&show_avatars=1&avatar_default=gravatar_default&greeting=Leave+a+Reply&color_scheme=light&lang=en-US&jetpack_version=2.2.2&sig=000f8660109f374add08db7ae77e5dbb913849ff#parent=http%3A%2F%2Fwww.puntomag.com%2Fflipboard%2F";
                                }
                        };

        
                        if ( window.postMessage ) {
                                if ( document.addEventListener ) {
                                        window.addEventListener( 'message', function( event ) {
                                                if ( "http:\/\/jetpack.wordpress.com" !== event.origin ) {
                                                        return;
                                                }

                                                jQuery( frame ).height( event.data );
                                        } );
                                } else if ( document.attachEvent ) {
                                        window.attachEvent( 'message', function( event ) {
                                                if ( "http:\/\/jetpack.wordpress.com" !== event.origin ) {
                                                        return;
                                                }

                                                jQuery( frame ).height( event.data );
                                        } );
                                }
                        }
  </script>
</body>
</html>