body {
	background-color: #336699;
	color: #FF9900;
	font-family: Verdana,Tahoma,Arial;
}

h1 {
	font-size: 2em;
	margin: 1em 0;
}

#abajo {
  bottom: 0;
  position: absolute;
	width: 100%;
}

#arriba {
  top: 0;
  position: absolute;
	width: 100%;
}

.centrado {
	text-align: center;
}

#logo {
	text-align: center;
	font-weight: bolder;
	font-size: 6em;
	position: absolute;
	top: 30%;
	width: 100%;
}

#proyectos {
  text-align: center;
  width: 100%;
	padding-top: 1.2em;
	padding-bottom: 1em;
	color: white;
}

#repositorios {
  text-align: center;
  width: 100%;
	padding-top: 1.2em;
	padding-bottom: 1em;
	color: white;
}

#blog {
  text-align: center;
  width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	color: white;
}

a, a:visited, a:link, a:active {
	color: #FF9900;
	text-decoration:none;
	font-family: Verdana,Tahoma,Arial;
	font-size: 1.5em;
}

 a:hover {
 	color: #FF9900;
	text-decoration:none;
	font-family: Verdana,Tahoma,Arial;
	font-size: 2.5em;
}