/* compatible_utf8:0 */
/*
	 Sitemap Example
	 by Chris Coyier
	 http://css-tricks.com
*/

/*/////////////////// MAPA WEB ///////////////////*/
#mapaWeb {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

/* Titlo de sección */
div.tituloMapa {
	font-size:14px;
	font-weight:bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

/* listas */
#jquery_sitemap {
	width: 100%;
	margin: 0 auto;
	no-repeat;
}
#jquery_sitemap a {
	text-decoration: none;
	color: #2C3035;
	display: block;
	padding: 4px 0;
	font-size: 12px;
	font-weight: normal;
}
#jquery_sitemap a:hover {
	text-decoration: underline;
}
#jquery_sitemap ul {
	-webkit-box-shadow: 2px 2px 5px black;
	background: #e1e4e7;
	margin: 0px;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: disc;
}
#jquery_sitemap ul ul {
	background: #c7ccd1;
}
#jquery_sitemap ul ul ul {
	background: #b0b6bd;
}
#jquery_sitemap ul ul ul ul {
	background: #9ba3ab;
}
#jquery_sitemap ul ul ul ul ul {
	background: #89929b;
}

