*{
	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 */

/* Aside */
.aside{
	width: 10%;
	margin-left: 9%;
	text-align: center;
	position: fixed;
	z-index: 9;
	right: 0;
	top: 240px;
	border-bottom: 4px solid;
	border-left: 4px solid;
	border-top: 4px solid;
	border-color: white;
	border-radius: 5px;
}

.aside a img{
	width: 25%;
	margin-right: 5%;
	background-color: transparent;
}


.aside a{
	text-decoration: none;
	display: inline-block;
	border-bottom: 2px solid;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #4A4848;
}

.aside a:hover{
	background-color: #262525;
}

.cuerpo {
	margin-left: 6%;
	width: 75%;
	float: left;
}

/* Documentos */



/* Footer */

.foot {
	margin-top: 50px;
	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-color: transparent;
	float: right;
	margin-right: 21.7%;
	}