<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	CSS Format impressiÃ³ del rollup */

	.www_Area_Rollup{
		width:100%;
		display:flex;
  		justify-content:center;
  		align-items:center;
		background-repeat:no-repeat;
		background-size:100%;
		}
		.area_Rollup{
			position:relative;
			float:left;
			height:auto;
			display:flex;
			justify-content:center;
			align-items:top;
			}</pre></body></html>