@charset "iso-8859-1";

#containerCENTRO
{
	position: absolute;
                left: 50%;
                top: 50%;
                width: 750px;
                height: 450px;
                margin-top: -225px;
                margin-left: -375px;
				overflow: auto;
}

