function gente(valor)
{
   if (valor=='oscar')
   {
     this.gent.background="img/oscar.jpg";
   }
   if (valor=='pepe')
   {
     this.gent.background="img/pepe.jpg";
   }
   if (valor=='carlos')
   {
     this.gent.background="img/cremas.jpg";
   }

}
function amplia(valor)
{

if (valor=='')
{
}
else
{
     this.imagenampliada.src=""+valor;
		}
}


