body {
	margin: 0 auto;
	background-color: #000000;
	font-size: 100%;
	font-family: arial;
	color: #fff;
	}
p {
	padding: 0px;
	}
A:link,
A:active,
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	}
/***/
.contenedor_general {
	z-index:1;
	float:none;
	margin:0 auto;
	width:800px;
	background-image: url(../ima/bkg.png);
	}
.encabezado{
	float:left;
	top: 0px;
	width: 800px;
	height: 130px;
	}
.menu {
	float:left;
	width: 175px;
	height: 470px;
		}
.contenido {
	float:left;
	left: 50%;
	width: 620px;
	height: 465px;
	text-align: left;
	}

.scroll-panel {
	position: relative;
	width: 620px;
	height: 465px;
	overflow: auto;
	float: left;
	}

/* scroll */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffffff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #008a9f;
	cursor: pointer;
	overflow: hidden;
}
#swf-container {width:620px; outline:0;}
