@charset "UTF-8";
/* CSS Document */

table { border-collapse: collapse; 
		font: 11px Arial, Helvetica, sans-serif;
		color: #003366;
		line-height:16px;
		text-align:left;
		letter-spacing:.1em;
		text-decoration: none;
		margin-left:5px;
		margin-right:10px;
		width:385px;
		top:auto;
}

table caption {font-weight:bold;}
table th { padding: 2px;  padding-left:5px; border: 1px #999999 solid; font-weight:bold;  height:10px;} /*Descripción Columna */
table thead { background:#FF9 font-weight:bold; color:#000000; height:10px;}
table thead tr td {font-weight:bold;}
table tfoot { background:#FFC; font-weight:bold; color:#000000; height:10px;}
table td { padding: 2px;  padding-left:5px; border:1px #999999 solid; text-align:left;  height:10px;}

table tr.hilight  { background:#AABFFF; height:10px;}
table tr.hilightHG  { background:#FFFFCC; height:10px;}

