body {
	margin: 0px;
	background: black;
	color: white;
}

#capa0 {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 720px;
	border: 0px;
	z-index: 3;
}

#capa1 {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	visibility: hidden;
	z-index: 2;
}

#capa2 {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	visibility: hidden;
	z-index: 1;
}

#capa3 {
	position: absolute;
	top: 455px;
	height: 15px;
	left: 30px;
	width: 660px;
	border: solid 2px white;
	background: black;
	visibility: hidden;
	z-index: 5;
}

#barra {
	background: #999999;
	height: 15px;
	width: 450px;
}
