# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the bin/rails db:seed command (or created alongside the database with db:setup).
#
# Examples:
#
#   movies = Movie.create([{ name: "Star Wars" }, { name: "Lord of the Rings" }])
#   Character.create(name: "Luke", movie: movies.first)
Artist.create(id: 1,    name: 'Miquel',				lastname: 'Barceló')#,					  url: 'miquel-barcelo')
Artist.create(id: 2,    name: 'Christine',		lastname: 'Boshier')#,					  url: 'christine-boshier')
Artist.create(id: 3,    name: 'José Manuel',	lastname: 'Broto')#,					    url: 'jose-manuel-broto')
Artist.create(id: 4,    name: 'Pedro',				lastname: 'Cabrita Reis')#,			  url: 'pedro-cabrita-reis')
Artist.create(id: 5,    name: 'Rafael',				lastname: 'Canogar')#,					  url: 'rafael-canogar')
Artist.create(id: 6,    name: 'Eduardo',			lastname: 'Chillida')#,					  url: 'eduardo-chillida')
Artist.create(id: 7,    name: 'Gonzalo',			lastname: 'González')#,					  url: 'gonzalo-gonzalez')
Artist.create(id: 8,    name: 'Josep',				lastname: 'Guinovart')#,				  url: 'josep-guinovart')
Artist.create(id: 9,    name: 'Joan',					lastname: 'Hernández Pijuan')#,	  url: 'joan-hernandez-pijuan')
Artist.create(id: 10,   name: 'José',					lastname: 'Herrera')#,					  url: 'jose-herrera')
Artist.create(id: 11,   name: 'Cristina',			lastname: 'Iglesias')#,					  url: 'cristina-iglesias')
Artist.create(id: 13,   name: 'Eva',					lastname: 'Lootz')#,					    url: 'eva-lootz')
Artist.create(id: 14,   name: 'Ángeles',			lastname: 'Marco')#,					    url: 'angeles-marco')
Artist.create(id: 15,   name: 'Juan',					lastname: 'Muñoz')#,					    url: 'juan-munoz')
Artist.create(id: 16,   name: 'June',					lastname: 'Papineau')#,				 	  url: 'june-papineau')
Artist.create(id: 17,   name: 'Anton',				lastname: 'Patiño')#,					    url: 'anton-patino')
Artist.create(id: 18,   name: 'Albert',				lastname: 'Ràfols Casamada')#,	  url: 'albert-rafols-casamada')
Artist.create(id: 19,   name: 'Soledad',			lastname: 'Sevilla')#,					  url: 'soledad-sevilla')
Artist.create(id: 20,   name: 'José María',		lastname: 'Sicilia')#,					  url: 'jose-maria-sicilia')
Artist.create(id: 21,   name: 'Susana',				lastname: 'Solano')#,					    url: 'susana-solano')
Artist.create(id: 22,   name: 'Jordi',				lastname: 'Teixidor')#,					  url: 'jordi-teixidor')
Artist.create(id: 23,   name: 'Francesc',			lastname: 'Torres')#,					    url: 'francesc-torres')

Collection.create(id: 1,  name: 'Lanzarote')
Collection.create(id: 2,  name: 'Contained Though')
Collection.create(id: 4,  name: 'Los vientos')
Collection.create(id: 3,  name: 'Vestigia vitae')
Collection.create(id: 5,  name: 'E as estrelas do céu cairam na terra...')
Collection.create(id: 6,  name: 'Homenaje a Julio González')
Collection.create(id: 7,  name: 'Grabados 1986-1990')
Collection.create(id: 8,  name: 'Archipiélagos')
Collection.create(id: 9,  name: 'Grabados 1987-1992')
Collection.create(id: 10, name: 'Grabados 1987-1989')
Collection.create(id: 11, name: 'Del jardín')
Collection.create(id: 12, name: 'De fariones')
Collection.create(id: 13, name: 'Malpaís')
Collection.create(id: 14, name: 'Pensamientos')
Collection.create(id: 15, name: 'S.T. (Lanzarote)')
Collection.create(id: 17, name: 'Grabados 1989')
Collection.create(id: 18, name: 'Salto al vacío')
Collection.create(id: 19, name: 'Mobiliario')
Collection.create(id: 20, name: 'Tintero')
Collection.create(id: 21, name: 'Grabados 1988')
Collection.create(id: 22, name: 'Los elementos')
Collection.create(id: 23, name: 'Toda la torre')
Collection.create(id: 24, name: 'En la suerte contraria')
Collection.create(id: 25, name: 'Visperas')
Collection.create(id: 26, name: 'Grabados 1988-1990')
Collection.create(id: 27, name: 'Lucy')
Collection.create(id: 28, name: 'Grabados 1999')
Collection.create(id: 29, name: 'Melusa')
Collection.create(id: 30, name: 'Grabados 1986-1991')
Collection.create(id: 31, name: 'Grabados 1994-1998')
Collection.create(id: 32, name: 'Newsweek')
Collection.create(id: 33, name: 'Malpaís');

