html {
background-color: #ffffff;
font-family: 'Arial';
font-size: 18px;
letter-spacing: 0px;
color: #000;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
background-position: center;
line-height: 25px;

}
	
#contenedor {
	width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    max-width: 100%;
	text-align: center;
}
#contacto {
   margin-top: 10px;

}

a, a:link {
text-decoration: none;
color: #000;
}

img.logo {
	width: 100%;
	height: auto;
	max-width: 500px;
}
