@font-face {
	font-family: Myriadpro;
	src: url('../fonts/myriadpro.otf') format("opentype");
}

@font-face {
	font-family: Impact;
	src: url('../fonts/impact.ttf') format("opentype");
}

body {
	font-family: Impact;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

header {
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.logo, .content {
	margin: 0 auto;
	max-width: 1600px;
}

.content {
	z-index: 1;
	margin-top: 1px;
	background: url('../img/fondo.png');
	background-repeat: no-repeat;
	min-height: 600px;
	text-align: center;
}

.continente, .columna {
	display: inline-block;
}

.continente .titulo {
	font-size: 150%;
	margin-bottom: 15px;
}

.columna {
	vertical-align: text-top;
	margin-right: 50px;
}

.paises .titulo {
	text-transform: uppercase;
	color: #787777;
}

.pais {
	height: 45px;
	margin-top: 10px;
}

.pais .bandera, .pais .nombre {
	display: inline-block;
	color: #292727;
}

.pais .nombre {
	margin-left: 15px;
	position: relative;
	top: -17px;
	font-family: Myriadpro;
}

h1 {
	font-weight: normal;
	font-size: 175%;
	text-transform: uppercase;
	text-align: center;
	margin-left: 50px;
}

h1 img {
	margin-right: 15px;
}

.paises {
	margin-top: 25px;
	margin-left: 300px;
	text-align: center;
}

.continente {
	margin-right: 50px;
	text-align: left;
}

a {
	text-decoration: none;
}