/*
* jQuery.mb.components: jquery.mb.menu
* © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab
*
*/

tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

.jmenu{
  display:none;
}
.mbmenu{
  display:none;
}
.rootVoices{
  /*background-color:#fff; Color de fondo que despliega el menu*/
  border-collapse: separate;
  border-spacing: 0;
}
#wrapper{
  width:735px;
  height:0px;
  position: absolute;
}
#wrapper2{
  height:0px;
  position: relative;
  top: -12px;
}
/* boton que despliega menu inactivo*/
.rootVoices td.rootVoice {
  /*-------------------------------------------------------
  background-image:url("http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/images/10_04-menu_off.jpg");
  background-color: #f5f1e8;		
  color: #544049;
  ---------------------------------------------------------*/
  background-color: #cccccc;
  color: #000000;
  vertical-align:middle;
  width:auto;
  font-family:Arial,Helvetica,sans-serif;
  /*text-shadow:#fff 1px 1px 1px;  */
  font-size:14px;
  line-height:18px;
  cursor: default;
  border: 0px;
  height: 20px;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: top;
  padding-right: 10px;
  /*-moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;*/
}

/* boton que despliega menu activo*/
.rootVoices td.rootVoice.selected{
  /*-------------------------------------------------------
  background-image:url("http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/images/10_04-menu_on.jpg");
  background-color:#c9c0b0;
  color:#544049;
  ---------------------------------------------------------*/
  background-color:#aaaaaa;
  color:#000000;
  padding:4px;
  width:auto;
  height: 20px;
  cursor: default;
  font-size:14px;
  border: none;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 10px;
 /* text-shadow:#660033 1px 1px 1px;*/
  /*-moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;*/
  
  /*-moz-border-radius:8px 8px 0 0px;
  -webkit-border-top-right-radius:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;*/

}
.rootVoices td.rootVoice.disabled.selected{
  background:#999;
  color:#666;
  text-shadow:#ddd 1px 1px 1px;
}

/* menu vertical*/
.rootVoices.vertical {
  width:225px;
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: 2px;
  border-collapse: separate;
  border-spacing: 0;
}

.rootVoices.vertical td.rootVoice{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight:bold;
  position:relative;
  height: 20px;
  width:225px;
  
 	-moz-border-radius:8px;
	-webkit-border-radius:8px;
			   
	-moz-box-shadow:#999 2px 2px 10px;
	-webkit-box-shadow:#999 2px 2px 10px;
	 box-shadow:2px 2px 6px #999;
}

/* estilo general de el desplegable del menu */
.menuContainer{
/*-------------------------------------------------------
  background-color:#f7f5f2;
  background-image:none;
---------------------------------------------------------*/
  background-color:#cccccc;
/*overflow:hidden;*/
  position:absolute;
  /*border-top:0px;*/
  padding:0px;
  -moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;
  box-shadow:#999 2px 2px 10px;
  max-height: 355px;
  overflow-y: auto;
  overflow-x: hidden;
  /*-moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;*/
}

/* el estilo a partir del segundo nivel del menú*/
.menuDiv .menuDiv{
margin-left: 5px;
}

/* estilo de el primer submenu desplegable del menu */
.menuContainer.submenuContainer{
  border-top:none!important;
  max-height: 320px;
}

/*cuando hay un enlace deshabilitado*/
.menuContainer.disabled{
  -moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;
  border-top:5px solid #999;
  background-color:gray; 
}

/*estilo de fondo de cada enlace*/
.menuContainer .line{
  background-color:transparent;
  width:100%;
}

/*estilo de fondo de cada enlace titulo*/
.menuContainer .line.title {
  background-color:black;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
/*border-bottom:1px solid black;*/
}

.menuContainer.disabled .line.title {
  background-color:#999;
}
/*texto de los titulos*/
.menuContainer .line.title a{
  font-size:12px;
  color:#ccc;
}
.menuContainer.disabled .line.title a{
  font-size:12px;
  color:#666;
  /*text-shadow:#999 1px 1px 1px;*/
}
.menuContainer td{
  text-align: left;
  height: 25px;
}
/*texto de los enlaces*/
.menuContainer td a{
  display: block;
  width: 100%;
  padding-right:20px;
  text-decoration:none;
  padding-top:6px;
  padding-bottom:6px;
  /*-------------------------------------------------------
  color:#544049;
  ---------------------------------------------------------*/
  color:#000000;
  position: relative;
  /*text-shadow:#666 1px 1px 1px;*/
}
/*estilo del td de cada linea de enlace*/
.menuContainer td.voice{
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}
/*estilo del separador*/
.menuContainer .separator{
  background-color:#999;
  height:1px;
  padding:0;
  margin:0;
  display:table;
  width: 20px;
}
/*estilo del contenedor de la imagen de cada linea de enlace*/
.menuContainer td.img{
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
  font-size:12px;
  color: #c3c3c3;
  background-color:transparent;
  /*width:24px;*/
  padding:5px;
  padding-bottom:2px;
  padding-top: 5px;
  width:20px;
}
/*estilo de la imagen de cada linea de enlace*/
.menuContainer td.img img{
  width:20px;
  background-color: transparent;
}

.menuContainer .textBox{
  padding: 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color: #c3c3c3;
}
/*estilo de cada linea del contenedor del menu activo*/
.menuContainer .selected td{
  /*-------------------------------------------------------
  background-color:#ecebe6;
  background-image:url("http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/images/10_04-submenu_on.jpg");
  ---------------------------------------------------------*/
  background-color:#aaaaaa;
}
/*estilo de enlace del menu activo*/
.menuContainer .selected td a{
	background-color:transparent;
  /*-------------------------------------------------------
  color:#544049;
  ---------------------------------------------------------*/
  color:#000000;
  /*text-shadow:#fff 2px 2px 1px;*/
  
}
/* estilos cuando hay un enlace deshabilitado */
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#555;
  text-shadow:#999 1px 1px 1px;
}
/*estilo de los enlaces que tienen subenlaces*/
.menuContainer .subMenuOpener{
  background-image:url("http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/flecha_negra.png");
  background-repeat:no-repeat;
  background-position:right;
  margin-right: 12px;
  position: relative;
  min-width: 145px;
}
/*estilo de los enlaces activos que tienen subenlaces*/
.menuContainer .selected .subMenuOpener{
  background-image:url("http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/flecha_negra.png");
  background-repeat:no-repeat;
  background-position:right;
  margin-right: 12px;
  position: relative;
  min-width: 145px;
}
