* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	background-image: url(img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#general {
	width: 980px;
	height: 646px;
	margin: auto;
}
h1.oculto {
	display: none;
}
p.oculto {
	display: none;
}

