	theAmericas=new Subregion("Las Américas", "theAmericas");
	northAmerica=new Subregion("América del Norte", "northAmerica");
	latinAmerica=new Subregion("América Latina", "latinAmerica");
	centralAmerica=new Subregion("Istmo Centroamericano", "centralAmerica");
	infocom=new Subregion("INFOCOM", "infocom");
	latinCaribbean=new Subregion("Caribe Latino", "latinCaribbean");
	caribbean=new Subregion("Caribe", "caribbean");
	andeanRegion=new Subregion("Área Andina", "andeanRegion");
	southernCone=new Subregion("Cono Sur", "southernCone");
	southAmerica=new Subregion("América del Sur", "southAmerica");
	nonLatinCaribbean=new Subregion("Caribe No-Latino", "nonLatinCaribbean");
country28 = new Country("Antigua y Barbuda","28");
nonLatinCaribbean.add(country28);
country32 = new Country("Argentina","32");
southernCone.add(country32);
country44 = new Country("Bahamas","44");
nonLatinCaribbean.add(country44);
country52 = new Country("Barbados","52");
nonLatinCaribbean.add(country52);
country60 = new Country("Bermuda","60");
northAmerica.add(country60);
country68 = new Country("Bolivia","68");
andeanRegion.add(country68);
country76 = new Country("Brasil","76");
latinAmerica.add(country76);
country84 = new Country("Belice","84");
centralAmerica.add(country84);
country92 = new Country("Islas Vírgenes (RU)","92");
nonLatinCaribbean.add(country92);
country124 = new Country("Canadá","124");
northAmerica.add(country124);
country136 = new Country("Islas Caimán","136");
nonLatinCaribbean.add(country136);
country152 = new Country("Chile","152");
southernCone.add(country152);
country170 = new Country("Colombia","170");
andeanRegion.add(country170);
country188 = new Country("Costa Rica","188");
centralAmerica.add(country188);
country192 = new Country("Cuba","192");
latinCaribbean.add(country192);
country212 = new Country("Dominica","212");
nonLatinCaribbean.add(country212);
country214 = new Country("Rep. Dominicana","214");
latinCaribbean.add(country214);
country218 = new Country("Ecuador","218");
andeanRegion.add(country218);
country222 = new Country("El Salvador","222");
centralAmerica.add(country222);
country254 = new Country("Guayana Francesa","254");
nonLatinCaribbean.add(country254);
country308 = new Country("Granada","308");
nonLatinCaribbean.add(country308);
country312 = new Country("Guadalupe","312");
nonLatinCaribbean.add(country312);
country320 = new Country("Guatemala","320");
centralAmerica.add(country320);
country328 = new Country("Guyana","328");
nonLatinCaribbean.add(country328);
country332 = new Country("Haití","332");
nonLatinCaribbean.add(country332);
country340 = new Country("Honduras","340");
centralAmerica.add(country340);
country388 = new Country("Jamaica","388");
nonLatinCaribbean.add(country388);
country474 = new Country("Martinica","474");
nonLatinCaribbean.add(country474);
country484 = new Country("México","484");
latinAmerica.add(country484);
country500 = new Country("Montserrat","500");
nonLatinCaribbean.add(country500);
country530 = new Country("Antillas Neerlandesas","530");
nonLatinCaribbean.add(country530);
country533 = new Country("Aruba","533");
nonLatinCaribbean.add(country533);
country558 = new Country("Nicaragua","558");
centralAmerica.add(country558);
country591 = new Country("Panamá","591");
centralAmerica.add(country591);
country600 = new Country("Paraguay","600");
southernCone.add(country600);
country604 = new Country("Perú","604");
andeanRegion.add(country604);
country630 = new Country("Puerto Rico","630");
latinCaribbean.add(country630);
country659 = new Country("San Kitts y Nevis","659");
nonLatinCaribbean.add(country659);
country660 = new Country("Anguila","660");
nonLatinCaribbean.add(country660);
country662 = new Country("Santa Lucia","662");
nonLatinCaribbean.add(country662);
country670 = new Country("San Vincente y las Granadinas","670");
nonLatinCaribbean.add(country670);
country740 = new Country("Suriname","740");
nonLatinCaribbean.add(country740);
country780 = new Country("Trinidad y Tabago","780");
nonLatinCaribbean.add(country780);
country796 = new Country("Islas Turcas y Caicos","796");
nonLatinCaribbean.add(country796);
country840 = new Country("Estados Unidos de América","840");
northAmerica.add(country840);
country850 = new Country("Islas Vírgenes (EUA)","850");
nonLatinCaribbean.add(country850);
country858 = new Country("Uruguay","858");
southernCone.add(country858);
country862 = new Country("Venezuela","862");
andeanRegion.add(country862);
	southAmerica.addSubregion(andeanRegion);
	southAmerica.add(country76);
	southAmerica.add(country254);
	southAmerica.add(country328);
	southAmerica.add(country740);
	southAmerica.addSubregion(southernCone);
	latinAmerica.addSubregion(andeanRegion);
	latinAmerica.addSubregion(centralAmerica);
	infocom.addSubregion(centralAmerica);
	infocom.add(country214);
	latinAmerica.addSubregion(latinCaribbean);
	latinAmerica.addSubregion(southernCone);
	caribbean.addSubregion(latinCaribbean);
	caribbean.addSubregion(nonLatinCaribbean);
	theAmericas.addSubregion(northAmerica);
	theAmericas.addSubregion(latinAmerica);
	theAmericas.addSubregion(nonLatinCaribbean);

