/* Style for level 0 (root) block - DIV */
.xxmtable0 {
	border: 0px outset RED;
	background: #FFFFFF;
}
/* Style for a block - DIV --> Borde de la tabla*/

.mtable {
	border: 0px #999999;
	background: #999999;
}

.mtable TD{
	white-space:nowrap;
}

/* Style for outer tag, mout (mouse out) state --> Fondo Normal */
.mouto {
  background-color:#FFFFFF;
  background-image:URL('./images/i_fondo_1.jpg');
  color:#06629D;
}

.mouto TD{
	white-space:nowrap;
}

/* Style for outer tag, mover (mouse over) state --> Mouse sobre */
.movero {
  background:URL('./images/i_fondo_2.jpg');
  text-decoration:none;
  color:#FFFFFF;
}

.movero TD{
	white-space:nowrap;
}

/* Style for outer tag, mdown (mouse down) state --> Al pinchar */
.mdowno {
  color:#FFFFFF;
  background:URL('./images/i_fondo_2.jpg');
  text-decoration:none;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
  font-family: Arial,Tahoma,  Verdana;
  font-weight:bold;
  font-size:11px;
  text-align:center;

}



/* Segundo Nivel*/


/* Style for level 0 (root) block - DIV */
.mtable1 {
  border: 0px outset #666666;
  background: #666666;
}

/* Style for outer tag, mout (mouse out) state --> Fondo Normal */
.mouto1 {
  background-color:#FFFFFF;
  background-image:URL('./images/i_fondo_1.jpg');
  color:#06629D;
  font-family: Arial,Tahoma,  Verdana;
  font-size:11px;
}

/* Style for outer tag, mover (mouse over) state --> Mouse sobre */
.movero1 {
  color:#FFFFFF;
  background:URL('./images/i_fondo_2.jpg');
  text-decoration:none;
  font-family: Arial,Tahoma,  Verdana;
  font-size:11px;
}

/* Style for outer tag, mdown (mouse down) state --> Al pinchar */
.mdowno1 {
  color:#FFFFFF;
  background:URL('./images/i_fondo_2.jpg');
  text-decoration:none;
  font-family: Arial,Tahoma,  Verdana;
  font-size:11px;
}

.seleccionado{
  margin-top:0px;
  height: 23px;
  padding-top:4px;
  margin-bottom:0px;
  text-decoration:none;
  background:URL('./images/i_fondo_2.jpg');
  color:#FFFFFF;
  text-align:center;
}



/* Style for level 0 (root) block - DIV */
.xxmtable0 {
	border: 0px outset RED;
	background: none;
}
/* Style for a block - DIV --> Borde de la tabla*/
.mtableInferior {
	border: none;
	background: none;

}
/* Style for outer tag, mout (mouse out) state --> Fondo Normal */
.moutoInferior {
  background:none;
}
/* Style for outer tag, mover (mouse over) state --> Mouse sobre */
.moveroInferior {
  color:#FFFFFF;
  background:none;
  text-decoration:Underline;
}
/* Style for outer tag, mdown (mouse down) state --> Al pinchar */
.mdownoInferior {
  background:none;
  text-decoration:Underline;
}
/* Style for inner tag, mover (mouse over) state */
.minnerInferior {
	font-family: Arial,Tahoma,  Verdana;
	font-weight:normal;
	font-size:11px;
  color:#FFFFFF;
  text-align:center;

}


/* Segundo Nivel*/


/* Style for level 0 (root) block - DIV */
.mtable1Inferior {
  border: solid 1px #666666;
  background: #E8E8E8;
  color:#990000;
}

/* Style for outer tag, mout (mouse out) state --> Fondo Normal */
.mouto1Inferior {
  background:#E8E8E8;
  color:#990000;  
}

/* Style for outer tag, mover (mouse over) state --> Mouse sobre */
.movero1Inferior {
  background:#E8E8E8;
  text-decoration:Underline;
  color:#FFFFFF;
}

/* Style for outer tag, mdown (mouse down) state --> Al pinchar */
.mdowno1Inferior {
  background:#E8E8E8;
  text-decoration:Underline;
  color:#990000;
}

/* Style for inner tag, mover (mouse over) state ESTILO DESDE EL SEGUNDO NIVEL*/
.minner1Inferior {
  font-family: Arial,Tahoma,  Verdana;
  font-size:10px;
  color:#990000;
  text-align:left;
}
