/* CSS Document */
#mapa{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-align : left;
	margin : 40px 0px 20px 40px;
	width : 50%;
}
.mapaLink{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color:#4B4B4B;
	text-decoration : none;
	text-align : left;
}
#mapa ul li{
	color:#4B4B4B;
	list-style-type: none;
	background-image : url(mapasitio/item.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	height : 32px;
	line-height : 32px;
	padding-left : 48px;
	display : block;
	text-align : left;
}
.sub{
	color : #4B4B4B;
	list-style-type: none;
	background-image : url(mapasitio/subitem.gif)!important;
	background-repeat : no-repeat;
	background-position : 0px 0px !important;
	height : 20px !important;
	line-height : 20px !important;
	padding-left: 85px !important;
	display : block;
	font-size : 14px;
}
.subitemUltimoU{
	color:#4B4B4B;
	list-style-type: none;
	background-image : url(mapasitio/subitemUltimoU.gif)!important;
	background-repeat : no-repeat;
	background-position : 0px 0px !important;
	height : 20px !important;
	line-height : 20px !important;
	padding-left: 85px !important;
	display : block;
	font-size : 14px;
}
.ItemPrimero{
	color:#4B4B4B;
	list-style-type: none;
	background-image : url(mapasitio/itemPrimero.gif)!important;
	background-repeat : no-repeat;
	background-position : 0px 0px !important;
	height : 32px !important;
	line-height : 32px !important;
	padding-left : 48px !important;
	left:0px;
	display : block;
}
.ItemUltimo{
	color:#4B4B4B;
	list-style-type: none;
	background-image : url(mapasitio/itemUltimo.gif)!important;
	background-repeat : no-repeat;
	background-position : 0px 0px !important;
	height : 32px !important;
	line-height : 32px !important;
	padding-left : 48px !important;
	left:0px;
	display : block;
}