Grabado.create(id: 1,		  name: 'Lanzarote 1',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 65,		platew: 53,		plateh: 43,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote01.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 409)
Grabado.create(id: 2,		  name: 'Lanzarote 2',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote02.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 410)
Grabado.create(id: 3,		  name: 'Lanzarote 3',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote03.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 411)
Grabado.create(id: 4,		  name: 'Lanzarote 4',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote04.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 412)
Grabado.create(id: 5,		  name: 'Lanzarote 5',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote05.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 413)
Grabado.create(id: 6,		  name: 'Lanzarote 6',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote06.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 414)
Grabado.create(id: 7,		  name: 'Lanzarote 7',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote07.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 415)
Grabado.create(id: 8,		  name: 'Lanzarote 8',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote08.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 416)
Grabado.create(id: 9,		  name: 'Lanzarote 9',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote09.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 417)
Grabado.create(id: 10,		name: 'Lanzarote 10',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote10.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 418)
Grabado.create(id: 11,		name: 'Lanzarote 11',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote11.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 419)
Grabado.create(id: 12,		name: 'Lanzarote 12',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote12.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 420)
Grabado.create(id: 13,		name: 'Lanzarote 13',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote13.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 421)
Grabado.create(id: 14,		name: 'Lanzarote 14',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote14.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 422)
Grabado.create(id: 15,		name: 'Lanzarote 15',																	artist_id: 1,	    style_es: 'Aguafuerte y punta seca',						  style_en: 'Etching and dry point',			paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote15.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 423)
Grabado.create(id: 16,		name: 'Lanzarote 16',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 65,		platew: 53,		plateh: 43,		year: 1999,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote16.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 424)
Grabado.create(id: 17,		name: 'Lanzarote 17',																	artist_id: 1,	    style_es: 'Aguatinta y collage',								  style_en: 'Aquatint and collage',				paperw: 75,			paperh: 65,		platew: 53,		plateh: 43,		year: 1999,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote17.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 425)
Grabado.create(id: 18,		name: 'Lanzarote 18',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote18.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 466)
Grabado.create(id: 19,		name: 'Lanzarote 19',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote19.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 467)
Grabado.create(id: 20,		name: 'Lanzarote 20',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote20.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 468)
Grabado.create(id: 21,		name: 'Lanzarote 21',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote21.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 469)
Grabado.create(id: 22,		name: 'Lanzarote 22',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote22.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 470)
Grabado.create(id: 23,		name: 'Lanzarote 23',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote23.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 471)
Grabado.create(id: 24,		name: 'Lanzarote 24',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote24.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 472)
Grabado.create(id: 25,		name: 'Lanzarote 25',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote25.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 473)
Grabado.create(id: 26,		name: 'Lanzarote 26',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 65,		platew: 53,		plateh: 43,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote26.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 474)
Grabado.create(id: 27,		name: 'Lanzarote 27',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote27.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 475)
Grabado.create(id: 28,		name: 'Lanzarote 28',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote28.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 476)
Grabado.create(id: 29,		name: 'Lanzarote 29',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote29.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 477)
Grabado.create(id: 30,		name: 'Lanzarote 30',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote30.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 478)
Grabado.create(id: 31,		name: 'Lanzarote 31',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote31.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 479)
Grabado.create(id: 32,		name: 'Lanzarote 32',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote32.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 480)
Grabado.create(id: 33,		name: 'Lanzarote 33',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote33.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 481)
Grabado.create(id: 34,		name: 'Lanzarote 34',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote34.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 482)
Grabado.create(id: 35,		name: 'Lanzarote 35',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote35.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 483)
Grabado.create(id: 36,		name: 'Lanzarote 36',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote36.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 484)
Grabado.create(id: 37,		name: 'Lanzarote 37',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 92,			paperh: 75,		platew: 70,		plateh: 50,		year: 2000,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote37.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 485)
Grabado.create(id: 38,		name: 'Lanzarote 38',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 65,		platew: 53,		plateh: 43,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote38.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 486)
Grabado.create(id: 39,		name: 'Lanzarote 39',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote39.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 487)
Grabado.create(id: 40,		name: 'Lanzarote 40',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote40.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 488)
Grabado.create(id: 41,		name: 'Lanzarote 41',																	artist_id: 1,	    style_es: 'Aguatinta y acuarela',								  style_en: 'Aquatint and watercolor',		paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote41.jpg',				price: 12000,			edition: '35, 5PA, 1HC',		code: 489)
Grabado.create(id: 42,		name: 'Lanzarote 42',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote42.jpg',				price: 9000,			edition: '35, 5PA, 1HC',		code: 490)
Grabado.create(id: 43,		name: 'Lanzarote 43',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote43.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 491)
Grabado.create(id: 44,		name: 'Lanzarote 44',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote44.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 492)
Grabado.create(id: 45,		name: 'Lanzarote 45',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote45.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 493)
Grabado.create(id: 46,		name: 'Lanzarote 46',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote46.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 494)
Grabado.create(id: 47,		name: 'Lanzarote 47',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote47.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 495)
Grabado.create(id: 48,		name: 'Lanzarote 48',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote48.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 496)
Grabado.create(id: 49,		name: 'Lanzarote 49',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote49.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 497)
Grabado.create(id: 50,		name: 'Lanzarote 50',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 65,			paperh: 75,		platew: 43,		plateh: 53,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote50.jpg',				price: 7000,			edition: '35, 5PA, 1HC',		code: 498)
Grabado.create(id: 51,		name: 'Lanzarote 51',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote51.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 499)
Grabado.create(id: 52,		name: 'Lanzarote 52',																	artist_id: 1,	    style_es: 'Aguatinta y acuarela',								  style_en: 'Aquatint and watercolor',		paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote52.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 500)
Grabado.create(id: 53,		name: 'Lanzarote 53',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 92,		platew: 50,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote53.jpg',				price: 8100,			edition: '35, 5PA, 1HC',		code: 501)
Grabado.create(id: 54,		name: 'Lanzarote 54',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote54.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 502)
Grabado.create(id: 55,		name: 'Lanzarote 55',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote55.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 503)
Grabado.create(id: 56,		name: 'Lanzarote 56',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote56.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 504)
Grabado.create(id: 57,		name: 'Lanzarote 57',																	artist_id: 1,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote57.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 505)
Grabado.create(id: 58,		name: 'Lanzarote 58',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote58.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 506)
Grabado.create(id: 59,		name: 'Lanzarote 59',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote59.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 507)
Grabado.create(id: 60,		name: 'Lanzarote 60',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote60.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 508)
Grabado.create(id: 61,		name: 'Lanzarote 61',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 97,			paperh: 108,	platew: 70,		plateh: 85,		year: 2002,		collection_id: 1,		state: 'No disponible',						image: 'barcelo/lanzarote61.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 509)
Grabado.create(id: 62,		name: 'Lanzarote 62',																	artist_id: 1,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 97,		platew: 85,		plateh: 70,		year: 2002,		collection_id: 1,		state: 'Disponible',							image: 'barcelo/lanzarote62.jpg',				price: 10000,			edition: '35, 5PA, 1HC',		code: 510)
Grabado.create(id: 63,		name: 'Contained though I. Formation',								artist_id: 2,	    style_es: 'Aguatinta y carborumdum',						  style_en: 'Aquatint and carborumdum',		paperw: 76,			paperh: 56,		platew: 60,		plateh: 54,		year: 1989,		collection_id: 2,		state: 'Disponible',							image: 'boshier/contained1.jpg',					price: 450,				edition: '50, 10PA, 10HC',	code: 97)
Grabado.create(id: 64,		name: 'Contained though II. Flow',										artist_id: 2,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 54,		year: 1989,		collection_id: 2,		state: 'Disponible',							image: 'boshier/contained2.jpg',					price: 450,				edition: '50, 10PA, 10HC',	code: 98)
Grabado.create(id: 65,		name: 'Contained though III. Integration',						artist_id: 2,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 54,		year: 1989,		collection_id: 2,		state: 'Disponible',							image: 'boshier/contained3.jpg',					price: 450,				edition: '50, 10PA, 10HC',	code: 99)
Grabado.create(id: 66,		name: 'Contained though IV. Vibration',								artist_id: 2,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 54,		year: 1989,		collection_id: 2,		state: 'Disponible',							image: 'boshier/contained4.jpg',					price: 450,				edition: '50, 10PA, 10HC',	code: 100)
Grabado.create(id: 67,		name: 'Los vientos I',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 80,		plateh: 60,		year: 1995,		collection_id: 4,		state: 'Agotado',									image: 'broto/losvientos01.jpg',					price: 0,					edition: '35, 5PA, 1HC',		code: 280)
Grabado.create(id: 68,		name: 'Los vientos II',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 80,		plateh: 60,		year: 1995,		collection_id: 4,		state: 'Disponible',							image: 'broto/losvientos02.jpg',					price: 1.300,			edition: '35, 5PA, 1HC',		code: 281)
Grabado.create(id: 69,		name: 'Los vientos III',															artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 80,		plateh: 60,		year: 1995,		collection_id: 4,		state: 'Agotado',									image: 'broto/losvientos03.jpg',					price: 0,					edition: '35, 5PA, 1HC',		code: 282)
Grabado.create(id: 70,		name: 'Los vientos IV',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 80,		plateh: 60,		year: 1995,		collection_id: 4,		state: 'Disponible',							image: 'broto/losvientos04.jpg',					price: 1.300,			edition: '35, 5PA, 1HC',		code: 283)
Grabado.create(id: 71,		name: 'Los vientos V',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 107,		paperh: 85,		platew: 111,	plateh: 90,		year: 1995,		collection_id: 4,		state: 'Consultar existencias',		image: 'broto/losvientos05.jpg',					price: 1.700,			edition: '35, 5PA, 1HC',		code: 284)
Grabado.create(id: 72,		name: 'Los vientos VI',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 107,		paperh: 85,		platew: 111,	plateh: 90,		year: 1995,		collection_id: 4,		state: 'Consultar existencias',		image: 'broto/losvientos06.jpg',					price: 1.700,			edition: '35, 5PA, 1HC',		code: 285)
Grabado.create(id: 73,		name: 'Los vientos VII',															artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 107,		paperh: 85,		platew: 111,	plateh: 90,		year: 1995,		collection_id: 4,		state: 'Consultar existencias',		image: 'broto/losvientos07.jpg',					price: 1.700,			edition: '35, 5PA, 1HC',		code: 286)
Grabado.create(id: 74,		name: 'Los vientos VIII',															artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 107,		paperh: 85,		platew: 111,	plateh: 90,		year: 1995,		collection_id: 4,		state: 'Disponible',							image: 'broto/losvientos08.jpg',					price: 1.700,			edition: '35, 5PA, 1HC',		code: 287)
Grabado.create(id: 75,		name: 'Los vientos IX',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 130,		paperh: 107,	platew: 135,	plateh: 111,	year: 1995,		collection_id: 4,		state: 'Disponible',							image: 'broto/losvientos09.jpg',					price: 2000,			edition: '35, 5PA, 1HC',		code: 288)
Grabado.create(id: 76,		name: 'Los vientos X',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 130,		paperh: 107,	platew: 135,	plateh: 111,	year: 1995,		collection_id: 4,		state: 'Agotado',									image: 'broto/losvientos10.jpg',					price: 0,					edition: '35, 5PA, 1HC',		code: 289)
Grabado.create(id: 77,		name: 'Los vientos XI',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 130,		paperh: 107,	platew: 135,	plateh: 111,	year: 1995,		collection_id: 4,		state: 'Disponible',							image: 'broto/losvientos11.jpg',					price: 2000,			edition: '35, 5PA, 1HC',		code: 290)
Grabado.create(id: 78,		name: 'Los vientos XII',															artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 130,		paperh: 107,	platew: 135,	plateh: 111,	year: 1995,		collection_id: 4,		state: 'Disponible',							image: 'broto/losvientos12.jpg',					price: 2000,			edition: '35, 5PA, 1HC',		code: 291)
Grabado.create(id: 79,		name: 'Vestigia I',																		artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Disponible',							image: 'broto/vestigia1.jpg',						price: 1.100,			edition: '35, 5PA, 5HC',		code: 189)
Grabado.create(id: 80,		name: 'Vestigia II',																	artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Disponible',							image: 'broto/vestigia2.jpg',						price: 1.100,			edition: '35, 5PA, 5HC',		code: 190)
Grabado.create(id: 81,		name: 'Vestigia III',																	artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Agotado',									image: 'broto/vestigia3.jpg',						price: 0,					edition: '35, 5PA, 5HC',		code: 191)
Grabado.create(id: 82,		name: 'Vestigia IV',																	artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Agotado',									image: 'broto/vestigia4.jpg',						price: 0,					edition: '35, 5PA, 5HC',		code: 192)
Grabado.create(id: 83,		name: 'Vestigia V',																		artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Agotado',									image: 'broto/vestigia5.jpg',						price: 0,					edition: '35, 5PA, 5HC',		code: 193)
Grabado.create(id: 84,		name: 'Vestigia VI',																	artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Agotado',									image: 'broto/vestigia6.jpg',						price: 0,					edition: '35, 5PA, 5HC',		code: 194)
Grabado.create(id: 85,		name: 'Vestigia VII',																	artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Agotado',									image: 'broto/vestigia7.jpg',						price: 0,					edition: '35, 5PA, 5HC',		code: 195)
Grabado.create(id: 86,		name: 'Vestigia VIII',																artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1991,		collection_id: 3,		state: 'Agotado',									image: 'broto/vestigia8.jpg',						price: 0,					edition: '35, 5PA, 5HC',		code: 196)
Grabado.create(id: 87,		name: 'E as estrelas... I',														artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Consultar',								image: 'reis/estrelas1.jpg',							price: 0,					edition: '25, 3PA, 1HC',		code: 310)
Grabado.create(id: 88,		name: 'E as estrelas... II',													artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas2.jpg',							price: 0,					edition: '25, 3PA, 1HC',		code: 311)
Grabado.create(id: 89,		name: 'E as estrelas... III',													artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas3.jpg',							price: 0,					edition: '25, 3PA, 1HC',		code: 312)
Grabado.create(id: 90,		name: 'E as estrelas... IV',													artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas4.jpg',							price: 0,					edition: '25, 3PA, 1HC',		code: 313)
Grabado.create(id: 91,		name: 'E as estrelas... V',														artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas5.jpg',							price: 0,					edition: '10, 2PA, 1HC',		code: 314)
Grabado.create(id: 92,		name: 'E as estrelas... VI',													artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas6.jpg',							price: 0,					edition: '10, 2PA, 1HC',		code: 315)
Grabado.create(id: 93,		name: 'E as estrelas... VII',													artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas7.jpg',							price: 0,					edition: '10, 2PA, 1HC',		code: 316)
Grabado.create(id: 94,		name: 'E as estrelas... VIII',												artist_id: 4,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 5,		state: 'Agotado',									image: 'reis/estrelas8.jpg',							price: 0,					edition: '10, 2PA, 1HC',		code: 317)
Grabado.create(id: 95,		name: 'Homenaje a Julio González I',									artist_id: 5,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1985,		collection_id: 6,		state: 'Consultar',								image: 'canogar/homenajejg1.jpg',				price: 0,					edition: '99, 10PA',				code: 1)
Grabado.create(id: 96,		name: 'Homenaje a Julio González II',									artist_id: 5,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1985,		collection_id: 6,		state: 'Agotado',									image: 'canogar/homenajejg2.jpg',				price: 0,					edition: '99, 10PA',				code: 2)
Grabado.create(id: 97,		name: 'Homenaje a Julio González III',								artist_id: 5,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1985,		collection_id: 6,		state: 'Agotado',									image: 'canogar/homenajejg3.jpg',				price: 0,					edition: '99, 10PA',				code: 3)
Grabado.create(id: 98,		name: 'Homenaje a Julio González IV',									artist_id: 5,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1985,		collection_id: 6,		state: 'Agotado',									image: 'canogar/homenajejg4.jpg',				price: 0,					edition: '99, 10PA',				code: 4)
Grabado.create(id: 99,		name: 'Homenaje a Julio González V',									artist_id: 5,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1985,		collection_id: 6,		state: 'Agotado',									image: 'canogar/homenajejg5.jpg',				price: 0,					edition: '99, 10PA',				code: 5)
Grabado.create(id: 100,		name: 'Antzo',																				artist_id: 6,	    style_es: 'Aguatinta y chine collé',						  style_en: 'Aquatint and chine collé',		paperw: 52,			paperh: 75,		platew: 26,		plateh: 18,		year: 1986,		collection_id: 7,		state: 'Agotado',									image: 'chillida/antzo.jpg',							price: 0,					edition: '50, 10PA, 5HC',		code: 15)
Grabado.create(id: 101,		name: 'Argi IV',																			artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 54,		platew: 21,		plateh: 13,		year: 1988,		collection_id: 7,		state: 'Agotado',									image: 'chillida/argi4.jpg',							price: 0,					edition: '50, 10PA, 5HC',		code: 79)
Grabado.create(id: 102,		name: 'Argi V',																				artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 75,			paperh: 54,		platew: 14,		plateh: 13,		year: 1988,		collection_id: 7,		state: 'Consultar',								image: 'chillida/argi5.jpg',							price: 5300,			edition: '50, 10PA, 5HC',		code: 80)
Grabado.create(id: 103,		name: 'Bikaina XIV',																	artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 50,		platew: 14,		plateh: 15,		year: 1987,		collection_id: 7,		state: 'Agotado',									image: 'chillida/bikaina14.gif',					price: 0,					edition: '50, 10PA, 5HC',		code: 46)
Grabado.create(id: 104,		name: 'Bikaina XV',																		artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 57,			paperh: 35,		platew: 22,		plateh: 27,		year: 1988,		collection_id: 7,		state: 'Agotado',									image: 'chillida/bikaina15.jpg',					price: 0,					edition: '50, 10PA, 5HC',		code: 57)
Grabado.create(id: 105,		name: 'Bikaina III',																	artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 75,		platew: 27,		plateh: 29,		year: 1986,		collection_id: 7,		state: 'Agotado',									image: 'chillida/bikaina3.gif',					price: 0,					edition: '50, 10PA, 5HC',		code: 16)
Grabado.create(id: 106,		name: 'Lotura',																				artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 64,			paperh: 100,	platew: 38,		plateh: 27,		year: 1988,		collection_id: 7,		state: 'Agotado',									image: 'chillida/lotura.jpg',						price: 0,					edition: '50, 10PA, 5HC',		code: 70)
Grabado.create(id: 107,		name: 'Oinarri',																			artist_id: 6,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 47,			paperh: 40,		platew: 26,		plateh: 26,		year: 1990,		collection_id: 7,		state: 'Consultar',								image: 'chillida/oinarri.gif',						price: 6100,			edition: '50, 10PA, 5HC',		code: 188)
Grabado.create(id: 108,		name: 'Homenaje a Eusebio Sempere',										artist_id: 6,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 65,			paperh: 100,	platew: 34,		plateh: 27,		year: 1988,		collection_id: 7,		state: 'Agotado',									image: 'chillida/sempere.jpg',						price: 0,					edition: '50, 10PA, 5HC',		code: 71)
Grabado.create(id: 109,		name: 'Archipiélagos I',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos01.jpg',		price: 450,				edition: '25, 3PA, 1HC',		code: 355)
Grabado.create(id: 110,		name: 'Archipiélagos II',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos02.jpg',		price: 450,				edition: '25, 3PA, 1HC',		code: 356)
Grabado.create(id: 111,		name: 'Archipiélagos III',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos03.jpg',		price: 450,				edition: '25, 3PA, 1HC',		code: 357)
Grabado.create(id: 112,		name: 'Archipiélagos IV',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos04.jpg',		price: 450,				edition: '25, 3PA, 1HC',		code: 358)
Grabado.create(id: 113,		name: 'Archipiélagos V',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos05.jpg',		price: 450,				edition: '25, 3PA, 1HC',		code: 359)
Grabado.create(id: 114,		name: 'Archipiélagos VI',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos06.jpg',		price: 450,				edition: '10, 2PA, 1HC',		code: 360)
Grabado.create(id: 115,		name: 'Archipiélagos VII',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos07.jpg',		price: 450,				edition: '10, 2PA, 1HC',		code: 361)
Grabado.create(id: 116,		name: 'Archipiélagos VIII',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'No disponible',						image: 'gonzalez/archipielagos08.jpg',		price: 0,					edition: '10, 2PA, 1HC',		code: 362)
Grabado.create(id: 117,		name: 'Archipiélagos IX',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos09.jpg',		price: 450,				edition: '10, 2PA, 1HC',		code: 363)
Grabado.create(id: 118,		name: 'Archipiélagos X',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 53,		platew: 56,		plateh: 56,		year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos10.jpg',		price: 450,				edition: '10, 2PA, 1HC',		code: 364)
Grabado.create(id: 119,		name: 'Archipiélagos XI',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos11.jpg',		price: 1000,			edition: '10, 2PA, 1HC',		code: 365)
Grabado.create(id: 120,		name: 'Archipiélagos XII',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos12.jpg',		price: 1000,			edition: '10, 2PA, 1HC',		code: 366)
Grabado.create(id: 121,		name: 'Archipiélagos XIII',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos13.jpg',		price: 1000,			edition: '10, 2PA, 1HC',		code: 367)
Grabado.create(id: 122,		name: 'Archipiélagos XIV',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos14.jpg',		price: 1000,			edition: '10, 2PA, 1HC',		code: 368)
Grabado.create(id: 123,		name: 'Archipiélagos XV',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos15.jpg',		price: 1000,			edition: '10, 2PA, 1HC',		code: 369)
Grabado.create(id: 124,		name: 'Archipiélagos XVI',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos16.jpg',		price: 1000,			edition: '25, 3PA, 1HC',		code: 370)
Grabado.create(id: 125,		name: 'Archipiélagos XVII',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos17.jpg',		price: 1000,			edition: '25, 3PA, 1HC',		code: 371)
Grabado.create(id: 126,		name: 'Archipiélagos XVIII',													artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos18.jpg',		price: 1000,			edition: '25, 3PA, 1HC',		code: 372)
Grabado.create(id: 127,		name: 'Archipiélagos XIX',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos19.jpg',		price: 1000,			edition: '25, 3PA, 1HC',		code: 373)
Grabado.create(id: 128,		name: 'Archipiélagos XX',															artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 109,		paperh: 108,	platew: 111,	plateh: 111,	year: 1997,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos20.jpg',		price: 1000,			edition: '25, 3PA, 1HC',		code: 374)
Grabado.create(id: 129,		name: 'Sin título I',																	artist_id: 8,	    style_es: 'Aguatinta 1',												  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 64,		plateh: 49,		year: 1992,		collection_id: 9,		state: 'Agotado',									image: 'guinovart/sintitulo1.jpg',				price: 0,					edition: '50, 10PA, 10HC',	code: 247)
Grabado.create(id: 130,		name: 'Sin título II',																artist_id: 8,	    style_es: 'Aguatinta 2',												  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 49,		plateh: 64,		year: 1992,		collection_id: 9,		state: 'Disponible',							image: 'guinovart/sintitulo2.jpg',				price: 950,				edition: '50, 10PA, 10HC',	code: 248)
Grabado.create(id: 131,		name: 'Sin título III',																artist_id: 8,	    style_es: 'Aguatinta 3',												  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 49,		plateh: 64,		year: 1992,		collection_id: 9,		state: 'Disponible',							image: 'guinovart/sintitulo3.jpg',				price: 950,				edition: '50, 10PA, 10HC',	code: 249)
Grabado.create(id: 132,		name: 'Sin título IV',																artist_id: 8,	    style_es: 'Aguatinta 4',												  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 49,		plateh: 64,		year: 1992,		collection_id: 9,		state: 'Disponible',							image: 'guinovart/sintitulo4.jpg',				price: 950,				edition: '50, 10PA, 10HC',	code: 250)
Grabado.create(id: 133,		name: 'Pensamientos I',																artist_id: 10,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 150,		paperh: 108,	platew: 154,	plateh: 12,		year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos1.jpg',			price: 1000,			edition: '25, 3PA, 1HC',		code: 388)
Grabado.create(id: 134,		name: 'Pensamientos II',															artist_id: 10,		style_es: 'Aguatinta y manera negra',						  style_en: 'Aquatint and mezzotint',			paperw: 150,		paperh: 108,	platew: 154,	plateh: 112,	year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos2.jpg',			price: 1000,			edition: '25, 3PA, 1HC',		code: 389)
Grabado.create(id: 135,		name: 'Pensamientos III',															artist_id: 10,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 150,		paperh: 108,	platew: 154,	plateh: 112,	year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos3.jpg',			price: 1000,			edition: '25, 3PA, 1HC',		code: 390)
Grabado.create(id: 136,		name: 'Pensamientos IV',															artist_id: 10,		style_es: 'Aguatinta y carborundum',						  style_en: 'Aquatint and carborundum',		paperw: 150,		paperh: 54,		platew: 154,	plateh: 58,		year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos4.jpg',			price: 700,				edition: '25, 3PA, 1HC',		code: 391)
Grabado.create(id: 137,		name: 'Pensamientos V',																artist_id: 10,		style_es: 'Aguatinta y punta seca',							  style_en: 'Aquatint and dry point',			paperw: 150,		paperh: 54,		platew: 154,	plateh: 58,		year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos5.jpg',			price: 700,				edition: '25, 3PA, 1HC',		code: 392)
Grabado.create(id: 138,		name: 'Pensamientos VI',															artist_id: 10,		style_es: 'Aguatinta y manera negra',						  style_en: 'Aquatint and mezzotint',			paperw: 108,		paperh: 45,		platew: 112,	plateh: 49,		year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos6.jpg',			price: 500,				edition: '25, 3PA, 1HC',		code: 393)
Grabado.create(id: 139,		name: 'Pensamientos VII',															artist_id: 10,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 45,		platew: 112,	plateh: 49,		year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos7.jpg',			price: 500,				edition: '25, 3PA, 1HC',		code: 394)
Grabado.create(id: 140,		name: 'Pensamientos VIII',														artist_id: 10,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 45,		platew: 112,	plateh: 49,		year: 1998,		collection_id: 14,	state: 'Disponible',							image: 'herrera/pensamientos8.jpg',			price: 500,				edition: '25, 3PA, 1HC',		code: 394)
Grabado.create(id: 141,		name: 'S.T. (Lanzarote 4)',														artist_id: 11,		style_es: 'Fotograbado',												  style_en: 'Photogravure',								paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'Disponible',							image: 'iglesias/stlanzarote04.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 318)
Grabado.create(id: 142,		name: 'S.T. (Lanzarote 5)',														artist_id: 11,		style_es: 'Fotograbado',												  style_en: 'Photogravure',								paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'Disponible',							image: 'iglesias/stlanzarote05.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 319)
Grabado.create(id: 143,		name: 'S.T. (Lanzarote 6)',														artist_id: 11,		style_es: 'Fotograbado',												  style_en: 'Photogravure',								paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'No disponible',						image: 'iglesias/stlanzarote06.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 320)
Grabado.create(id: 144,		name: 'S.T. (Lanzarote 7)',														artist_id: 11,		style_es: 'Fotograbado',												  style_en: 'Photogravure',								paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'Disponible',							image: 'iglesias/stlanzarote07.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 321)
Grabado.create(id: 145,		name: 'S.T. (Lanzarote 8)',														artist_id: 11,		style_es: 'Fotograbado y aguatinta',						  style_en: 'Photogravure and aquatint',	paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'Disponible',							image: 'iglesias/stlanzarote08.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 322)
Grabado.create(id: 146,		name: 'S.T. (Lanzarote 9)',														artist_id: 11,		style_es: 'Fotograbado y aguatinta',						  style_en: 'Photogravure and aquatint',	paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'Disponible',							image: 'iglesias/stlanzarote09.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 323)
Grabado.create(id: 147,		name: 'S.T. (Lanzarote 10)',													artist_id: 11,		style_es: 'Fotograbado y aguatinta',						  style_en: 'Photogravure and aquatint',	paperw: 108,		paperh: 120,	platew: 12,		plateh: 125,	year: 1996,		collection_id: 15,	state: 'Disponible',							image: 'iglesias/stlanzarote10.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 324)
Grabado.create(id: 148,		name: 'S.T. (Lanzarote 11)',													artist_id: 11,		style_es: 'Fotograbado y aguatinta',						  style_en: 'Photogravure and aquatint',	paperw: 108,		paperh: 120,	platew: 112,	plateh: 125,	year: 1996,		collection_id: 15,	state: 'No disponible',						image: 'iglesias/stlanzarote11.jpg',			price: 4000,			edition: '17, 3PA, 1HC',		code: 325)
Grabado.create(id: 149,		name: 'Leaves I',																			artist_id: 13,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Consultar',								image: 'lootz/leaves1.jpg',							price: 900,				edition: '45, 5PA, 5HC',		code: 101)
Grabado.create(id: 150,		name: 'Leaves II',																		artist_id: 13,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Agotado',									image: 'lootz/leaves2.jpg',							price: 0,					edition: '45, 5PA, 5HC',		code: 102)
Grabado.create(id: 151,		name: 'Talking leaves I',															artist_id: 13,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Agotado',									image: 'lootz/talking1.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 103)
Grabado.create(id: 152,		name: 'Talking leaves II',														artist_id: 13,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Agotado',									image: 'lootz/talking2.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 104)
Grabado.create(id: 153,		name: 'Talking leaves III',														artist_id: 13,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Agotado',									image: 'lootz/talking3.jpg',							price: 1000,			edition: '35, 5PA, 5HC',		code: 105)
Grabado.create(id: 154,		name: 'Talking leaves IV',														artist_id: 13,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Agotado',									image: 'lootz/talking4.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 106)
Grabado.create(id: 155,		name: 'Talking leaves V',															artist_id: 13,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 17,	state: 'Agotado',									image: 'lootz/talking5.jpg',							price: 1000,			edition: '35, 5PA, 5HC',		code: 107)
Grabado.create(id: 156,		name: 'Salto al vacío I',															artist_id: 14,		style_es: 'Relieve de acero',										  style_en: 'Iron relief print',					paperw: 999,		paperh: 78,		platew: 58,		plateh: 69,		year: 1990,		collection_id: 18,	state: 'Disponible',							image: 'marco/salto1.jpg',								price: 400,				edition: '50, 10PA, 10HC',	code: 132)
Grabado.create(id: 157,		name: 'Salto al vací­o II',														artist_id: 14,		style_es: 'Relieve de caucho',									  style_en: 'Rubber relief print',				paperw: 999,		paperh: 78,		platew: 58,		plateh: 80,		year: 1990,		collection_id: 18,	state: 'No disponible',						image: 'marco/salto2.jpg',								price: 400,				edition: '50, 10PA, 10HC',	code: 133)
Grabado.create(id: 158,		name: 'Salto al vacío III',														artist_id: 14,		style_es: 'Relieve de caucho',									  style_en: 'Rubber relief print',				paperw: 999,		paperh: 78,		platew: 58,		plateh: 26,		year: 1990,		collection_id: 18,	state: 'Disponible',							image: 'marco/salto3.jpg',								price: 400,				edition: '50, 10PA, 10HC',	code: 134)
Grabado.create(id: 159,		name: 'Salto al vací­o IV',														artist_id: 14,		style_es: 'Relieve de acero',										  style_en: 'Iron relief print',					paperw: 78,			paperh: 58,		platew: 45,		plateh: 61,		year: 1990,		collection_id: 18,	state: 'Disponible',							image: 'marco/salto4.jpg',								price: 400,				edition: '50, 10PA, 10HC',	code: 135)
Grabado.create(id: 160,		name: 'Mobiliario I',																	artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 108,		paperh: 85,		platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario01.jpg',					price: 13000,			edition: '15, 5PA, 1HC',		code: 292)
Grabado.create(id: 161,		name: 'Mobiliario II',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 108,		paperh: 85,		platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario02.jpg',					price: 13000,			edition: '15, 5PA, 1HC',		code: 293)
Grabado.create(id: 162,		name: 'Mobiliario III',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 108,		paperh: 85,		platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario03.jpg',					price: 13000,			edition: '15, 5PA, 1HC',		code: 294)
Grabado.create(id: 163,		name: 'Mobiliario IV',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 108,		paperh: 85,		platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario04.jpg',					price: 13000,			edition: '15, 5PA, 1HC',		code: 295)
Grabado.create(id: 164,		name: 'Mobiliario V',																	artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 108,		paperh: 85,		platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario05.jpg',					price: 13000,			edition: '15, 5PA, 1HC',		code: 296)
Grabado.create(id: 165,		name: 'Mobiliario VI',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 108,		paperh: 85,		platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario06.jpg',					price: 13000,			edition: '15, 5PA, 1HC',		code: 297)
Grabado.create(id: 166,		name: 'Mobiliario VII',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'Disponible',							image: 'munoz/mobiliario07.jpg',					price: 15000,			edition: '15, 5PA, 1HC',		code: 298)
Grabado.create(id: 167,		name: 'Mobiliario VIII',															artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'Disponible',							image: 'munoz/mobiliario08.jpg',					price: 15000,			edition: '15, 5PA, 1HC',		code: 299)
Grabado.create(id: 168,		name: 'Mobiliario IX',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'Disponible',							image: 'munoz/mobiliario09.jpg',					price: 15000,			edition: '15, 5PA, 1HC',		code: 300)
Grabado.create(id: 169,		name: 'Mobiliario X',																	artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'Disponible',							image: 'munoz/mobiliario10.jpg',					price: 15000,			edition: '15, 5PA, 1HC',		code: 301)
Grabado.create(id: 170,		name: 'Mobiliario XI',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'Disponible',							image: 'munoz/mobiliario11.jpg',					price: 15000,			edition: '15, 5PA, 1HC',		code: 302)
Grabado.create(id: 171,		name: 'Mobiliario XII',																artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'Disponible',							image: 'munoz/mobiliario12.jpg',					price: 15000,			edition: '15, 5PA, 1HC',		code: 303)
Grabado.create(id: 172,		name: 'Mobiliario XIII',															artist_id: 15,		style_es: 'Manera negra y acuarela',						  style_en: 'Mezzotint and watercolor',		paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario13.jpg',					price: 17000,			edition: '15, 5PA, 1HC',		code: 304)
Grabado.create(id: 173,		name: 'Mobiliario XIV',																artist_id: 15,		style_es: 'Manera negra y acuarela',						  style_en: 'Mezzotint and watercolor',		paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario14.jpg',					price: 17000,			edition: '15, 5PA, 1HC',		code: 305)
Grabado.create(id: 174,		name: 'Mobiliario XV',																artist_id: 15,		style_es: 'Manera negra y acuarela',						  style_en: 'Mezzotint and watercolor',		paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario15.jpg',					price: 17000,			edition: '15, 5PA, 1HC',		code: 306)
Grabado.create(id: 175,		name: 'Mobiliario XVI',																artist_id: 15,		style_es: 'Manera negra y acuarela',						  style_en: 'Mezzotint and watercolor',		paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario16.jpg',					price: 17000,			edition: '15, 5PA, 1HC',		code: 307)
Grabado.create(id: 176,		name: 'Mobiliario XVII',															artist_id: 15,		style_es: 'Manera negra y acuarela',						  style_en: 'Mezzotint and watercolor',		paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario17.jpg',					price: 17000,			edition: '15, 5PA, 1HC',		code: 308)
Grabado.create(id: 177,		name: 'Mobiliario XVIII',															artist_id: 15,		style_es: 'Manera negra y acuarela',						  style_en: 'Mezzotint and watercolor',		paperw: 160,		paperh: 120,	platew: 165,	plateh: 125,	year: 1996,		collection_id: 19,	state: 'No disponible',						image: 'munoz/mobiliario18.jpg',					price: 17000,			edition: '15, 5PA, 1HC',		code: 309)
Grabado.create(id: 178,		name: 'Tintero I',																		artist_id: 16,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1990,		collection_id: 20,	state: 'Disponible',							image: 'papineau/tintero1.jpg',					price: 500,				edition: '35, 5PA, 5HC',		code: 181)
Grabado.create(id: 179,		name: 'Tintero II',																		artist_id: 16,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1990,		collection_id: 20,	state: 'Agotado',									image: 'papineau/tintero2.jpg',					price: 0,					edition: '35, 5PA, 5HC',		code: 182)
Grabado.create(id: 180,		name: 'Tintero III',																	artist_id: 16,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1990,		collection_id: 20,	state: 'Agotado',									image: 'papineau/tintero3.jpg',					price: 0,					edition: '35, 5PA, 5HC',		code: 183)
Grabado.create(id: 181,		name: 'Tintero IV',																		artist_id: 16,		style_es: 'Aguafuerte,aguatinta y fotograbado',	  style_en: 'Etching',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1990,		collection_id: 20,	state: 'Agotado',									image: 'papineau/tintero4.jpg',					price: 0,					edition: '35, 5PA, 5HC',		code: 184)
Grabado.create(id: 182,		name: 'Tintero V',																		artist_id: 16,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1990,		collection_id: 20,	state: 'Agotado',									image: 'papineau/tintero5.jpg',					price: 0,					edition: '35, 5PA, 5HC',		code: 185)
Grabado.create(id: 183,		name: 'Tintero VI',																		artist_id: 16,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1990,		collection_id: 20,	state: 'Disponible',							image: 'papineau/tintero6.jpg',					price: 500,				edition: '35, 5PA, 5HC',		code: 186)
Grabado.create(id: 184,		name: 'Caballito de amor',														artist_id: 17,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 42,		plateh: 42,		year: 1988,		collection_id: 21,	state: 'Agotado',									image: 'patino/caballito.jpg',						price: 0,					edition: '75, 10PA, 5HC',		code: 66)
Grabado.create(id: 185,		name: 'Enguruñado',																		artist_id: 17,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 42,		plateh: 42,		year: 1988,		collection_id: 21,	state: 'Agotado',									image: 'patino/engurunado.jpg',					price: 0,					edition: '75, 10PA, 5HC',		code: 68)
Grabado.create(id: 186,		name: 'Pájaro',																				artist_id: 17,		style_es: 'Aguatinta y punta seca',							  style_en: 'Aquatint and dry point',			paperw: 76,			paperh: 56,		platew: 42,		plateh: 42,		year: 1988,		collection_id: 21,	state: 'Disponible',							image: 'patino/pajaro.jpg',							price: 500,				edition: '75, 10PA, 5HC',		code: 67)
Grabado.create(id: 187,		name: 'Perro y comida',																artist_id: 17,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 42,		plateh: 42,		year: 1988,		collection_id: 21,	state: 'Agotado',									image: 'patino/perro.jpg',								price: 0,					edition: '75, 10PA, 5HC',		code: 69)
Grabado.create(id: 188,		name: 'Paisaje con ciprés',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1987,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/cipres.jpg',							price: 0,					edition: '75, 10PA',			  code: 51)
Grabado.create(id: 189,		name: 'Pequeña hipomea I',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Consultar existencias',		image: 'pijuan/defariones01.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 436)
Grabado.create(id: 190,		name: 'Pequeña hipomea II',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones02.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 437)
Grabado.create(id: 191,		name: 'Pequeña hipomea III',													artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones03.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 438)
Grabado.create(id: 192,		name: 'Pequeña hipomea IV',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Consultar existencias',		image: 'pijuan/defariones04.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 439)
Grabado.create(id: 193,		name: 'Pequeño hibisco I',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Agotado',									image: 'pijuan/defariones05.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 440)
Grabado.create(id: 194,		name: 'Pequeño hibisco II',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Agotado',									image: 'pijuan/defariones06.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 441)
Grabado.create(id: 195,		name: 'Pequeño hibisco III',													artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones07.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 442)
Grabado.create(id: 196,		name: 'Pequeño hibisco IV',														artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones08.jpg',				price: 1000,			edition: '35, 5PA, 1HC',		code: 443)
Grabado.create(id: 197,		name: 'Pequeña casa terrera I',												artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones09.jpg',				price: 1100,			edition: '35, 5PA, 1HC',		code: 444)
Grabado.create(id: 198,		name: 'Pequeña casa terrera II',											artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones10.jpg',				price: 1100,			edition: '35, 5PA, 1HC',		code: 445)
Grabado.create(id: 199,		name: 'Pequeña casa terrera III',											artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones11.jpg',				price: 1100,			edition: '35, 5PA, 1HC',		code: 446)
Grabado.create(id: 200,		name: 'Pequeña casa terrera IV',											artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 26,		plateh: 30,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones12.jpg',				price: 1100,			edition: '35, 5PA, 1HC',		code: 447)
Grabado.create(id: 201,		name: 'Hibisco I',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones13.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 448)
Grabado.create(id: 202,		name: 'Hibisco II',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Agotado',									image: 'pijuan/defariones14.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 449)
Grabado.create(id: 203,		name: 'Hipomea I',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones15.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 450)
Grabado.create(id: 204,		name: 'Hipomea II',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones16.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 451)
Grabado.create(id: 205,		name: 'Hipomea III',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones17.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 452)
Grabado.create(id: 206,		name: 'Hipomea IV',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Consultar existencias*',	image: 'pijuan/defariones18.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 453)
Grabado.create(id: 207,		name: 'Rofe negro I',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones19.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 454)
Grabado.create(id: 208,		name: 'Rofe negro II',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones20.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 455)
Grabado.create(id: 209,		name: 'Rofe negro III',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones21.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 456)
Grabado.create(id: 210,		name: 'Rofe negro IV',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones22.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 457)
Grabado.create(id: 211,		name: 'Rofe rojo I',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones23.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 458)
Grabado.create(id: 212,		name: 'Rofe rojo II',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones24.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 459)
Grabado.create(id: 213,		name: 'Tegala I',																			artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones25.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 460)
Grabado.create(id: 214,		name: 'Tegala II',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones26.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 461)
Grabado.create(id: 215,		name: 'Domus I',																			artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones27.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 462)
Grabado.create(id: 216,		name: 'Domus II',																			artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones28.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 463)
Grabado.create(id: 217,		name: 'Domus III',																		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones29.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 464)
Grabado.create(id: 218,		name: 'Domus IV',																			artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 100,		paperh: 84,		platew: 70,		plateh: 57,		year: 2000,		collection_id: 12,	state: 'Disponible',							image: 'pijuan/defariones30.jpg',				price: 2900,			edition: '35, 5PA, 1HC',		code: 465)
Grabado.create(id: 219,		name: 'Del jardín I',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 60,			paperh: 108,	platew: 64,		plateh: 112,	year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin01.jpg',					price: 1600,			edition: '25, 3PA, 1HC',		code: 334)
Grabado.create(id: 220,		name: 'Del jardín II',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 60,			paperh: 108,	platew: 64,		plateh: 112,	year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin02.jpg',					price: 1600,			edition: '25, 3PA, 1HC',		code: 335)
Grabado.create(id: 221,		name: 'Del jardín III',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 60,			paperh: 108,	platew: 64,		plateh: 112,	year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin03.jpg',					price: 1600,			edition: '25, 3PA, 1HC',		code: 336)
Grabado.create(id: 222,		name: 'Del jardín IV',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 3,		plateh: 29,		year: 1997,		collection_id: 11,	state: 'Agotado',									image: 'pijuan/deljardin04.jpg',					price: 1400,			edition: '25, 3PA, 1HC',		code: 337)
Grabado.create(id: 223,		name: 'Del jardín V',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 23,		plateh: 29,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin05.jpg',					price: 1400,			edition: '25, 3PA, 1HC',		code: 338)
Grabado.create(id: 224,		name: 'Del jardín VI',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 23,		plateh: 29,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin06.jpg',					price: 1400,			edition: '25, 3PA, 1HC',		code: 339)
Grabado.create(id: 225,		name: 'Del jardín VII',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 23,		plateh: 29,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin07.jpg',					price: 1400,			edition: '25, 3PA, 1HC',		code: 340)
Grabado.create(id: 226,		name: 'Del jardín VIII',															artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 23,		plateh: 29,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin08.jpg',					price: 1400,			edition: '25, 3PA, 1HC',		code: 341)
Grabado.create(id: 227,		name: 'Del jardín IX',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 50,			paperh: 54,		platew: 23,		plateh: 29,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin09.jpg',					price: 1400,			edition: '25, 3PA, 1HC',		code: 342)
Grabado.create(id: 228,		name: 'Del jardín X',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 112,	plateh: 88,		year: 1997,		collection_id: 11,	state: 'No disponible',						image: 'pijuan/deljardin10.jpg',					price: 2800,			edition: '25, 3PA, 1HC',		code: 343)
Grabado.create(id: 229,		name: 'Del jardín XI',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 112,	plateh: 88,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin11.jpg',					price: 2800,			edition: '25, 3PA, 1HC',		code: 344)
Grabado.create(id: 230,		name: 'Del jardín XII',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 112,	plateh: 88,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin12.jpg',					price: 2800,			edition: '25, 3PA, 1HC',		code: 345)
Grabado.create(id: 231,		name: 'Del jardín XIII',															artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 112,	plateh: 88,		year: 1997,		collection_id: 11,	state: 'Consultar existencias*',	image: 'pijuan/deljardin13.jpg',					price: 2800,			edition: '25, 3PA, 1HC',		code: 346)
Grabado.create(id: 232,		name: 'Del jardín XIV',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 112,	plateh: 88,		year: 1997,		collection_id: 11,	state: 'Consultar existencias*',	image: 'pijuan/deljardin14.jpg',					price: 2800,			edition: '25, 3PA, 1HC',		code: 347)
Grabado.create(id: 233,		name: 'Del jardín XV',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 112,	plateh: 88,		year: 1997,		collection_id: 11,	state: 'Disponible',							image: 'pijuan/deljardin15.jpg',					price: 2800,			edition: '25, 3PA, 1HC',		code: 348)
Grabado.create(id: 234,		name: 'Del jardín XVI',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 135,		paperh: 108,	platew: 140,	plateh: 112,	year: 1997,		collection_id: 11,	state: 'Agotado',									image: 'pijuan/deljardin16.jpg',					price: 3000,			edition: '25, 3PA, 1HC',		code: 349)
Grabado.create(id: 235,		name: 'Del jardín XVII',															artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 135,		paperh: 108,	platew: 140,	plateh: 112,	year: 1997,		collection_id: 11,	state: 'Consultar existencias*',	image: 'pijuan/deljardin17.jpg',					price: 3000,			edition: '25, 3PA, 1HC',		code: 350)
Grabado.create(id: 236,		name: 'Del jardín XVIII',															artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 135,		paperh: 108,	platew: 140,	plateh: 112,	year: 1997,		collection_id: 11,	state: 'Agotado',									image: 'pijuan/deljardin18.jpg',					price: 3000,			edition: '25, 3PA, 1HC',		code: 351)
Grabado.create(id: 237,		name: 'Del jardín XIX',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 135,		paperh: 108,	platew: 140,	plateh: 112,	year: 1997,		collection_id: 11,	state: 'Consultar existencias*',	image: 'pijuan/deljardin19.jpg',					price: 3000,			edition: '25, 3PA, 1HC',		code: 352)
Grabado.create(id: 238,		name: 'Del jardín XX',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 135,		paperh: 108,	platew: 140,	plateh: 112,	year: 1997,		collection_id: 11,	state: 'Agotado',									image: 'pijuan/deljardin20.jpg',					price: 3000,			edition: '25, 3PA, 1HC',		code: 353)
Grabado.create(id: 239,		name: 'Del jardín XXI',																artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 135,		paperh: 108,	platew: 140,	plateh: 112,	year: 1997,		collection_id: 11,	state: 'Consultar existencias*',	image: 'pijuan/deljardin21.jpg',					price: 3000,			edition: '25, 3PA, 1HC',		code: 354)
Grabado.create(id: 240,		name: 'Hojas',																				artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1987,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/hojas.jpg',								price: 0,					edition: '50, 5PA',    			code: 54)
Grabado.create(id: 241,		name: 'Jarro con rosas',															artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1987,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/jarro.jpg',								price: 0,					edition: '75, 10PA',		    code: 52)
Grabado.create(id: 242,		name: 'La casa desde la que se divisa el campo I',		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/lacasa1.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 123)
Grabado.create(id: 243,		name: 'La casa desde la que se divisa el campo II',		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/lacasa2.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 124)
Grabado.create(id: 244,		name: 'La casa desde la que se divisa el campo III',	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/lacasa3.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 125)
Grabado.create(id: 245,		name: 'La casa desde la que se divisa el campo IV',		artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/lacasa4.jpg',							price: 0,					edition: '35, 5PA, 5HC',		code: 126)
Grabado.create(id: 246,		name: 'Recorrido para un espacio I',									artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/recorrido1.jpg',					price: 0,					edition: '25, 5PA, 5HC',		code: 119)
Grabado.create(id: 247,		name: 'Recorrido para un espacio II',									artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/recorrido2.jpg',					price: 0,					edition: '25, 5PA, 5HC',		code: 120)
Grabado.create(id: 248,		name: 'Recorrido para un espacio III',								artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/recorrido3.jpg',					price: 0,					edition: '25, 5PA, 5HC',		code: 121)
Grabado.create(id: 249,		name: 'Recorrido para un espacio IV',									artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/recorrido4.jpg',					price: 0,					edition: '25, 5PA, 5HC',		code: 122)
Grabado.create(id: 250,		name: 'Rosa blanca',																	artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1987,		collection_id: 10,	state: 'Agotado',									image: 'pijuan/rosa.jpg',								price: 0,					edition: '50, 5PA',	    		code: 53)
Grabado.create(id: 251,		name: 'Los elementos I. Fuego',												artist_id: 18,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 22,	state: 'Consultar',								image: 'rafols/elementos1.jpg',					price: 0,					edition: '50, 10PA, 10HC',	code: 93)
Grabado.create(id: 252,		name: 'Los elementos II. Aire',												artist_id: 18,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 22,	state: 'Agotado',									image: 'rafols/elementos2.jpg',					price: 0,					edition: '50, 10PA, 10HC',	code: 94)
Grabado.create(id: 253,		name: 'Los elementos III. Tierra',										artist_id: 18,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 22,	state: 'Agotado',									image: 'rafols/elementos3.jpg',					price: 0,					edition: '50, 10PA, 10HC',	code: 95)
Grabado.create(id: 254,		name: 'Los elementos IV. Agua',												artist_id: 18,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1989,		collection_id: 22,	state: 'Agotado',									image: 'rafols/elementos4.jpg',					price: 0,					edition: '50, 10PA, 10HC',	code: 96)
Grabado.create(id: 255,		name: 'En la suerte contraria I',											artist_id: 19,		style_es: 'Aguafuerte',													  style_en: 'Etching',										paperw: 38,			paperh: 28,		platew: 25,		plateh: 18,		year: 1990,		collection_id: 24,	state: 'Consultar',								image: 'sevilla/suerte1.jpg',						price: 0,					edition: '40, 5PA, 5HC',		code: 175)
Grabado.create(id: 256,		name: 'En la suerte contraria II',										artist_id: 19,		style_es: 'Aguafuerte',													  style_en: 'Etching',										paperw: 38,			paperh: 28,		platew: 17,		plateh: 18,		year: 1990,		collection_id: 24,	state: 'Agotado',									image: 'sevilla/suerte2.jpg',						price: 0,					edition: '40, 5PA, 5HC',		code: 176)
Grabado.create(id: 257,		name: 'En la suerte contraria III',										artist_id: 19,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 38,			paperh: 28,		platew: 19,		plateh: 18,		year: 1990,		collection_id: 24,	state: 'Agotado',									image: 'sevilla/suerte3.jpg',						price: 0,					edition: '40, 5PA, 5HC',		code: 177)
Grabado.create(id: 258,		name: 'En la suerte contraria VI',										artist_id: 19,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 38,			paperh: 28,		platew: 22,		plateh: 18,		year: 1990,		collection_id: 24,	state: 'Agotado',									image: 'sevilla/suerte4.jpg',						price: 0,					edition: '40, 5PA, 5HC',		code: 178)
Grabado.create(id: 259,		name: 'Toda la torre I',															artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 50,			paperh: 38,		platew: 25,		plateh: 19,		year: 1990,		collection_id: 23,	state: 'Consultar',								image: 'sevilla/torre01.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 165)
Grabado.create(id: 260,		name: 'Toda la torre II',															artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 50,			paperh: 38,		platew: 25,		plateh: 19,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre02.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 166)
Grabado.create(id: 261,		name: 'Toda la torre III',														artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 50,			paperh: 38,		platew: 25,		plateh: 19,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre03.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 167)
Grabado.create(id: 262,		name: 'Toda la torre IV',															artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 50,			paperh: 38,		platew: 25,		plateh: 19,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre04.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 168)
Grabado.create(id: 263,		name: 'Toda la torre VI',															artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 50,			paperh: 38,		platew: 25,		plateh: 19,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre06.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 170)
Grabado.create(id: 264,		name: 'Toda la torre VII',														artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 50,			paperh: 38,		platew: 25,		plateh: 19,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre07.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 171)
Grabado.create(id: 265,		name: 'Toda la torre VIII',														artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 38,			paperh: 50,		platew: 19,		plateh: 25,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre08.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 172)
Grabado.create(id: 266,		name: 'Toda la torre IX',															artist_id: 19,		style_es: 'Aguafuerte y fotograbado',						  style_en: 'Etching and photogravure',		paperw: 38,			paperh: 50,		platew: 19,		plateh: 25,		year: 1990,		collection_id: 23,	state: 'Agotado',									image: 'sevilla/torre09.jpg',						price: 0,					edition: '30, 5PA, 5HC',		code: 173)
Grabado.create(id: 267,		name: 'Vísperas I',																		artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 61,		platew: 53,		plateh: 65,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas01.jpg',					price: 1000,			edition: '15,4PA',					code: 207)
Grabado.create(id: 268,		name: 'Vísperas II',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 61,		platew: 53,		plateh: 65,		year: 1992,		collection_id: 25,	state: 'Agotado',									image: 'sicilia/visperas02.jpg',					price: 0,					edition: '15,4PA',					code: 208)
Grabado.create(id: 269,		name: 'Vísperas III',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 61,		platew: 53,		plateh: 65,		year: 1992,		collection_id: 25,	state: 'Agotado',									image: 'sicilia/visperas03.jpg',					price: 0,					edition: '15,4PA',					code: 209)
Grabado.create(id: 270,		name: 'Vísperas IV',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 61,		platew: 53,		plateh: 65,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas04.jpg',					price: 1000,			edition: '15,4PA',					code: 210)
Grabado.create(id: 271,		name: 'Vísperas V',																		artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 61,		platew: 53,		plateh: 65,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas05.jpg',					price: 1000,			edition: '15,4PA',					code: 211)
Grabado.create(id: 272,		name: 'Vísperas VI',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 61,		platew: 53,		plateh: 65,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas06.jpg',					price: 1000,			edition: '15,4PA',					code: 212)
Grabado.create(id: 273,		name: 'Vísperas VII',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Agotado',									image: 'sicilia/visperas07.jpg',					price: 0,					edition: '15,4PA',					code: 213)
Grabado.create(id: 274,		name: 'Vísperas VIII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas08.jpg',					price: 1000,			edition: '15,4PA',					code: 214)
Grabado.create(id: 275,		name: 'Vísperas IX',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas09.jpg',					price: 1000,			edition: '15,4PA',					code: 215)
Grabado.create(id: 276,		name: 'Vísperas X',																		artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 49,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas10.jpg',					price: 1000,			edition: '15,4PA',					code: 216)
Grabado.create(id: 277,		name: 'Vísperas XI',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas11.jpg',					price: 1000,			edition: '15,4PA',					code: 217)
Grabado.create(id: 278,		name: 'Vísperas XII',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas12.jpg',					price: 1000,			edition: '15,4PA',					code: 218)
Grabado.create(id: 279,		name: 'Vísperas XIII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas13.jpg',					price: 1000,			edition: '15,4PA',					code: 219)
Grabado.create(id: 280,		name: 'Vísperas XIV',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas14.jpg',					price: 1000,			edition: '15,4PA',					code: 220)
Grabado.create(id: 281,		name: 'Vísperas XV',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas15.jpg',					price: 1000,			edition: '15,4PA',					code: 221)
Grabado.create(id: 282,		name: 'Vísperas XVI',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas16.jpg',					price: 1000,			edition: '15,4PA',					code: 222)
Grabado.create(id: 283,		name: 'Vísperas XVII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas17.jpg',					price: 1000,			edition: '15,4PA',					code: 223)
Grabado.create(id: 284,		name: 'Vísperas XVIII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas18.jpg',					price: 1000,			edition: '15,4PA',					code: 224)
Grabado.create(id: 285,		name: 'VísperasXIX',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas19.jpg',					price: 1000,			edition: '15,4PA',					code: 225)
Grabado.create(id: 286,		name: 'Vísperas XX',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas20.jpg',					price: 1000,			edition: '15,4PA',					code: 226)
Grabado.create(id: 287,		name: 'Vísperas XXI',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas21.jpg',					price: 1000,			edition: '15,4PA',					code: 227)
Grabado.create(id: 288,		name: 'Vísperas XXII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas22.jpg',					price: 1000,			edition: '15,4PA',					code: 228)
Grabado.create(id: 289,		name: 'Vísperas XXIII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas23.jpg',					price: 1000,			edition: '15,4PA',					code: 229)
Grabado.create(id: 290,		name: 'Vísperas XXIV',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas24.jpg',					price: 1000,			edition: '15,4PA',					code: 230)
Grabado.create(id: 291,		name: 'Vísperas XXV',																	artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas25.jpg',					price: 1000,			edition: '15,4PA',					code: 231)
Grabado.create(id: 292,		name: 'Vísperas XXVI',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas26.jpg',					price: 1000,			edition: '15,4PA',					code: 232)
Grabado.create(id: 293,		name: 'Vísperas XXVII',																artist_id: 20,		style_es: 'Aguatinta y cera de abeja',					  style_en: 'Aquatint and beeswax',				paperw: 59,			paperh: 31,		platew: 53,		plateh: 35,		year: 1992,		collection_id: 25,	state: 'Disponible',							image: 'sicilia/visperas27.jpg',					price: 1000,			edition: '15,4PA',					code: 233)
Grabado.create(id: 294,		name: 'Alfabeto I',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/alfabeto1.jpg',						price: 450,				edition: '35, 5PA, 1HC',		code: 401)
Grabado.create(id: 295,		name: 'Alfabeto II',																	artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/alfabeto2.jpg',						price: 450,				edition: '35, 5PA, 1HC',		code: 402)
Grabado.create(id: 296,		name: 'Alfabeto III',																	artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/alfabeto3.jpg',						price: 450,				edition: '35, 5PA, 1HC',		code: 403)
Grabado.create(id: 297,		name: 'Alfabeto IV',																	artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/alfabeto4.jpg',						price: 450,				edition: '35, 5PA, 1HC',		code: 404)
Grabado.create(id: 298,		name: 'Crónica I',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/cronica1.jpg',						price: 500,				edition: '35, 5PA, 1HC',		code: 405)
Grabado.create(id: 299,		name: 'Crónica II',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/cronica2.jpg',						price: 500,				edition: '35, 5PA, 1HC',		code: 406)
Grabado.create(id: 300,		name: 'Crónica III',																	artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/cronica3.jpg',						price: 500,				edition: '35, 5PA, 1HC',		code: 407)
Grabado.create(id: 301,		name: 'Crónica IV',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 54,			paperh: 47,		platew: 56,		plateh: 50,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/cronica4.jpg',						price: 500,				edition: '35, 5PA, 1HC',		code: 408)
Grabado.create(id: 302,		name: 'Lucy I',																				artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Disponible',							image: 'solano/lucy1.jpg',								price: 3000,			edition: '17, 3PA, 1HC',		code: 326)
Grabado.create(id: 303,		name: 'Lucy II',																			artist_id: 21,		style_es: 'Aguatinta y collage',								  style_en: 'Aquatint and collage',				paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Consultar existencias',		image: 'solano/lucy2.jpg',								price: 3000,			edition: '17, 3PA, 1HC',		code: 327)
Grabado.create(id: 304,		name: 'Lucy III',																			artist_id: 21,		style_es: 'Aguatinta y collage',								  style_en: 'Aquatint and collage',				paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Consultar existencias',		image: 'solano/lucy3.jpg',								price: 3000,			edition: '17, 3PA, 1HC',		code: 328)
Grabado.create(id: 305,		name: 'Lucy IV',																			artist_id: 21,		style_es: 'Aguatinta y collage',								  style_en: 'Aquatint and collage',				paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Consultar existencias',		image: 'solano/lucy4.jpg',								price: 3000,			edition: '17, 3PA, 1HC',		code: 329)
Grabado.create(id: 306,		name: 'Lucy V',																				artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Disponible',							image: 'solano/lucy5.jpg',								price: 2100,			edition: '17, 3PA, 1HC',		code: 330)
Grabado.create(id: 307,		name: 'Lucy VI',																			artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Disponible',							image: 'solano/lucy6.jpg',								price: 2100,			edition: '17, 3PA, 1HC',		code: 331)
Grabado.create(id: 308,		name: 'Lucy VII',																			artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Disponible',							image: 'solano/lucy7.jpg',								price: 2100,			edition: '17, 3PA, 1HC',		code: 332)
Grabado.create(id: 309,		name: 'Lucy VIII',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 125,	plateh: 112,	year: 1996,		collection_id: 27,	state: 'Disponible',							image: 'solano/lucy8.jpg',								price: 2100,			edition: '17, 3PA, 1HC',		code: 333)
Grabado.create(id: 310,		name: 'Melusa I',																			artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa1.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 428)
Grabado.create(id: 311,		name: 'Melusa II',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa2.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 429)
Grabado.create(id: 312,		name: 'Melusa III',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa3.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 430)
Grabado.create(id: 313,		name: 'Melusa IV',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa4.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 431)
Grabado.create(id: 314,		name: 'Melusa V',																			artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa5.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 432)
Grabado.create(id: 315,		name: 'Melusa VI',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa6.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 433)
Grabado.create(id: 316,		name: 'Melusa VII',																		artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa7.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 434)
Grabado.create(id: 317,		name: 'Melusa VIII',																	artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 2000,		collection_id: 29,	state: 'Disponible',							image: 'solano/melusa8.jpg',							price: 1000,			edition: '17, 3PA, 1HC',		code: 435)
Grabado.create(id: 318,		name: 'Nura I',																				artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/nura1.jpg',								price: 1000,			edition: '35, 5PA, 1HC',		code: 426)
Grabado.create(id: 319,		name: 'Nura II',																			artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 84,		platew: 111,	plateh: 86,		year: 1999,		collection_id: 28,	state: 'Disponible',							image: 'solano/nura2.jpg',								price: 1000,			edition: '35, 5PA, 1HC',		code: 427)
Grabado.create(id: 324,		name: 'Pa## pe## pi## po## pu I',											artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',								    paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1990,		collection_id: 26,	state: 'Disponible',							image: 'solano/papepipopu1.jpg',					price: 1300,			edition: '35, 10PA, 5HC',		code: 137)
Grabado.create(id: 325,		name: 'Pa## pe,# pi,# po,# pu II',										artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',								    paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1990,		collection_id: 26,	state: 'Disponible',							image: 'solano/papepipopu2.jpg',					price: 1300,			edition: '35, 10PA, 5HC',		code: 138);
Grabado.create(id: 326,		name: 'Pa## pe,# pi,# po,# pu III',										artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',								    paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1990,		collection_id: 26,	state: 'No disponible',						image: 'solano/papepipopu3.jpg',					price: 1300,			edition: '35, 10PA, 5HC',		code: 139)
Grabado.create(id: 327,		name: 'Pa## pe,# pi,# po,# pu IV',										artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',								    paperw: 56,			paperh: 76,		platew: 45,		plateh: 60,		year: 1990,		collection_id: 26,	state: 'Disponible',							image: 'solano/papepipopu4.jpg',					price: 1300,			edition: '35, 10PA, 5HC',		code: 140)
Grabado.create(id: 320,		name: 'Plaça del joc de la pilota I',									artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1988,		collection_id: 26,	state: 'Consultar existencias',		image: 'solano/pilota1.jpg',							price: 1300,			edition: '75, 10PA ,5HC',		code: 58)
Grabado.create(id: 321,		name: 'Plaça del joc de la pilota II',								artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1988,		collection_id: 26,	state: 'Disponible',							image: 'solano/pilota2.jpg',							price: 0,					edition: '75, 10PA ,5HC',		code: 59)
Grabado.create(id: 322,		name: 'Plaça del joc de la pilota III',								artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1988,		collection_id: 26,	state: 'No disponible',						image: 'solano/pilota3.jpg',							price: 1300,			edition: '75, 10PA ,5HC',		code: 60)
Grabado.create(id: 323,		name: 'Plaça del joc de la pilota IV',								artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1988,		collection_id: 26,	state: 'Disponible',							image: 'solano/pilota4.jpg',							price: 1300,			edition: '75, 10PA ,5HC',		code: 61)
Grabado.create(id: 328,		name: 'Bóveda',																				artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1986,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/boveda.jpg',						price: 0,					edition: '75, 10PA',			  code: 8)
Grabado.create(id: 329,		name: 'La ciudad celeste I',													artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 38,			paperh: 35,		platew: 39,		plateh: 37,		year: 1994,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/ciudad1.jpg',						price: 250,				edition: '45, 5PA, 1HC',		code: 253)
Grabado.create(id: 330,		name: 'La ciudad celeste II',													artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 38,			paperh: 35,		platew: 39,		plateh: 37,		year: 1994,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/ciudad2.jpg',						price: 250,				edition: '45, 5PA, 1HC',		code: 254)
Grabado.create(id: 331,		name: 'La ciudad celeste III',												artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 38,			paperh: 35,		platew: 39,		plateh: 37,		year: 1994,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/ciudad3.jpg',						price: 250,				edition: '45, 5PA, 1HC',		code: 255)
Grabado.create(id: 332,		name: 'La ciudad celeste IV',													artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 38,			paperh: 35,		platew: 39,		plateh: 37,		year: 1994,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/ciudad4.jpg',						price: 250,				edition: '45, 5PA, 1HC',		code: 256)
Grabado.create(id: 333,		name: 'Cueva natural',																artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1986,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/cueva.jpg',							price: 0,					edition: '75, 10PA',	    	code: 6)
Grabado.create(id: 334,		name: 'Historia y naturaleza I',											artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1950,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/historia1.jpg',					price: 0,					edition: '50, 10PA,10HC',		code: 110)
Grabado.create(id: 335,		name: 'Historia y naturaleza II',											artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1950,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/historia2.jpg',					price: 0,					edition: '50, 10PA,10HC',		code: 111)
Grabado.create(id: 336,		name: 'Los límites de la memoria A',									artist_id: 22,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 105,	platew: 78,		plateh: 109,	year: 1991,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/limitesmemoriaa.jpg',		price: 0,					edition: '20, 5PA',			    code: 199)
Grabado.create(id: 337,		name: 'Los límites de la memoria B',									artist_id: 22,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 105,	platew: 78,		plateh: 109,	year: 1991,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/limitesmemoriab.jpg',		price: 0,					edition: '20, 5PA',			    code: 200)
Grabado.create(id: 338,		name: 'Los límites del tiempo A',											artist_id: 22,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 105,	platew: 78,		plateh: 109,	year: 1991,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/limitestiempoa.jpg',		price: 0,					edition: '20, 5PA',			    code: 197)
Grabado.create(id: 339,		name: 'Los límites del tiempo B',											artist_id: 22,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 75,			paperh: 105,	platew: 78,		plateh: 109,	year: 1991,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/limitestiempob.jpg',		price: 0,					edition: '20, 5PA',			    code: 198)
Grabado.create(id: 340,		name: 'El naufragio',																	artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1950,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/naufragio.jpg',					price: 0,					edition: '75, 10PA, 4HC',		code: 42)
Grabado.create(id: 341,		name: 'La noche',																			artist_id: 22,		style_es: 'Aguatinta y punta seca',							  style_en: 'Aquatint and dry point',			paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1987,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/noche.jpg',							price: 0,					edition: '75, 10PA, 3HC',		code: 43)
Grabado.create(id: 342,		name: 'Razón y mito I',																artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1950,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/razon1.jpg',						price: 0,					edition: '50, 10PA, 10HC',	code: 108)
Grabado.create(id: 343,		name: 'Razón y mito II',															artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 60,		plateh: 45,		year: 1950,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/razon2.jpg',						price: 0,					edition: '50, 10PA, 10HC',	code: 109)
Grabado.create(id: 344,		name: 'Refugio',																			artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 76,			paperh: 56,		platew: 50,		plateh: 40,		year: 1986,		collection_id: 30,	state: 'Agotado',									image: 'teixidor/refugio.jpg',						price: 0,					edition: '75, 10PA',				code: 7)
Grabado.create(id: 345,		name: 'Memoria del tiempo I',													artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 124,	plateh: 111,	year: 1995,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/templo1.jpg',						price: 1000,			edition: '35, 5PA, 1HC',		code: 375)
Grabado.create(id: 346,		name: 'Memoria del tiempo II',												artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 124,	plateh: 111,	year: 1995,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/templo2.jpg',						price: 1000,			edition: '35, 5PA, 1HC',		code: 376)
Grabado.create(id: 347,		name: 'Memoria del tiempo III',												artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 124,	plateh: 111,	year: 1995,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/templo3.jpg',						price: 1000,			edition: '35, 5PA, 1HC',		code: 377)
Grabado.create(id: 348,		name: 'Memoria del tiempo IV',												artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 120,		paperh: 108,	platew: 124,	plateh: 111,	year: 1995,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/templo4.jpg',						price: 1000,			edition: '35, 5PA, 1HC',		code: 378)
Grabado.create(id: 349,		name: 'Tras el umbral I',															artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral1.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 380)
Grabado.create(id: 350,		name: 'Tras el umbral II',														artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral2.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 381)
Grabado.create(id: 351,		name: 'Tras el umbral III',														artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral3.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 382)
Grabado.create(id: 352,		name: 'Tras el umbral IV',														artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral4.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 383)
Grabado.create(id: 353,		name: 'Tras el umbral V',															artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral5.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 384)
Grabado.create(id: 354,		name: 'Tras el umbral VI',														artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral6.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 385)
Grabado.create(id: 355,		name: 'Tras el umbral VII',														artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,		paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Consultar existencias',		image: 'teixidor/umbral7.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 386)
Grabado.create(id: 356,		name: 'Tras el umbral VIII',													artist_id: 22,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 108,	  paperh: 60,		platew: 111,	plateh: 64,		year: 1998,		collection_id: 31,	state: 'Disponible',							image: 'teixidor/umbral8.jpg',						price: 1000,			edition: '25, 3PA, 1HC',		code: 387)
Grabado.create(id: 357,		name: 'Newsweek I',																		artist_id: 23,		style_es: 'Aguatinta y fotograbado',						  style_en: 'Aquatint and photogravure',	paperw: 70,		  paperh: 52,		platew: 29,		plateh: 22,		year: 1991,		collection_id: 32,	state: 'Disponible',							image: 'torres/newsweek1.jpg',						price: 650,				edition: '35, 5PA',    			code: 201)
Grabado.create(id: 358,		name: 'Newsweek II',																	artist_id: 23,		style_es: 'Aguatinta y fotograbado',						  style_en: 'Aquatint and photogravure',	paperw: 70,		  paperh: 52,		platew: 29,		plateh: 22,		year: 1991,		collection_id: 32,	state: 'Disponible',							image: 'torres/newsweek2.jpg',						price: 650,				edition: '35, 5PA',    			code: 202)
Grabado.create(id: 359,		name: 'Newsweek III',																	artist_id: 23,		style_es: 'Aguatinta y fotograbado',						  style_en: 'Aquatint and photogravure',	paperw: 70,		  paperh: 52,		platew: 29,		plateh: 22,		year: 1991,		collection_id: 32,	state: 'Agotado',									image: 'torres/newsweek3.jpg',						price: 0,					edition: '35, 5PA',    			code: 203)
Grabado.create(id: 360,		name: 'Newsweek IV',																	artist_id: 23,		style_es: 'Aguatinta y fotograbado',						  style_en: 'Aquatint and photogravure',	paperw: 70,		  paperh: 52,		platew: 29,		plateh: 22,		year: 1991,		collection_id: 32,	state: 'Disponible',							image: 'torres/newsweek4.jpg',						price: 650,				edition: '35, 5PA',    			code: 204)
Grabado.create(id: 361,		name: 'Newsweek V',																		artist_id: 23,		style_es: 'Aguatinta y fotograbado',						  style_en: 'Aquatint and photogravure',	paperw: 70,		  paperh: 52,		platew: 29,		plateh: 22,		year: 1991,		collection_id: 32,	state: 'Disponible',							image: 'torres/newsweek5.jpg',						price: 650,				edition: '35, 5PA',    			code: 205)
Grabado.create(id: 362,		name: 'Newsweek VI',																	artist_id: 23,		style_es: 'Aguatinta y fotograbado',						  style_en: 'Aquatint and photogravure',	paperw: 70,		  paperh: 52,		platew: 29,		plateh: 22,		year: 1991,		collection_id: 32,	state: 'Disponible',							image: 'torres/newsweek6.jpg',						price: 650,				edition: '35, 5PA',    			code: 206)
Grabado.create(id: 363,		name: 'Lancelot I',																		artist_id: 3,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1993,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais1.jpg',						price: 3400,			edition: '35, 5PA, 1HC',		code: 262)
Grabado.create(id: 364,		name: 'Ornamental sobre rofe',												artist_id: 9,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1993,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais2.jpg',						price: 4300,			edition: '35, 5PA, 1HC',		code: 263)
Grabado.create(id: 365,		name: 'Sin título. L1',																artist_id: 11,		style_es: 'Carborundum y aguatinta',						  style_en: 'Carborundum and aquatint',		paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1994,		collection_id: 33,	state: 'Consultar existencias',		image: 'malpais/malpais3.jpg',						price: 4800,			edition: '35, 5PA, 1HC',		code: 264)
Grabado.create(id: 366,		name: 'Kleist',																				artist_id: 13,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1993,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais4.jpg',						price: 3000,			edition: '35, 5PA, 1HC',		code: 265)
Grabado.create(id: 367,		name: 'Interior de gabardina',												artist_id: 15,		style_es: 'Manera negra',												  style_en: 'Mezzotint',									paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1994,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais5.jpg',						price: 14000,			edition: '35, 5PA, 1HC',		code: 266)
Grabado.create(id: 368,		name: 'Tanaina',																			artist_id: 20,		style_es: 'Aguafuerte',													  style_en: 'Etching',										paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1993,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais6.jpg',						price: 5000,			edition: '35, 5PA, 1HC',		code: 267)
Grabado.create(id: 369,		name: 'Meditaciones',																	artist_id: 21,		style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1993,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais7.jpg',						price: 3600,			edition: '35, 5PA, 1HC',		code: 268)
Grabado.create(id: 370,		name: 'Estela',																				artist_id: 22,		style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1993,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais8.jpg',						price: 3000,			edition: '35, 5PA, 1HC',		code: 269)
Grabado.create(id: 371,		name: 'Da capo',																			artist_id: 23,		style_es: 'Carborundum y punta seca',						  style_en: 'Carborundum and dry point',	paperw: 160,	  paperh: 120,	platew: 165,	plateh: 125,	year: 1994,		collection_id: 33,	state: 'Disponible',							image: 'malpais/malpais9.jpg',						price: 3000,			edition: '35, 5PA, 1HC',		code: 270)
Grabado.create(id: 1325,	name: 'Fuga y siena',																	artist_id: 8,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 76,		  paperh: 56,		platew: 60,		plateh: 45,		year: 1986,		collection_id: 9,		state: 'Agotado',									image: 'guinovart/fuga.jpg',							price: 0,					edition: '75, 10PA',				code: 33)
Grabado.create(id: 1326,	name: 'Tierra natural',																artist_id: 8,	    style_es: 'Aguafuerte y carborundum',						  style_en: 'Aquatint and carborundum',		paperw: 76,		  paperh: 56,		platew: 78,		plateh: 58,		year: 1988,		collection_id: 9,		state: 'Agotado',									image: 'guinovart/tierranatural.jpg',		price: 0,					edition: '75, 10PA,5HC',		code: 78)
Grabado.create(id: 1324,	name: 'Escala en negro',															artist_id: 8,	    style_es: 'Aguafuerte y aguatinta',							  style_en: 'Etching and aquatint',				paperw: 56,		  paperh: 76,		platew: 45,		plateh: 60,		year: 1986,		collection_id: 9,		state: 'Agotado',									image: 'guinovart/escala.jpg',						price: 0,					edition: '75, 10PA',				code: 32)
Grabado.create(id: 1327,	name: 'Tierra quemada',																artist_id: 8,	    style_es: 'Aguafuerte y carborundum',						  style_en: 'Aquatint and carborundum',		paperw: 56,		  paperh: 76,		platew: 58,		plateh: 78,		year: 1988,		collection_id: 9,		state: 'Agotado',									image: 'guinovart/tierraquemada.jpg',		price: 0,					edition: '75, 10PA, 5HC',		code: 77)
Grabado.create(id: 1328,	name: 'Archipiélagos XXI',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 53,		  paperh: 54,		platew: 56,		plateh: 56,		year: 1998,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos21.jpg',		price: 450,				edition: '35, 3PA, 1HC',		code: 990)
Grabado.create(id: 1329,	name: 'Archipiélagos XXII',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 53,		  paperh: 54,		platew: 56,		plateh: 56,		year: 1998,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos22.jpg',		price: 450,				edition: '35, 3PA, 1HC',		code: 991)
Grabado.create(id: 1330,	name: 'Archipiélagos XXIII',													artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 53,		  paperh: 54,		platew: 56,		plateh: 56,		year: 1998,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos23.jpg',		price: 450,				edition: '35, 3PA, 1HC',		code: 992)
Grabado.create(id: 1331,	name: 'Archipiélagos XXIV',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 53,		  paperh: 54,		platew: 56,		plateh: 56,		year: 1998,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos24.jpg',		price: 450,				edition: '35, 3PA, 1HC',		code: 993)
Grabado.create(id: 1332,	name: 'Archipiélagos XXV',														artist_id: 7,	    style_es: 'Aguatinta',													  style_en: 'Aquatint',										paperw: 53,		  paperh: 54,		platew: 56,		plateh: 56,		year: 1998,		collection_id: 8,		state: 'Disponible',							image: 'gonzalez/archipielagos25.jpg',		price: 450,				edition: '35, 3PA, 1HC',		code: 994)

data = [
{ collection_id: 1,    artist_id: 1},
{ collection_id: 2,    artist_id: 2},
{ collection_id: 3,    artist_id: 3},
{ collection_id: 4,    artist_id: 3},
{ collection_id: 5,    artist_id: 4},
{ collection_id: 6,    artist_id: 5},
{ collection_id: 7,    artist_id: 6},
{ collection_id: 8,    artist_id: 7},
{ collection_id: 9,    artist_id: 8},
{ collection_id: 10,   artist_id: 9},
{ collection_id: 11,   artist_id: 9},
{ collection_id: 12,   artist_id: 9},
{ collection_id: 33,   artist_id: 3},
{ collection_id: 33,   artist_id: 9},
{ collection_id: 33,   artist_id: 11},
{ collection_id: 33,   artist_id: 13},
{ collection_id: 33,   artist_id: 15},
{ collection_id: 33,   artist_id: 20},
{ collection_id: 33,   artist_id: 21},
{ collection_id: 33,   artist_id: 22},
{ collection_id: 33,   artist_id: 23},
{ collection_id: 14,   artist_id: 10},
{ collection_id: 15,   artist_id: 11},
{ collection_id: 17,   artist_id: 13},
{ collection_id: 18,   artist_id: 14},
{ collection_id: 19,   artist_id: 15},
{ collection_id: 20,   artist_id: 16},
{ collection_id: 21,   artist_id: 17},
{ collection_id: 22,   artist_id: 18},
{ collection_id: 23,   artist_id: 19},
{ collection_id: 24,   artist_id: 19},
{ collection_id: 25,   artist_id: 20},
{ collection_id: 26,   artist_id: 21},
{ collection_id: 27,   artist_id: 21},
{ collection_id: 28,   artist_id: 21},
{ collection_id: 29,   artist_id: 21},
{ collection_id: 30,   artist_id: 22},
{ collection_id: 31,   artist_id: 22},
{ collection_id: 32,   artist_id: 23},
]

data.each do |record|
  ActiveRecord::Base.connection.execute("INSERT INTO artists_collections (artist_id, collection_id) VALUES (#{record[:artist_id]}, #{record[:collection_id]})")
end
