
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head><title>
	NextBillion.net | Negócios que reduzem a pobreza
</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="shortcut icon" href="/skins/1/images/icon.png" />
<!--link href="/css/nb.css" rel="stylesheet"  type="text/css" media="screen"/-->
<link href="/css/reset.css" rel="stylesheet" type="text/css" media="screen, print" /><link href="/css/style.css" rel="stylesheet" type="text/css" media="screen, print" />


<!--[if IE 6]><link rel="stylesheet" type="text/css" href="../css/style_ie6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="../css/style_ie7.css" /><![endif]-->
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="../css/style_ie8.css" /><![endif]-->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery.simplemodal-1.4.1.js"></script>
<script type="text/javascript" src="/js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="/js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="/js/jquery.sliderkit.1.8.js"></script>
<script type="text/javascript" src="/js/jquery.cj-object-scaler.js"></script>
<script type="text/javascript" src="/js/hoverIntent.js"></script>
<script type="text/javascript" src="/js/common.js"></script>
<script type="text/javascript" src="/js/superfish.js"></script>
<script type="text/javascript" src="/js/jquery.tweet.js"></script>
<script type="text/javascript" src="/js/jquery.slider.js"></script>
<!--script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
        stLight.options({
                publisher:'12345'//this needs to be set to your own publisher id
        });
</script-->
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>
<script type="text/javascript">
$(document).ready(function(){
	$("#maincarousel").sliderkit({
		autospeed:6500,
		circular:true,
		mousewheel:true,
		shownavitems:5,
		scalar:true
	});
	$('#partnercarousel').sliderkit({
		autospeed:5500,
		shownavitems:1,
		circular:true,
		scrollspeed:500
	});	
	$("#sidetabs").sliderkit({
		auto:false,
		tabs:true,
		freeheight:true,
		circular:true
	});

});
$(document).ready(function() {
	$(".storyimg").each(function() {
		$(this).cjObjectScaler({
			method: "fit",
			fade: 400
		});
	});
	$("#twitter").tweet({
		username: "nextbilliones",
		count: 5,
		loading_text: "loading tweets...",
		template: "{join}{text}{time}",
	});
	
	$('.sidegreysocialmid').first().css('display', 'block');
	$("#sidesocialswitch a").click(function(){//this toggles the social media sidewell
		if($("#facebook").hasClass("active")){
			$('#facebook').css('display', 'none');
			$('#twitter').css('display', 'block');
			$('.socialfacebook').css({backgroundPosition: '0 0'});
			$('.socialtwitter').css({backgroundPosition: '0 -35px'});
			$("#facebook").removeClass("active");
			$("#twitter").addClass("active");
		} else {
			$('#facebook').css('display', 'block');
			$('#twitter').css('display', 'none');
			$('.socialfacebook').css({backgroundPosition: '0 -35px'});
			$('.socialtwitter').css({backgroundPosition: '0 0'});
			$("#facebook").addClass("active");
			$("#twitter").removeClass("active");
		};
	});
	$(".sf-menu li a").hover(function() {//sets the hoverstate of the nav top item while hovering over the nav item
		$(this).css({backgroundPosition: '0px -39px'});
			}, function() {
			$(this).css({backgroundPosition: '0px 0px'});
	});
	$(".sub").hover(function() {//sets the hoverstate of the nav top item while hovering over the sub ul
		$(this).parent() .children(':first-child').css({backgroundPosition: '0px -39px'});
			}, function() {
			$(this).parent() .children(':first-child').css({backgroundPosition: '0px 0px'});
	});
	

	//TRENDING TABS
	$(".tab_content").hide(); //Hide all content
	$("ul.tabs li:first").addClass("active").show(); //Activate first tab
	$(".tab_content:first").show(); //Show first tab content

	//On Click Event
	$("ul.tabs li").click(function() {

		$("ul.tabs li").removeClass("active"); //Remove any "active" class
		$(this).addClass("active"); //Add "active" class to selected tab
		$(".tab_content").hide(); //Hide all tab content

		var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
		$(activeTab).fadeIn(); //Fade in the active ID content
		return false;
	});

	
});
	

	
</script>
<script type="text/javascript">
    function DoPopupX(theURL, w, h){
         popWin=window.open(theURL, 'dlgAuth', 'height='+h+',width='+w+',toolbars=0,scrollbars=0,resizable=1,location=0,status=0')
         popWin.focus();
        }
    </script>
