@charset "utf-8";
/* CSS Document */

#contenedor {
	background-color: #0F0;
	height: 800px;
	width: 960px;
	margin: auto;
}
#informacion {
	height: 700px;
	width: 960px;
	background-color: #0C9;
}
