@charset "utf-8";
.Encabezado {
	background-image: url(3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Cuerpo {
	background-image: url(2.png);
	background-repeat: repeat-y;
	background-position: center;
}
.Pie {
	background-image: url(1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.Superior {
	background-image: url(A.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.Centro {
	background-image: url(B.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.Inferior {
	background-image: url(C.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.TAB_1 {
	background-image: url(Tabla_1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.TAB_2 {
	background-image: url(Tabla_2.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.TAB_3 {
	background-image: url(Tabla_3.png);
	background-repeat: no-repeat;
	background-position: center top;
}
