* {margin: 0px; padding: 0;}

body {background-color: #ffffff;}

	.contenido {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 960px;
		height: 600px;
		margin-top: -300px;
		margin-left: -480px;
	}
