#dhtmltooltip {
position: absolute;
left: -300px;
width: 250px;
border: 1px solid black;
padding: 12px;
font-family:  Verdana;
font-size:13px;
line-height: 120%;
color:#ffffcc;
background-color: #131313;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ff6600,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
caption {
	padding: 10px;
	font-family: arial;
	font-size: 1.8em;
	font-weight: bold;
	color: Yellow;
}
table, td, th{
border: 1px solid #343434; 
border-collapse: collapse; 
padding:6px;
font-size:1.2em;
line-height: 120%;
}
table a {
color:#c5c5c5;
text-decoration:none;
}
.cambia {
background-color:#1b1b1b;
}
.boxuno {
	float: left;
	text-align: left;
	 line-height: 90%;
	width: 170px !important;
	width: 170px;
	height: auto !important; /*375px*/
	height: auto;/*
	max-height: 375px;*/
	overflow: auto;
	padding: 12px;
	margin-left: 2px;
	background-color: #000000;
	background-image: url(../img/bg_box1.gif);
	background-position: right;
	background-repeat: repeat-y;
	direction: rtl;
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: #80FFFF;
	scrollbar-face-color: #0d1d3c;
	scrollbar-highlight-color: rgb(50,0,1);
	scrollbar-shadow-color: rgb(112,22,21);
	scrollbar-track-color: #353535;
}
.boxuno a {
	 color: White;
	
		font-size: 0.80em;
		text-decoration: none;
	}
.boxuno a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.boxuno img {
	  float: left;
	  margin-top: 5px;
	  border:0;
	  }