@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic,600italic,700,700italic,800,800italic);

body{
	background: black;
	text-align: center;
}
img{
  width: 50%;
	margin-top: 20%;
}

p {
  font-size: 16pt;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
a{
	font-size: 16pt;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}

.boton {
	font-size: 14pt;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
img{
  width: 90%;
  text-align: center;
  padding-top: 50%;
}
}