*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background: #fff;
}

#contenedor{
	width: 1000px;
	margin: auto;
	position: relative;
	
}

#screenshot{
	position: absolute;
	width: 1000px;
	height: 945px;
	background: url(../screenshot.png) no-repeat;
	z-index: 10;
	
}

#mega{
	position: absolute;
	right: 8px;
	top: 17px;
	z-index: 20;
}

#roba{
	position: absolute;
	right: 8px;
	top: 127px;
	z-index: 30;
}
#expanded{
	position: absolute;
	top: -1px;
	left: -3px; 
	width: 1000px;
	height: 945px;
}

#cierre{
	position: absolute;
	right: 15px;
	top: 254px;
	width: 300px;
	height: 350px;
	background: url(../cierre.png) no-repeat;
	display: none;
	
}