#corpo {
	left: 205px;
	top: 45px;
	width: 600px;
	position: absolute;
	height: 100%;
	visibility: visible;
	z-index:0;
}
#sx {
	left: 0px;
	top: 45px;
	width: 200px;
	position: absolute;
	height: 100%;
	visibility: visible;
/*	border: thin dotted #00FFFF;*/
} 

#dx {
	left: 800px;
	top: 45px;
	width: 200px;
	position: absolute;
	height: 100%;
	visibility: visible;
/*	border: thin dotted #0000FF;*/
} 
 

#corpolarge {
	left: 208px;
	top: 45px;
	width:850px;
	position: absolute;
	height: 100%;
	visibility: visible;
}
 #corpolargesx {
	left: 0px;
	top: 45px;
	width:850px;
	position: absolute;
	height: 100%;
	visibility: visible;
}
#full {
	left: 0px;
	top: 45px;
	width:100%;
	position: absolute;
	height: 100%;
	visibility: visible;
}
#top {
	height: 43px;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
