/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 2;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: none;
	font-color	: #007FCA
	padding		: 0;
}
.sitemap  ul.level_0 a:link,ul.level_0 a:visited,ul.level_0 a:active,ul.level_0 a:hover {
	list-style	: none;
	font-size: 11px;
	line-height: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:justify;
	color: #007FCA;
	padding		: 0;
}
.sitemap  ul.level_1 a:link,ul.level_1 a:visited,ul.level_1 a:active,ul.level_1 a:hover {
	list-style	: inside square;
	font-size: 11px;
	line-height: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:justify;
	color: #717073;
	padding		: 0;

}
.sitemap  ul.level_2 a:link,ul.level_2 a:visited,ul.level_2 a:active,ul.level_2 a:hover {
	list-style: none;
	font-size: 11px;
	line-height: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:justify;
	color: #000000;
	padding	: 0;
}
.sitemap a:link,.contenido a:visited, .contenido a:active {
	color: #717073;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sitemap a:hover {
	color: #717073;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.sitemap ul.level_1 li {
	padding		: 0;
	list-style	: inside square;
	white-space	: nowrap;
}
.sitemap ul.level_2 li {
	padding		: 0;
	list-style	: none;
	white-space	: nowrap;
}


.sitemap .active {
	font-style	: italic;
}
