/* *********************** */
/* TABLA                   */
/* *********************** */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	align: center;
	border: 0;
    	cellspacing=2;
    	cellpadding=2;
	background-position: center;
}

/* *********************** */
/* CABECERAS               */
/* *********************** */
th {
	color: #FFFFFF;
	text-align: left;
}


th.corner-heading{ background-color : none; }

/* Cabecera principal y esquina superior izquierda */
th.heading-heading
{
	background-color : #52A400;
	color : #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	border: none;
	padding: 3px;
}

/* Cabeceras impares*/
th.row-heading-span,
th.row-heading-even
{
	background-color : #63C600;
	color : #FFFEFB;
	vertical-align: top;
	white-space: nowrap;
}

th.column-heading,
th.column-heading-even
{
	background-color : #E4E6CE;
  	color : #3C7700;
   	white-space: wrap;
   	text-align:center;
	vertical-align: middle;
}

/* Cabeceras pares*/
th.row-heading-odd,
th.column-heading-odd
{
	background-color : #EBEDDC;
    color : #3C7700;
   	white-space: wrap;
   	text-align:center;
	vertical-align: middle;
}

th.column-heading-span
{
	background-color : #E4E6CE;
    color : #3C7700;
   	white-space: wrap;
   	text-align:center;
	vertical-align: middle;
}


/* *********************** */
/* CELDAS                  */
/* *********************** */
td {
	color : #2B5500;
	text-align: right;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
}

td.cell-even { background-color: #EBECE8;}
td.cell-odd { background-color: #FBFBF7;}

.unidad {
	text-align: right;
}

.depth_0 td {
	text-align: right;
	font-size: 1.05em;
	background-color : #EBECE8;
	color: #2B5500;
}
.depth_1 td {
	text-align: right;
	font-size: 1em;
	background-color : #F0F0EE;
	color: #356A00;
}
.depth_2 td { text-align: right; font-size: 0.95em; background-color : #F5F5F3;}
.depth_3 td { text-align: right; font-size: 0.9em; background-color : #FAFAFA; }
.depth_4 td { text-align: right; font-size: 0.85em; background-color : #FFFFFF;}
.depth_5 td { text-align: right; font-size: 0.85em; background-color : #FFFFFF;}
.depth_6 td { text-align: right; font-size: 0.85em; background-color : #FFFFFF;}

.depth_0 th {
	text-align: left;
	font-size: 1.05em;
	background-color : #E4E6CE;
	color: #3C7700;
}
.depth_1 th {
	text-align: left;
	font-size: 1em;
	background-color : #E9EAD5;
	color: #3C7700;
}
.depth_2 th {
	text-align: left;
	font-size: 0.95em;
	background-color : #ECEDDC;
	color: #3C7700;
}
.depth_3 th {
	text-align: left;
	font-size: 0.9em;
	background-color : #EFF0E3;
	font-weight: normal;
	color: #3C7700;
}
.depth_4 th { text-align: left; font-size: 0.85em; background-color : #F4F4EA;
	font-weight: normal;
	color: #3C7700;
}

.depth_5 th { text-align: left; font-size: 0.85em; background-color : #F8F8F1; 	font-weight: normal;
	color: #3C7700;
}

.depth_6 th { text-align: left; font-size: 0.85em; background-color : #FCFCF8; 	font-weight: normal;
	color: #3C7700;
}

