.contenedor {
	position: absolute;
	top: 35%;
	left:50%;
	width: 1019px; /*El ancho de tu web*/
	height: 415px;
	margin-left:-509px; /*la mitad del ancho de tu web*/
	margin-top:-208px;

}
