TABLE {
	align: center;
	border: 0;
	background-position: center;
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: 0px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	WIDTH: auto;
	BORDER-BOTTOM: 0px;
	empty-cells: show
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size :xx-small;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  WIDTH: auto; 
  border: 1px solid #EEEEEE;
  
  
}
td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size :xx-small;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  WIDTH: auto;
  
}

.notas TABLE {
	align: center;

   	cellspacing=1px;
   	cellpadding=1px;
	background-position: center;
	VERTICAL-ALIGN: top;
	BORDER: 0px;
	WIDTH: auto;
	empty-cells: show;
	background-color: #EAEAEA;
	margin:5px 0px 5px 15px;
}

.notas th {
	font-weight: normal;
	border: none;
	background-color: #F4F4F4;
	text-align: center;
	FONT: 75% "Microsoft sans serif",Arial,Helvetica,sans-serif;
	font-size: xx-small;
	color: #737373;
}

.notas td {
	FONT: 75% "Microsoft sans serif",Arial,Helvetica,sans-serif;
	color: #737373;
	font-weight: normal;
	background-color: #FBFBFB;
	text-align: right;
	font-size: xx-small;
}
caption {text-align:center;}

th.corner-heading { 
	background-color: #FFFFFF;
	border-style:none;
}

/* Cabecera principal y esquina superior izquierda */
th.heading-heading
{
	background-color : #E9F5DC;
	color : #333333;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	padding: 1px;
	font-size: 0.60em;
	font-weight: bold;
}

/* Cabeceras impares*/
th.row-heading-span
{
	background-color : #EBECE8;
	color : #000000;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}

th.row-heading-odd,
th.row-heading-even
{
	color : #6B6B6B;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	width:	auto;
	font-size: 0.60em;
}

th.row-heading-even { background-color : #E6E6E6;}
th.row-heading-odd  { background-color : #F8F8F8;}

th.column-heading,
th.column-heading-even
{
	background-color : #F8F8F8;
	color : #333333;
	white-space: wrap;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
}

/* Cabeceras pares*/


th.column-heading-odd
{
	background-color : #E6E6E6;
	color : #000000;
	white-space: wrap;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
}

th.column-heading-span
{
	background-color : #E4E2F1;
	white-space: wrap;
	text-align:center;
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	background-image: url(../img/table/heading2.gif);
}


/* *********************** */
/* CELDAS                  */
/* *********************** */
td.cell-even, 
td.cell-odd
{
	color : #333333;
	text-align: right;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
	width:	auto;
	font-size: 0.6em;
}

td.cell-even { background-color: #F5F5F5;}
td.cell-odd { background-color: #FFFFFF;}

.unidad {
	text-align: right;
}

.depth_0 td {
	text-align: right;
	background-color : #F4F4F4;
	color: #000000;
}
.depth_1 td {
	text-align: right;
	background-color : #FCFCFC;
	color: #333333;
}
.depth_2 td { text-align: right; background-color : #FFFFFF;}
.depth_3 td { text-align: right; background-color : #FFFFFF; }
.depth_4 td { text-align: right; background-color : #FFFFFF;}
.depth_5 td { text-align: right; background-color : #FFFFFF;}
.depth_6 td { text-align: right; background-color : #FFFFFF;}

.depth_0 th {
	text-align: left;
	background-color : #EAEAEA;
	color: #000000;
}
.depth_1 th {
	text-align: left;
	background-color : #F4F4F4;
	color: #333333;
}
.depth_2 th {
	text-align: left;
	background-color : #F8F8F8;
	color: #666666;
}
.depth_3 th {
	text-align: left;
	background-color : #FFFFFF;
	color: #666666;
}
.depth_4 th { text-align: left; background-color : #FFFFFF;
	font-weight: normal;
	color: #666666;
}

.depth_5 th { text-align: left; background-color : #FFFFFF; 	font-weight: normal;
	color: #666666;
}

.depth_6 th { text-align: left; background-color : #FFFFFF; 	font-weight: normal;
	color: #666666;
}

