@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/fondo_completo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #2A0200;
	overflow: hidden;
}
#contenedor_creditos {
	height: 700px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
}
