/*
 * 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.
 */

/***
 * Mapa Web
 */

/* Contenedor Mapa Web */
div.currentContentWebMapList:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.currentContentWebMapList {
	min-height: 0;
	height: auto !important;
	height: 1%;
	margin: 0 !important;
}

/* Contenidos Nivel 1 */
div.currentContentWebMapList ul.cmWebMapLevel1 {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

div.currentContentWebMapList li.cmWebMapLevel1 {
	padding: 0;
	margin: 1.5em 0 0 2%;
	list-style-type: none;
	width: 32%;
	display: block;
	float: left;
}

div.currentContentWebMapList li.cmWebMapLevel1 span.cmWebMapLevel1,
div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:link,
div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:visited {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding: .2em .6em;
	display: block;
	float: left;
	color: #fff;
}

.centrospublicos div.currentContentWebMapList li.cmWebMapLevel1 span.cmWebMapLevel1,
.centrospublicos div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:link,
.centrospublicos div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:visited{
	font-size: 1.1em;
}

div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:active,
div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:hover {
	text-decoration: underline;
}

div.currentContentWebMapList li.cmWebMapLevel1 .cmWebMapLevel1Header:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.currentContentWebMapList li.cmWebMapLevel1 .cmWebMapLevel1Header {
	min-height: 0;
	height: auto!important;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Contenidos Nivel 2 */
div.currentContentWebMapList ul.cmWebMapLevel2 {
	padding: 0.5em 1em 1.5em 0;
	margin: 0;
	list-style-type: none;
	background: #fff;
	clear: both;
}

div.currentContentWebMapList li.cmWebMapLevel2 {
	padding-left: 1.6em;
	margin: 0.6em 0;
	background: url('/imagenes/grupo/bullet13.png') no-repeat 0 2px;
}

div.currentContentWebMapList li.cmWebMapLevel2 span.cmWebMapLevel2 {
	color: #000;
	font-size: 1.1em;
}

div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:link,
div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:visited {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	padding-right: 1em;
	display: block;
}

.centrospublicos div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:link,
.centrospublicos div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:visited{
	font-weight:bold;	
}

div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:active,
div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:hover {
	text-decoration: underline;
}

div.currentContentWebMapList ul.cmWebMapLevel3 li.cmWebMapLevel3 {
	font-size: 1.3em;
}

div.currentContentWebMapList li.cmElementPosition_1,
div.currentContentWebMapList li.cmElementPosition_4,
div.currentContentWebMapList li.cmElementPosition_7,
div.currentContentWebMapList li.cmElementPosition_10,
div.currentContentWebMapList li.cmElementPosition_13,
div.currentContentWebMapList li.cmElementPosition_16,
div.currentContentWebMapList li.cmElementPosition_19 {
	clear: both;
	margin-left: 0;
}
