<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
General CSS for the demos of DHTMLSuite
*/
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.8em;
}
.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}

#mainContainer{
	width:480px;
	height:150px;
	border:1px solid #C46AA9;
	}
	
	#tiracolorColumn{
	width:400px;
	float:left;
	margin-top: 20px;
	margin-left: 20px;
	}
hr.space {
  background: #fff;
  color: #fff;
}
	.flecha{
	width:200px;
	float:left;
	margin-top: 10px;
	padding-left: 200px;
	}
	#varaBlancaColumn{
	width:294px;
	border:1px solid #000;
	float:left;
	margin-top: 12px;
	height: 14px;
	margin-left: 20px;
	}	
	.resultados{
	width:150px;
	float:left;
	margin-top: 12px;
	margin-left: 300px;
	height: 30px;
	}	
	.dragableBox{
	width:147px;
	height:14px;
	background-color:#FFF;
	font-weight:bold;
	text-align:center;
	float: left;
	}
	.dragableBoxVerde{
	width:98px;
	height:14px;
	background-color:#FFF;
	font-weight:bold;
	text-align:center;
	float: left;
	}
	.dropBox{
	width:147px;
	border:0px solid #000;
	background-color:#FFF;
	height:14px;
	float: left;
	}	
	.dropBoxVerde{
	width:98px;
	border:0px solid #000;
	background-color:#FFF;
	height:14px;
	float: left;
	}	
	.dropBoxAmarilla{
	width:73px;
	border:0px solid #000;
	background-color:#FFF;
	height:14px;
	float: left;
	}	
	.dropBoxRojo{
	width:49px;
	border:0px solid #000;
	background-color:#FFF;
	height:14px;
	float: left;
	}	
	
	.tiras{
	width:100px;
	float: left;
	padding-left: 10px;
	}	
	.tirablanca{
	width:100px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;	
	
	}	
	
			
	.clear{
		clear:both;
	}
.ocultar {
	display: none;
	background-image: url(../../u_2/imagenes/bien.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 10px;
}

	img{
		border:0px;
	}

#tabla1
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#tabla1 td, #tabla1 th 
{
	font-size:1em;
	border:1px solid #E2EBED;
	padding:3px 7px 2px 7px;
	text-align:left;
}
#tabla1 th 
{
	font-size:1.1em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#E2EBED;
	color:#ffffff;
	
}
#tabla1 tr.alt td 
{
	color:#000000;
	background-color:#E2EBED;
	text-align:center;
	
}
#tabla2 td, #tabla2 th 
{
	font-size:1em;
	border:0px solid #E2EBED;
	padding:3px 7px 2px 7px;
	text-align:left;
}
</pre></body></html>