/* CSS Document */

/* ******* MAPA WEB ******* */
div.menumap{
	white-space: nowrap;
	background-color:  #CCC8C0;
	width: 450px;
}
div.menumap a {
	color: #FFFFFF;
}
ul{
	list-style-type: none;
}

li {
	list-style-type: none;
	
}
ul.nivel1{}
li.nivel1{}
ul.nivel2{background-image:url(/apba/img/fondo_nivel2.gif); background-position:left;}
li.nivel2{background-image:url(/apba/img/fondo_nivel2.gif); background-position:left;}
ul.nivel3{background-image:url(/apba/img/fondo_nivel3.gif); background-position:left;}
li.nivel3{background-image:url(/apba/img/fondo_nivel3.gif); background-position:left;}

/* ***************************************************************************** */


/* Para los enlaces del primer nivel */
.MenuMapaWeb_LinkPrincipal{
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;
	color: #FFFFFF;
	height: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
}

.MenuMapaWeb_LinkPrincipal:hover{
	background-image:url(/apba/img/fondo_nivel1.gif); background-position:left;
}

/* Para los enlaces del segundo nivel */
.MenuMapaWeb_LinkPrincipal_2{
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;
	color: #FFFFFF;
	height: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
}

.MenuMapaWeb_LinkPrincipal_2:hover{
	background-image:url(img/fondo_nivel1_2i.gif); background-position:left;
}



/* Para los enlaces del tercer nivel */
.MenuMapaWeb_LinkSecundario{
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	text-transform: lowercase;
	color: #FFFFFF;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 42px;
	padding-right: 3px;
	display: block;
}

.MenuMapaWeb_LinkSecundario:hover{
	background:url(img/fondo_nivel2_i.gif) no-repeat left;
}

/* ******* MENÚ LATERAL ******* */

/* Para el color de fondo de la tabla o la capa */
.ColorFondo{background-color: #C2BBB1;}
/* Para la celda del Titulo de los menús */
.MenuLateral_titulo {
	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #555656;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 24px;
	background: #CCC8C0 url(/apba/img/fondo_tit.gif) no-repeat left top;
	width: 163px;
}

/* Opciones principales */
	.MenuLateral_Principal,
	.MenuLateral_Principal_ON{
		background-color: #CCC8C0;
		width: 163px;
		font-family: Tahoma;
		font-size: 9px;
		font-style: normal;
		font-weight: bold;
		text-decoration: none;	
		text-transform: uppercase;
		color: #FFFFFF;
		height: 100%;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 24px;
	}
	
	.MenuLateral_Principal:hover,
	.MenuLateral_Principal_ON {
		background-color: #C2BBB1;
	}

/* Para la celda de las opciones principales ACTIVADAS */
	.MenuLateral_Principal_ON{
	}

/* Opciones secundarias */
.MenuLateral_Secundario,
.MenuLateral_Secundario_ON{
	margin-left: 32px;
	margin-right: 6px;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	text-transform: lowercase;
	color: #FFFFFF;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 3px;
	display: block;
}

.MenuLateral_Secundario:hover{
	background-color: #A4998A;
}

/* Para la celda de las opciones secundarias ACTIVADAS */
.MenuLateral_Secundario_ON{
	background: #A4998A url(/apba/img/menusec_flecha.gif) no-repeat 135px center;
}

