@charset "utf-8";
#contenedor {
	background-color: #CF0;
	height: 768px;
	width: 960px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#encabezado {
	height: 100px;
	width: 960px;
	background-color: #FC0;
	margin: auto;
}
#informacion {
	height: 650px;
	width: 960px;
	background-color: #009;
}
