th.corner-heading{ background-color: #FFFFFF; border: 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-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;
}

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;
}


/* *********************** */
/* CELDAS                  */
/* *********************** */
td.cell-even, 
td.cell-odd
{
	color : #333333;
	text-align: right;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
}

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;
}
