body {
	background-color: #fff;
	margin:0 auto;
}

.contenedor-marco{
	position:absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:600px;
	margin-left: -500px;
	margin-top: -300px;
}

.contenedor{
	background-color: #fff;
	width:1000px;
	height:600px;
}

img{
	border:none;
}

a{
	outline:none;
}
