/* BARRA DE distritos */
#distritos {
	position: relative;
	width: 144px;
	height: 280px;
	margin-top: 5px;
	margin-left: 2px;
	border: 1px solid #0080c4;
	background-color: #A2A2A2;
}

/*-- Enlaces  --*/
#distritos ul {
	margin: 0;
	padding: 0;
	position: relative;
}

#distritos li {
	list-style: none;
	height: 18px;
	font-family: Arial;
	font-size: small;
}

#distritos li.off, #distritos a {
	display: block;
	padding: 0 0 0 5px;
	background: #d9d9d9;
	background-position: left top;
	background-repeat: no-repeat;
	color: #2b2b2b;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#distritos li.off, #distritos a:link, #distritos a:visited{
	background-color: #d9d9d9;
	color: #2b2b2b;
	font-family: Arial;
	font-size: small;
}

#distritos a {
	height: 16px;
}

#distritos a:hover, #distritos a:focus, #distritos a:active {
	background-color: #fff;
	color: #2b2b2b;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#distritos li.off {
	background-color: #f0f0f0;
	color: #474747;
}