/*/////////////////////////////////////// TOOLTIP /////////////////////////////////////////*/
#dhtmltooltip{
position: absolute;
left: -300px;
/*width: 150px;*/
border: 1px solid #b6bcc1;
padding: 5px;
background-color: #FFFFFF;
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=gray,direction=135);*/
}
#dhtmltooltip table {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#dhtmltooltip table td {
	padding: 2px;
	font-size: 10px;
		color: #003853;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#dhtmltooltip table td.datos {
	font-size: 11px;
	color: #828a93;
	text-align:left;
	padding-left: 4px;
}

#dhtmltooltip table th {
	font-size: 13px;
	color: #303438;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}