body {
	color:#000000;
}

* {
	margin:20;
	padding:0;
}

h1 {
	font-size:50px;
	font-family:gothambold;
	text-align: center;
	color: #ffffff;
}

h2 {
	font-size:30px;
	font-family:gothambook;
	text-align: center;
	color: #ffffff;
}

a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #C6E2FF;
}

a:visited {
  color: #DBC6EC;
}

@font-face{
	font-family:gothambook;
	src:url(../fuentes/GothamBook.ttf);
}

@font-face{
	font-family:gothambold;
	src:url(../fuentes/GothamBold.ttf);
}
