@charset "utf-8";
/* CSS Document */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin: 0px;
	height: 100%;
	text-align: center;
	}
	
#centrador {
	width: 1024px;
	margin: 0 auto 0 auto;
	text-align:left;
	}

#base {
	position: absolute;
    height: auto;
	align: left;
	width: 1024px;
	}