html{font-size:1rem}
.posicionador{max-width:105rem;width:100%;margin:0 auto;position:relative;height:100%;}

.izquierda{background: #fff;z-index:2;position:fixed;width:15.625rem;left: calc( (100% - 105rem) / 2);;top:0;bottom:0;
	box-shadow: 0.0625rem 0.0625rem 0.1875rem 0.0625rem rgba(0,0,0,0.12);
}
.posicionador:after{position:fixed;content:" ";display:block;
width:4px;top:0;bottom:0;right:calc((100% - 105rem) / 2 - 4px);
background:transparent url(../img/sombra_derecha.png) repeat-y;
}
