<div id="sidebar">
    
        <!-- All this stuff in here only shows up if you DON'T have any widgets active in this zone -->
<style type="text/css">
@import url(http://www.google.es/cse/api/branding.css);
</style>
<div class="cse-branding-bottom" style="background-color:#FFFFFF;color:#000000">
  <div class="cse-branding-form">
    
  </div>
  
  </div>
        
		<div class="divside">
        <div class="sidetitle">Sitios Amigos</div>
		 
		<div class="sidebottom"></div>
		</div>
		
		<div class="sidefeed_bg">
		  <div class="feedtitle">Suscribete al Feed</div>
		  <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" 
      onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=NoticiasDeWindows8', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
	  
       <input class="feedbox" type="text" class="text" name="email" value="" />
	
       <input type="hidden" value="NoticiasDeWindows8" name="uri"/>
       <input type="hidden" name="loc" value="es_ES"/>
	   
       <input class="feedbtn" type="image" src="<?php bloginfo('template_directory' ); ?>/images/subs_btn.jpg" />
       </form>
	   <div class="feedlegend">Recibe actualizaciones GRATIS en tu E-mail</div>
		</div><p style="text-align: center"><a href="http://feeds.feedburner.com/NoticiasDeWindows8"><img src="http://feeds.feedburner.com/~fc/NoticiasDeWindows8?bg=99CCFF&fg=444444&anim=0" height="26" width="88" style="border:0" alt="" /></a></p>
        
        <div class="divside">
        <div class="sidetitle">Categorías</div>
        <ul>
    	   <?php wp_list_categories('show_count=0&title_li='); ?>
        </ul>
		<div class="sidebottom"></div>
		</div>
		
		<div class="divside">
        <div class="sidetitle">Articulos Interesantes</div>
		  <div style="margin:0 10px 0 10px; float:left;">
		    <?php $tecnologica = new WP_Query("showposts=4"); while($tecnologica->have_posts()) : $tecnologica->the_post();?>
                <div class="sidepost">
                   <div class="sidethumb">
                    <a href="<?php the_permalink() ?>"><img src="<?php print_video_thumb($post) ?>" width="56" height="56" alt="<?php the_title(); ?>" /></a>
	               </div>				
                    <div class="sidepsttit"><a href="<?php the_permalink() ?>" rel="bookmark"> <?php the_title(); ?></a><br />
					  <span class="sidepsttxt"><?php the_content_rss('', TRUE, '', 10); ?></span>
					</div>
				</div>
           <?php endwhile; ?>
		   </div>
		<div class="sidebottom"></div>
		</div>
		
		<div style="float:left; margin-bottom:20px;">
		
		</div>
		
		 <div class="divside">
        <div class="sidetitle">Recomendados</div>
        <ul>
    	<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
		</ul>
        <div class="sidebottom"></div>
		</div>
    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar Widgets')) : else : ?>
	
	<?php endif; ?>
</div>