*{
	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 */
h1{
	background-color: transparent;
	font-family: Algerian;
}

fieldset {
	width: 90%;
	margin-left: 5%;
}

form{
	font-family: Castellar;
	text-align: center;
}

.Denunciante {
	width: 50%;
	float: left;
}

.Denunciado {
	width: 50%;
	float: left;
}

textarea{
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

.Fondo {
	margin-left: 5%;
	margin-right: 10%;
}

.Fondo1 {
	margin-left: 15%;
}

/* 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%;
	}