
function GetFigura (){
	var html1;
		html1='			<style type="text/css">';
		html1+='			.unnamed3 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 11px; color: #003366}';
		html1+='			.unnamed2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; line-height: 11px; color: #FFFFFF}';
		html1+='			</style>';
		html1+='<table width="139" border="0" cellspacing="0" cellpadding="0">';
		html1+='  <tr> ';
		html1+='    <td width="19" align="left" valign="top"> ';
		html1+='      <div align="right"><img src="images/esq_verde.gif" width="19" height="19"></div>';
		html1+='    </td>';
		html1+='    <td bgcolor="183636" align="right" class="unnamed2" width="120" valign="middle"> ';
		html1+='      <div align="right">la figura&nbsp;</div>';
		html1+='    </td>';
		html1+='  </tr>';
		html1+='</table>';
		html1+='<table width="139" border="0" cellspacing="0" cellpadding="0" bgcolor="8DCBCA">';
		html1+='  <tr align="center" valign="middle"> ';
		html1+='    <td><img src="images/spacer.gif" width="10" height="3"><br>';
		html1+='      <a href="lafigura.html"><img src="fotos_home/DerekParra.jpg" width="129" height="78" border="0"></a><br>';
		html1+='      <img src="images/spacer.gif" width="10" height="3"></td>';
		html1+='  </tr>';
		html1+='  <tr align="left" valign="top"> ';
		html1+='    <td> ';
		html1+='      <table width="139" border="0" cellspacing="0" cellpadding="0">';
		html1+='        <tr> ';
		html1+='          <td width="5"><img src="images/spacer.gif" width="5" height="2"></td>';
		html1+='          <td width="129" align="left" valign="top" class="unnamed3">Derek Parra, el obrero hispano que alcanzó el &quot;Sueño Americano&quot;</td>';
		html1+='          <td width="5"><img src="images/spacer.gif" width="5" height="2"></td>';
		html1+='        </tr>';
		html1+='      </table>';
		html1+='    </td>';
		html1+='  </tr>';
		html1+='  <tr valign="top" align="right"> ';
		html1+=' <td><a href="lafigura.html"><img src="images/mas_azul.gif" width="30" height="11" border="0"></a><img src="images/spacer.gif" width="5" height="11"></td>';
		html1+='  </tr>';
		html1+='</table>';

document.write (html1)
}