/*
 * 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 */
.currentContentWebMapList ul.cmCategorizer li.cmCategorizer ul.cmContentList{
	padding-top:0;
}

.currentContentWebMapList ul.cmCategorizer li.cmCategorizer span.cmCategorizerName{
	background: #5E5E5E;
	color:#fff;
	padding:0.3em 0.5em;
	display: inline-block;
}

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: 23%;
	display: block;
	float: left;
}

.currentContentWebMapList .cmCategorizerName, 
.currentContentWebMapList .cmCategorizerName a,
.currentContentWebMapList ul.cmWebMapLevel1 li.cmWebMapLevel1 a.cmWebMapLevel1,
.currentContentWebMapList ul.cmWebMapLevel1 li.cmWebMapLevel1 span.cmWebMapLevel1 {
	list-style: none;
	margin: 0 2px 0 0;
	padding: 1px 6px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #00a3aa;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #007670;
	border-bottom: none;
}

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

.centrospublicos div.currentContentWebMapList li.cmWebMapLevel1 span.cmWebMapLevel1,
.centrospublicos div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:link,
.centrospublicos div.currentContentWebMapList li.cmWebMapLevel1 a.cmWebMapLevel1:visited{
}

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: 1px solid #007670;
}

/* 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.2em;
	margin: 0.6em 0;
	background: url(../imagenes/larioja/bullet2.png) no-repeat 0 .45em;
}

div.currentContentWebMapList li.cmWebMapLevel2 span.cmWebMapLevel2 {
	color: #000;
}

div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:link,
div.currentContentWebMapList li.cmWebMapLevel2 a.cmWebMapLevel2:visited {
	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 li.cmElementPosition_1,
div.currentContentWebMapList li.cmElementPosition_5,
div.currentContentWebMapList li.cmElementPosition_9,
div.currentContentWebMapList li.cmElementPosition_13,
div.currentContentWebMapList li.cmElementPosition_17,
div.currentContentWebMapList li.cmElementPosition_21,
div.currentContentWebMapList li.cmElementPosition_25,
div.currentContentWebMapList li.cmElementPosition_29,
div.currentContentWebMapList li.cmElementPosition_33,
div.currentContentWebMapList li.cmElementPosition_37 {
	clear: both;
	margin-left: 0;
}