body{
	background-image:url(fondo.png);
	background-repeat: repeat;
}

.inicio{
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 80%;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	margin-left: 5px;
	padding: 20px;
}
.inicio{
	font-weight: bolder;
	text-decoration:none;
	color: #330000;
	background-color: yellow;
}
.inicio:hover{
	
	background-color: #330000;
	
}
.inicio:hover{
	color: yellow;
}
h1{
	text-align: center;
	color: yellow;
	font-family: Arial;
	font-size: 50px;
}
h2{
	text-align: center;
	color: yellow;
	font-family: Arial;
	font-size: 40px;
}
pre{
	text-align: center;
	color: yellow;
	font-size: 20px;
}
.recursos{
	text-align: center;
	color: yellow;
	font-size: 14px;
}