.sup {
	position: relative;
	height: 111px;
	width: 928px;
	background-image: url(../img/sup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.seccion {
	position: relative;
	height: 42px;
	width: 928px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(../img/seccion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu {
	position: relative;
	height: 34px;
	width: 928px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.central {
	background-image: url(../img/central.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 339px;
	width: 928px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.inferior {
	position: relative;
	height: 38px;
	width: 928px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-image: url(../img/inf.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

