/* Reseteamos los estilos de margin y padding */
{
margin: 0;
padding: 0;
}
/* Le dice al navegador que dibuje los elementos de HTML 5 como block */
header, footer, aside, nav, article {
display: block;
}
body {
	background-color: #CCC
}
section, aside{
	background-color: #CCC;
	width: 100%;
	font-weight: bold;
text-align: justify;
}
header{
background: url("") no-repeat 10px 10px,
url("imagenes/encabezado.png");
height: 200px;
}
h1{
margin-left:150px;
}
aside{
	background-color: #CCC;
	width: 100%;
	font-weight: bold;
text-align: justify;
}
article{
	background-color: #CCC;
	width: 100%;
	font-weight: bold;
text-align: justify;
}
section{
	background-color: #CCC;
	width: 100%;
	font-weight: bold;
text-align: justify;
}
footer{
	background-color: #CCC;
	width: 100%;
	font-weight: bold;
text-align: center;
}