*{
	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;
}

/* Misiones (General) */

h1 {
	text-align: center;
	background-color: transparent;
	font-family: Algerian;
	color: #4A4848;
}

.contenido{
	background-color: transparent;
}

.contenido img{
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 50px;
}

/* Informe */

.informe {
	width: 90%;
	margin-left: 5%;
	font-family: Algerian;
	float: left;
	background-color: gray;
	border: 4px solid;
}

.informe h2, .informe p, .informe h3, .informe a, .informe span, .informe li, .informe ul{
	color :#2D073C;
	background-color: transparent;
}

.informe h2{
	font-size: 5em;
	font-family: Algerian;
	float: left;
	background-color: transparent;
	margin-left: 10%;
	text-align: center;
}

.adorno {
	width: 10%;
	float: right;
	background-color: transparent;
	margin-right: 15%;
	margin-top: 50px;
}

.informe p {
	float: left;
	width: 50%;
	margin-left: 5%;
}

.lado {
	width: 35%;
	float: right;
	margin-right: 5%;
	margin-top: 40px;
}

.Izquierda{
	width: 40%;
	margin-left: 5%;
	float: left;
	
}

.Derecha{
	width: 40%;
	margin-left: 5%;
	float: left;
	background-color: transparent;
}




/* 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%;
	}