/**
 * Hoja de estilo que guarda la definición de aspecto para los distintos
 * elementos que forman parte del mapa Web.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since Proxia Portal Server 5.5
 * @copy  2009
 */

/** Primer nivel del mapa Web **/
UL.cmWebMapLevel1  {
	margin:1em 0 0;
	padding:0;
	list-style:none;
}

LI.cmWebMapLevel1 {
	float:left;
	width:34%;
	margin-right:12%;
}

li.cmOddElement {
	margin-right:8%;
	margin-left:12%;
}

LI.cmWebMapLevel1 span.cmWebMapLevel1,
LI.cmWebMapLevel1 a.cmWebMapLevel1{
	color:#FFF;
	background-image: url("/imagenes/contenidos/bullet6.gif");
	background-position: 0.4em 0.3em;
	background-repeat: no-repeat;
	background-color:#4E884E;
	padding:0.1em 0.4em 0.1em 1.6em;
	display:block;
	font-weight:bold;
}

/**
 * Estilo por defecto de los elementos de segundo nivel en el mapa web
 * Es genérico, no se particularizará para los distintos contenedores.
 */
UL.cmWebMapLevel2  {
	margin:0 0 0 1.5em;
	padding:0;
	list-style:none;
}

UL.cmWebMapLevel2 li.cmWebMapLevel2{
	background: url(/imagenes/contenidos/bullet7.gif) no-repeat 0em 0.6em;
	padding:0.2em 0 0.2em 0.8em;
	font-weight:bold;
}
