@import url(shared.css);

#content {
	background: #f5f5eb;
}
#content li {
	margin: 2em 23px 3em 90px;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	background: url(../imgs/mapaWebL1.gif) no-repeat 0 .2em;
}
#content li li {
	font-size: .9em;
	margin: 1em 23px 1em 20px;
	font-weight: normal;
	padding-left: 22px;
	background-image: url(../imgs/mapaWebL2.gif);
}
#content li a {
	color: #000;
}
#content li li a {
	color: #333;
}
#content a:hover {
	text-decoration: none;
}
