body {
	text-align: center;
	background-color: black;
	font-family: SCUMMttf, SCUMMeot, SCUMMsvg, SCUMMwoff, SCUMMwoff2;
	color: white;
}

#contenedor {
	width: 100%;
	padding-top: 100px;
}

#contenedor .banderas {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
}

@font-face {
	font-family: 'SCUMMttf';
	src: url(SCUMM.ttf);
}

@font-face {
	font-family: 'SCUMMeot';
	src: url(SCUMM.eot);
}

@font-face {
	font-family: 'SCUMMsvg';
	src: url(SCUMM.svg);
}

@font-face {
	font-family: 'SCUMMwoff';
	src: url(SCUMM.woff);
}

@font-face {
	font-family: 'SCUMMwoff2';
	src: url(SCUMM.woff2);
}

a {
	color: white;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	img {
		width: 80%;
	}
	#contenedor .banderas {
		display: block;
		padding-bottom: 100px;
	}
}