body {
	background-color: black;
}

h3 {
	text-align:center;
}


div, h2 {
	margin: 0em 1em;
	color:white;
}

div.saltoinicio, h2 {
	margin: 2em 1em 1em;
	color:white;
}

a {
	color: #ff0000;
	text-decoration: none;
}

@media screen and (max-width:1024px){
	body {
		font-size:4em;
	}
}

/* Diseño para PC */
@media screen and (min-width: 1025px) {
	body {
	font-size:1em;
	}
