/* CSS Document */

#sectores {
	background-image: url(../img/fondo_panel_lateral.png);
	background-repeat: no-repeat;
	position:absolute;
	width:229px;
	z-index:1;
	top: 200px;
	background-color: #999999;
	visibility: hidden;
}

#sector{
	padding:10px;
}

#sectores ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
	border: none;
}
		
#sectores li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}
		
#sectores li a {
	display: block;
	padding: 5px;
	color: #444;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #sectores li a {
	width: auto;
}

#sectores li a:hover {
	background-color: #2175bc;
	color: #fff;
}