.pelicula {
	position: absolute;
	left: 140px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.anuncios {
	background-color: #103478;
	position: absolute;
	height: 100%;
	width: 140px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.swf {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.tabla {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	visibility: visible;
}
.body {
	margin: 0px;
	background-color: #A9B7A9;
}
