@charset "utf-8";
#contenedor {
	margin: auto;
	height: 660px;
	width: 960px;
	background-color: #09F;
}
#encabezado {
	background-color: #0FF;
	height: 130px;
	width: 960px;
}
#botones {
	background-color: #9F3;
	height: 90px;
	width: 660px;
}
#botones {
	background-color: #6F3;
	margin: auto;
	float: left;
	height: 80px;
	width: 960px;
}
#informacion {
	background-color: #9F9;
	margin: auto;
	float: left;
	height: 400px;
	width: 480px;
}
#informacion1 {
	background-color: #OCF;
	margin: auto;
	float: right;
	height: 415px;
	width: 480px;
}
#info2 {
	background-color: #CC0;
	margin: auto;
	float: right;
	height: 400px;
}
