*{margin: 0; padding:0;}

body{
	background: #000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0 auto;
}

#wrapper{
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	background: url('../images/base/bkg.png');
}

#contenedor{
	margin: 0 auto;
	text-align: center;
}

/* */


#home{
	width: 145px;
	height: 50px;
	background:transparent;
	top: 20px;
	position: absolute;
	margin:0 0 0 853px;
	z-index: 2;
	cursor: pointer;
}

#siguiente{
	width: 84px;
	height: 66px;
	background: url('../images/base/siguiente.png');
	cursor: pointer;
	position: absolute;
	top: 640px;
	margin: 0 0 0 830px;
	z-index: 2;
}


