@charset "utf-8";
/* CSS Document */
body{
	background-color: #333;
	color:white;
	}
aside,header,nav,section#contenedor,section#contenido, footer{
	border-radius: .5em;
	background-color: #666;
	margin: .3em auto;
	padding: .3em;
	text-align: center;
	width: 95%;
}
aside,section#contenido{
	display:inline-block;
	background-color: #999;
	min-height: 200px;
	vertical-align: top;
	width: 45%;
	}
aside{
	width: 30%;
}
footer{
	font-size: .7em;
}
header{
	font-size: 2em;
}