header, nav, hgroup, aricle, section, aside, footer {
	display: block;
}



body{
	background-image: url("../images/fondo.png");
	background-attachment: fixed;
	background-repeat: repeat;
	max-width: 980px;
	margin: auto;
}