@charset "utf-8";
#encabezado_hw {
	background-image:url(imagenes/encabezado_hw.png);
	margin: auto;
	height: 150px;
	width: 960px;
}
#cuerpo_hw {
	background-image:url(imagenes/diseno1_hw.png);
	margin: auto;
	height: 700px;
	width: 960px;
}
#pie_hw {
	background-image:url(imagenes/pie_hw.png);
	margin: auto;
	height: 100px;
	width: 960px;
}