<!--google-analytics-->
<script type="text/javascript">
//updated Google Analytics code per Neo 7/2/2012 minutes after launch.
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-7616137-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>
<!--script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script-->
<!--script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7616137-1");
pageTracker._trackPageview();
} catch(err) {}</script-->
</head>
<body>
<form name="aspnetForm" method="post" action="2x.aspx?404%3bhttp%3a%2f%2fbrasil.nextbillion.net%3a80%2fblog%2frss" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTkyOTEzOTM5NA9kFgJmD2QWAgIDD2QWCmYPDxYCHgRUZXh0BSBCdXNjYXIgQmxvZ3MsIE5vdGljaWFzLCBQZXJzb25hbGRkAgMPFgIeC18hSXRlbUNvdW50AgMWBmYPZBYCZg8VAwMxMDEaV2lsbGlhbSBEYXZpZHNvbiBJbnN0aXR1dGUaV2lsbGlhbSBEYXZpZHNvbiBJbnN0aXR1dGVkAgEPZBYCZg8VAwMxMTEFQVZJTkEFQVZJTkFkAgIPZBYCZg8VAwMxMDIPQ2l0aSBGb3VuZGF0aW9uD0NpdGkgRm91bmRhdGlvbmQCBQ8WAh8BAgIWBGYPZBYCZg8VAc8BPGEgaHJlZj0iaHR0cDovL3d3dy5mYWNlYm9vay5jb20vcGFnZXMvTmV4dEJpbGxpb24tQnJhc2lsLzE0MjQ5NDMyMjUxOTQwNSIgdGl0bGU9Ik5leHQgQmlsbGlvbiBGYWNlYm9vayI+PGltZyBzcmM9Ii9za2lucy8xL2ltYWdlcy9pY29uX2ZhY2Vib29rLnBuZyIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIxIiBhbHQ9Ik5leHQgQmlsbGlvbiBGYWNlYm9vayIgLz48L2E+ZAIBD2QWAmYPFQGsATxhIGhyZWY9Imh0dHA6Ly90d2l0dGVyLmNvbS9uZXh0YmlsbGlvbkJSIiB0aXRsZT0iTmV4dCBCaWxsaW9uIFR3aXR0ZXIiPjxpbWcgc3JjPSIvc2tpbnMvMS9pbWFnZXMvaWNvbl90d2l0dGVyLnBuZyIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIxIiBhbHQ9Ik5leHQgQmlsbGlvbiBUd2l0dGVyIiAvPjwvYT5kAgcPFgIfAQICFgRmD2QWAmYPFQHPATxhIGhyZWY9Imh0dHA6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL05leHRCaWxsaW9uLUJyYXNpbC8xNDI0OTQzMjI1MTk0MDUiIHRpdGxlPSJOZXh0IEJpbGxpb24gRmFjZWJvb2siPjxpbWcgc3JjPSIvc2tpbnMvMS9pbWFnZXMvaWNvbl9mYWNlYm9vay5wbmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMSIgYWx0PSJOZXh0IEJpbGxpb24gRmFjZWJvb2siIC8+PC9hPmQCAQ9kFgJmDxUBrAE8YSBocmVmPSJodHRwOi8vdHdpdHRlci5jb20vbmV4dGJpbGxpb25CUiIgdGl0bGU9Ik5leHQgQmlsbGlvbiBUd2l0dGVyIj48aW1nIHNyYz0iL3NraW5zLzEvaW1hZ2VzL2ljb25fdHdpdHRlci5wbmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMSIgYWx0PSJOZXh0IEJpbGxpb24gVHdpdHRlciIgLz48L2E+ZAIIDxYCHwECAxYGZg9kFgJmDxUDAzEwMRpXaWxsaWFtIERhdmlkc29uIEluc3RpdHV0ZRpXaWxsaWFtIERhdmlkc29uIEluc3RpdHV0ZWQCAQ9kFgJmDxUDAzExMQVBVklOQQVBVklOQWQCAg9kFgJmDxUDAzEwMg9DaXRpIEZvdW5kYXRpb24PQ2l0aSBGb3VuZGF0aW9uZGQJ9GW1mrTndNcyx6Wqvvaokn8i9A==" />

