html{ height:100%;}
body{
	margin: 0 auto;
	background:url(../_img/mapa/bg.jpg) no-repeat top center #aa782a;
	/*background-attachment: fixed;*/
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
ul{
	font-weight:bold;
	font-size:15px;
}
	ul a{
		text-decoration:none;
		font-size:12px;
		color:#000;
		padding-left:15px;
		background:url(../_img/mapa/losangolo.png) no-repeat;
	}

li{
	line-height:20px;
}
li ul{
	margin-left:30px;
	font-weight:100;
}
li ul a{
	padding-left:15px;
	font-size:11px;
	background:url(../_img/mapa/losangolo2.png) no-repeat;
}


a{
	text-decoration:none;
	font-size:11px;
	color:#000;
}
a:hover{
	text-decoration:underline;
}