function boton_recicla()
{
	self.location.href=('recicla.html');
}
function boton_nuevo()
{
	self.location.href=('nuevo.html');
}
function boton_otros()
{
	self.location.href=('otros.html');
}
function boton_galeria()
{
	self.location.href=('galeria.html');
}