<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="51F37745" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBgLV45+sDwLE5ML0AgL83ei2CQKDwceFDgKxxfubDgKt5bKxASVVj39oqzTeY8oa+C7DwsIrwhSX" />
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="container">
<!-- BEGIN HEADER -->
	<div id="headercont">
		<div id="header">
			<div id="headerleft"><a href="/"><img src="/skins/1/images/logo_next-billion_beta.gif" width="328" height="105" alt="Next Billion - Negócios que reduzem a pobreza" /></a></div>
			<div id="headerright">
				<div id="searchbar">
					<div id="searchcont">
					<input name="ctl00$txtSearch" type="text" value="Buscar Blogs, Noticias, Personal" id="ctl00_txtSearch" class="txbx1" onfocus="javascript:if (this.value == 'Buscar Blogs, Noticias, Personal'){this.value='';this.style.color='#000000';}" style="position:relative;top:1px;border:solid 0px #eeeeee;background-color:Transparent;padding-left:12px;font-size:15px;color:#aaaaaa;" />
						<!--form id="searchform" action="">
							<input type="text" id="searchsite" value="Search" onclick="javascript:clickclear(this, 'Search');" onblur="javascript:clickrecall(this, 'Search');" />
							<input name="searchsitebtn" id="searchsitebtn" onclick="document.getElementById('searchform').submit();" type="image" src="/skins/1/images/blank.gif" />
						</form-->
					</div>
					<div id="languages"><a href="http://www.nextbillion.net/" title="English" class="english">English</a><a href="http://espanol.nextbillion.net/" title="Español" class="espanol">Español</a></div>
				</div>
				<div id="navbar">
					<div id="nav">
						<ul class="sf-menu">
							<li>
								<a title="Posts" id="blogs">Posts</a>
								<ul class="first sub">
									<li><a href="/blogfeed.aspx"  title="Todos os Artigos"><b style="color:#007777;">Todos os Artigos</b></a></li>
									<li><a href="/subblog.aspx?sbid=11"  title="Base da Pirâmide em Foco">Base da Pirâmide em Foco</a></li>
									<li><a href="/subblog.aspx?sbid=12"  title="Casos">Casos</a></li>
									<li><a href="/subblog.aspx?sbid=13"  title="Perspectivas">Perspectivas</a></li>
									<li><a href="/subblog.aspx?sbid=14"  title="Especiais">Especiais</a></li>
								</ul>
							</li>
							<li>
								<a title="NewsFeed" id="newsfeed">NewsFeed</a>
								<ul class="sub">
									<li><a href="/newsfeed.aspx" title="All News"><b style="color:#007777;">All News</b></a></li>
								</ul>
							</li>
							<li>
								<a title="Career Center" id="career">Career Center</a>
								<ul class="sub">
									<li><a href="/jobsfeed.aspx"  title="All Jobs"><b style="color:#007777;">Ver Todas</b></a></li>
									<li><a href="/jobposter.aspx"  title="Publicar Oportunidade">Publicar Oportunidade</a></li>
								</ul>
							</li>	
							<li>
								<a title="Partners" id="partners">Partners</a>
								<ul class="sub">
									<!-- li><a href="#"  title="All Partners ">All Partners </a></li REMOVED per NEO 12/14-->
									
									<li><a href="/partners.aspx?pid=101" title="William Davidson Institute">William Davidson Institute</a></li><li><a href="/partners.aspx?pid=111" title="AVINA">AVINA</a></li><li><a href="/partners.aspx?pid=102" title="Citi Foundation">Citi Foundation</a></li>
								</ul>
							</li>
							<li>
								<a  title="Community" id="resource">Community</a>
								<ul class="sub">
									<li><a href="/Events.aspx" title="Events">Eventos</a></li>
									<li><a href="/ourteam.aspx"  title="Equipe">Equipe</a></li>
									<li><a href="/About.aspx"  title="Sobre Nós">Sobre Nós</a></li>
								</ul>
							</li>	
						</ul>
					</div>
					<div id="sociallinks">
					        
								<a href="http://www.facebook.com/pages/NextBillion-Brasil/142494322519405" title="Next Billion Facebook"><img src="/skins/1/images/icon_facebook.png" width="23" height="21" alt="Next Billion Facebook" /></a><a href="http://twitter.com/nextbillionBR" title="Next Billion Twitter"><img src="/skins/1/images/icon_twitter.png" width="23" height="21" alt="Next Billion Twitter" /></a>
					</div>
				</div>
			</div>
		</div>
	</div>
	<!-- END HEADER -->




        
        <!--%'//*******************************************%>
        <!--%'//************* YER CONTENT BELOW HERE ******%>
        <!--%'//*******************************************%-->
	   
