EJEMPLO DIV RELATIVO
position: relative
top: 50px
left: 50px
EJEMPLO DIV A y B STATIC
DIV A
position: static
DIV B
position: static
EJEMPLO DIV A RELATIVO y B ABSOLUTO
DIV A
position: relative
DIV B
position: absolute
top: 150px
left: 100px
EJEMPLO DIV FIJO
position: fixed