@font-face {
    font-family: Pixel;
    src: url(MonkeyIsland-1990.ttf);
}

body
{
	font-family: Pixel,Verdana;
	font-size: 16px;
	font-smooth: never;
	-webkit-font-smoothing : none;
	background-color: black;
	color:#fff;
}

img
{
	max-width: 100%;
}

#contenedor
{
	width: 100%;
	margin-top: 20px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo
{
	margin: 20px auto 20px auto;
	width: 100%;
	max-width: 1024px;
}

.imagen
{
	text-align: center;
}