<div style="clear:both;width:100%;visibility:hidden;height:0px;overflow:hidden;">
	 <table width="876" cellpadding="2" cellspacing="2" align="center" border="0" style="border:solid 1px#cccccc;">
        <tr><td colspan="2" class="rbor2">NextBillion provides its own URL Shortening capability: NB2X.</td></tr>
        <tr><td colspan="2">This service is available to all NextBillion Members. <i>Why not just use <tt>bit.ly</tt> and the others?</i>&nbsp;Because NextBillion controls these shortened URLs, and can monitor them to prevent SP4M and Phishing. Your followers can click with confidence.</td></tr>
        <tr><td class="rb2">Enter the URL you wish to shorten:&nbsp;</td><td> <input name="ctl00$cphSlave1$txtPlain" type="text" id="ctl00_cphSlave1_txtPlain" style="background-color:#ddeeff;border-left: solid 1px #aaaaaa;border-top: solid 1px #999999;color:#006600;font-family:Calibri, Arial, sans serif;font-size: 14px;font-weight:normal;text-align:left;vertical-align:top;padding-left: 4px;padding-top: 2px;padding-right: 2px;" /><br /><input type="submit" name="ctl00$cphSlave1$bGo" value="NB2XCode it!" id="ctl00_cphSlave1_bGo" /></td></tr>
        <tr><td class="rb2">This is your NB2X Link:&nbsp;</td><td><br /><span style="tinylink">Copy & Paste this link to your posting.</span></td></tr>
        <tr><td colspan="2">&nbsp;<br />
        <br /><br /></td></tr>
        
        <tr><td class="rb2" style="color:Black;">If you are trying to use a NB2X Code, enter it here:</td><td><input name="ctl00$cphSlave1$txtTheCode" type="text" id="ctl00_cphSlave1_txtTheCode" class="txbx1" /><input type="submit" name="ctl00$cphSlave1$Button1" value="Go!" id="ctl00_cphSlave1_Button1" class="tinybutton" /></td></tr>
        
      </table>
      </div>
      <div style="clear:both;text-align:center;background-color:#e5e0c3;padding:72px;height:256px;margin-bottom:0px;"><h1 style="color:#ff3300;font-family:Arial Rounded MT Bold;font-size:24px;">Sorry, I can't find that page.<br><br></h1> <b>Coming Soon:</b>&nbsp;Capability to find legacy content!</div>
      <div style="clear:both;height:0px;"></div>

	   
	   

 <!-- BEGIN FOOTER -->
	<div id="footercont">
		<div id="footer">
			<div id="footertop">
				<div id="footerlogo"><a href="/"><img src="/skins/1/images/logo_next-billion_footer.gif" width="209" height="111" alt="Next Billion" /></a></div>
				<div id="footertoplinks">
					<a href="/about.aspx" title="Sobre Nós" class="about">Sobre Nós</a>
					<a href="/ourteam.aspx" title="Equipe" class="ourteam">Equipe</a>
					<a href="/contactus.aspx" title="Contact US" class="contactus">Contact US</a>
					<a href="/events.aspx" title="Eventos" class="events">Eventos</a>
					<a href="http://www.nextbillion.net/" title="English" class="brasil">English</a>
					<a href="http://nextbillion.net" title="English" class="espanol">English</a>
					
				</div>
			</div>
			<div id="footermid">
				<div id="footernav">
					<div id="footernavtop">
						<a href="/blogfeed.aspx" class="first blogs">Blogs</a>
						<a href="/newsfeed.aspx" class="second newsfeed">NewsFeed</a>
						<a href="/jobsfeed.aspx" class="fourth career">Career Center</a>
						<a href="#" class="third partners">Partners</a>
						<a href="#" class="fifth resource">Community</a>
					</div>
					<div id="footersocial">
								<a href="http://www.facebook.com/pages/NextBillion-Brasil/142494322519405" title="Next Billion Facebook"><img src="/skins/1/images/icon_facebook.png" width="23" height="21" alt="Next Billion Facebook" /></a><a href="http://twitter.com/nextbillionBR" title="Next Billion Twitter"><img src="/skins/1/images/icon_twitter.png" width="23" height="21" alt="Next Billion Twitter" /></a>
					</div>
					</div>
				</div>
				<div id="footernavbottom">
					<ul class="blogs">
						<li><a href="/blogfeed.aspx"  title="Todos os Artigos">Todos os Artigos</a></li>
						<li><a href="/subblog.aspx?sbid=11"  title="Base da Pirâmide em Foco">Base da Pirâmide em Foco</a></li>
						<li><a href="/subblog.aspx?sbid=12"  title="Casos">Todos os Artigos</a></li>
						<li><a href="/subblog.aspx?sbid=13"  title="Perspectivas">Perspectivas</a></li>
					</ul>
					<ul class="newsfeed">
						<li><a href="/newsfeed.aspx" title="All News">All News</a></li>
					</ul>
					<ul class="career">
						<li><a href="#"  title="Career Center">Career Center</a></li>
						<li><a href="/jobposter.aspx"  title="Publicar Oportunidade">Publicar Oportunidade</a></li>
					</ul>
					<ul class="partners">
					    
							<li><a href="/partners.aspx?pid=101" title="William Davidson Institute">William Davidson Institute</a></li><li><a href="/partners.aspx?pid=111" title="AVINA">AVINA</a></li><li><a href="/partners.aspx?pid=102" title="Citi Foundation">Citi Foundation</a></li>
					</ul>
					<ul class="resource">
						<li><a href="/Events.aspx" title="Events">Eventos</a></li>
						<li><a href="/ourteam.aspx"  title="Equipe">Equipe</a></li>
						<li><a href="/About.aspx"  title="Sobre Nós">Sobre Nós</a></li>
					</ul>
					
				</div>
			</div>
		</div>
	<!-- END FOOTER -->
</div>
<!-- START STORY MODAL -->
<!-- The story modal call is in the common.js file which is pulling in the storymid.html and storyfoot.html which should be set to pull in that data as opposed to the html files -->
<div id="storymodal">
	<div class="storymodalcont">
		<div class="storymodalheader">
			<h2 class="snapshot">Story Snapshot</h2>
			<a class="simplemodal-close right" onclick="">Cerrar</a>
		</div>
		<div class="storymodalcontent" id="resultmid">
		
		
		</div>
		<div class="storymodalfooter"><h3 class="storiesinterest"></h3>
			<div id="resultfoot"></div>
		</div>
	</div>
	<div class="storymodalbottom"></div>
</div>
<!-- END STORY MODAL -->
</form>
</body>
</html>
