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

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


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

/* Cabecera principal y esquina superior izquierda */
th.heading-heading
{
  background-color : #4469A6;
  color : #FFFFFF;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #C9D5E9;
  border-right: 1px solid #294167;
  border-bottom: 1px solid #294167;
  border-left: 1px solid #C9D5E9;
  white-space: normal;
}

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

th.column-heading,
th.column-heading-even
{
	background-color : #6B8CC2;
  	color : #EBEBEB;
  	vertical-align: top;
    	white-space: wrap;
    	text-align:center;
	vertical-align: middle;
}

/* Cabeceras pares*/
th.column-heading-span, 
th.row-heading-odd,
th.column-heading-odd
{
	background-color : #BBCAE3;
    color : #375788;
    vertical-align: top;
    white-space: nowrap;
}


/* *********************** */
/* CELDAS                  */
/* *********************** */
td {
	background-color: #BBCAE3;
	color : #375788;
	text-align: right;
}

td.cell-even { background-color: #D3DEED;}
td.cell-odd { background-color: #F4F7FB;}

.unidad {
	text-align: right;
}
