#overall {
	overflow: hidden;
	position: absolute;
	z-index: 500;
}
.jspCapBottom{
	height: 0px;
}
.jspDrag{
	height: 0px;
}

.paint{
	pointer-events: none;
}

/*#header,
hr,
#bottombar {
	position:relative;
	z-index: 5000;
}*/

.targets,.rows{
	border:2px solid transparent;

}
.aspa{
	position:absolute;
	z-index:999;
	width:25px;
	height:21px;
	padding-top: 4px;
	border-radius:15px;
	-ms-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	background-color:#323332;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#preload {
	height: 0;
	overflow: hidden;
}
#intro_title {
	font-size: 16px;
}
#center {
	z-index: 9999;
}
#canvas{
	z-index: 5000;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	pointer-events:none;
}
#intro_title,#intro_text{
	margin: 10px 50px 0px 30px;
}
#intro_text p {
	margin-top: 0px !important;
}
.item,  .item2 {
	color:#ffffff;
	font-size:14px;
	font-family:Arial;
	padding: 5px;
	margin-top: 5px;
	width: 270px;
	background-color: #48a9da;
	border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
.target,  .target2 {
color:#48a9da;
	font-size:14px;
	font-family:Arial;
	padding: 5px 5px 5px 15px;
	margin-top: 5px;
	position: relative;
	width: 303px;
	border:1px solid #cccccc;
	background-color: #daeaf2;
	border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

.line {
	position: absolute;
	z-index: 1;
	stroke-width: 4px;
	stroke: #7ACBED;
}
.row {
	cursor: pointer;
}
.jspVerticalBar{
	z-index: 6000;
}
.jspPane{
	max-width: 1024px;
}
/*#header{
	padding-right:60px;
}*/

#visor{
	max-width: 1024px;
	overflow-x: hidden;
}
#visor_content{
	margin-left:0px;
	margin-bottom:10px;
}
#colizquierda {
	margin-right: 80px;
	padding-bottom:5px;
	width: 270px;
	float: left;
	margin-bottom: 60px;
}
#colderecha {
	right: 50px;
	margin-right:30px;
	float: right;
	padding-bottom:5px;
	position:relative;
}
.targets{
	z-index: 0;
}
#colizquierda {
	margin-right: 80px;
	width: 270px;
	float: left;
	position:relative;
	margin-left: 30px;
}
#center {
	z-index: 10000;
}