body {
	background-color: #fff;
	scroll: no;
}

#general{
	position: absolute;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	top: 25%;
	left: 50%;
}

#centrado {
	position: absolute;
	width: 800px;
	height: 600px;
	/*margin: 0 auto;*/
	padding: 0;
	border: 0px solid #999;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	vertical-align: top;
	top: 1px;
	left: -400px;
	background-color: #ddd;
	background: url(sombra-810.png) no-repeat bottom right !important;
	background: url(sombra-810.gif) no-repeat bottom right;
	margin: -200px -400px 0 10px !important;
	margin: -200px -400px 0 5px;
}

#dentro{
	display: block;
	position: relative;
	width: 800px;
	height: 600px;
	background-color: #fff;
	border: 0px solid #666;
	margin: -3px 8px 8px -3px;
	padding: 2px;
}

#contenido {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 0px;
	left: 52px;
	margin: 0 auto;
	padding: 7px;
	background-color: transparent;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	color: #230004;
	text-align: justify;
	scrollbar-arrow-color: #eee;
	scrollbar-base-color: #ccc;
	scrollbar-dark-shadow-color: #ccc;
	scrollbar-track-color: #eee;
	scrollbar-face-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-highlight-color: #ccc;
	border: 0px solid #999;
	line-height: 13.5pt;
}

