
header{
	height: 3%;
	
	text-align: center;
	text-shadow: 4px 4px 27px rgba(0, 255, 0, 1);
}

nav{
	background-color: red;
	height: 8%;
	text-align: center;
	word-spacing: 5cm;

	
}

section{
	background-color: #2D7D8A;
	width: 80%;
	height: 67%;
	float: left;
	margin-top: 1%;
}

article{
	background-color: #ffcc99;
	margin: 1%;
	height: 80%;
}


aside{
	background-color: #999999;
	text-align: justify;
	color: black;
	width: 19%;
	height: 67%;
	float: right;
	margin-top: 1%;
	margin-bottom: 1%;
}

footer{
	background-color: green;
	clear: both;
	text-align: center;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:400px;
}
input, textarea {
    width:380px;
    height:38px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}