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