*{
	background: #2D073C;
	margin: .5;
	color: white;
}

/* Rasgos Generales de la Página ^ */

body{
	background-image: url("Recursos/Detalles.png");
}

/* Ahora el Header */

header{
	background-color: black;
	display: inline-block;
	width: 100%
}

header h1 {
	background-color: black;
	text-align: center;
	margin-bottom: 5%;
	color: white;
	font-family: Algerian;
	font-size: 300%
}

#Central {
	background-color: black;
	display: inline-block;
	width: 79%;
}

header img {
	background-color: transparent;
	width: 9%;
	margin-top: 1%;
	margin-left: .5%;
	margin-bottom: .5%;
	margin-right: .5%;
}

nav a{
	margin-left: 6.8%;
	background-color: black;
	text-decoration: none;
}

nav a button{
	padding: .5%;
	border-radius: 15px;
	border-color: white;
	box-shadow:2px 2px 20px white;
	font-family: Castellar;
}

nav a button:hover{
	color: red;
	cursor: pointer;
}

nav{
	background-color: black;
	margin-bottom: 30px;
}

/* Contenido de la pag */

.Morfeo {
	margin-top: 30px;
	background-image: url("Recursos/Morfeo.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	float: left;
	width: 80%;
	margin-left: 10%;
}

h2 {
	background-color: transparent;
	text-align: center;
	font-size: 4em;
	font-family: Castellar;
	margin-bottom: 450px;
	color: #2D073C;
}

.Roja {
	width: 10%;
	margin-left: 18%;
	float: left;
	margin-bottom: 40px;
	border-radius: 15px;
	height: 50px;
	font-family: Bahnschrift;
}

.Roja:hover{
	cursor: pointer;
	transition: 1s;
	background-color: red;
}

.Azul {
	width: 10%;
	margin-right: 18%;
	float: right;
	margin-bottom: 40px;
	border-radius: 15px;
	height: 50px;
	font-family: Bahnschrift;
}

.Azul:hover{
	cursor: pointer;
	transition: 1s;
	background-color: blue;
}


/* Footer */

.foot {
	margin-top: 50px;
	background-image: transparent;
	background-color: transparent;
	display: inline-block;
}

.foot span{
	width: 100%;
	float: left;
	text-align: center;
	background-color: transparent;
}

.foot img{
	margin-top: 30px;
	width: 5%;
	background-image: transparent;
	background-color: transparent;
	float: right;
	margin-right: 21.7%;
	}