#cuerpo {
	width: 900px;
	margin: auto;
	height: 600px;
}
#cuerpo .left {
	float: left;
	height: 420px;
	width: 70px;
}
#cuerpo .right {
	float: right;
	height: 420px;
	width: 70px;
}
#cuerpo .center {
	float: left;
	height: 420px;
	width: 760px;
}
#cuerpo .center .tope {
	height: 10px;
	width: 760px;
}
#cuerpo .center .pie {
	height: 10px;
	width: 760px;
}
#cuerpo .center .flash {
	height: 400px;
	width: 760px;
}
#tabla {
	height: 100%;
	width: 100%;
}
