#nav {
	font-family: arial, verdana, sans-serif;
	/*height: 38px;*/
	list-style: none;
	margin: 22px 0px 0px 0px;
	padding: 0 0 0 0px;
	z-index: 1;
	text-align: center;
}

#nav :hover ul.sub2 {
	height: auto;
	left: 0px;
	padding: 0px 0 0px 0px;
	margin: 10px 0 0px 0px;
	top: 8px;
	width: auto;
	z-index: 2;
	background-color: #ececec;
	/*filter: alpha(opacity=95); 
	opacity: 0.9;*/
	border-top: 1px dotted #4b0b02;
	border-right: 1px dotted #4b0b02;
	border-left: 1px dotted #4b0b02;
	border-bottom: 0px dotted #4b0b02;
	
}


#nav :hover ul.sub2 li {
	display: block;
	float: left;
	font-weight: normal;
	height: auto;
	position: relative;
	width: 300px;
	text-align: left;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #4b0b02;
}


#nav :hover ul.sub2 li a {
	color: #000000;
	display: block;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-indent: 5px;
	width: auto;
	white-space: nowrap;
	font-family: Trebuchet MS, Arial;
}

#nav :hover ul.sub2 li a:hover  {
	color: #000000;
	background-color: #d7d7d7;
}

#nav :hover ul.sub {
	height: auto;
	left: -7px;
	padding: 0px 0 0px 0px;
	top: 15px;
	/*white-space: nowrap;*/
	z-index: 2;
	background-color: #847342;/*fa2968e;
	ilter: alpha(opacity=95); /*
	opacity: 0.9;*/
	border-top: 1px dotted #4b0b02;
	border-right: 1px dotted #4b0b02;
	border-left: 1px dotted #4b0b02;
	border-bottom: 0px dotted #4b0b02;
	
}


#nav :hover ul.sub li {
	display: block;
	float: left;
	font-weight: normal;
	height: auto;
	position: relative;
	width: 115px;
	text-align: left;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #4b0b02;
}


#nav :hover ul.sub li a {
	color: #000000;
	display: block;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	text-indent: 5px;
	width: 130px;
}

#nav :hover ul.sub li a:hover  {
	color: #000000;
	font-weight: bold;
}

.last {
	border-bottom: 0px;
	
}

.comuna{
	color: #b22222;
	font-family: Trebuchet MS, Arial;
}

#nav a:hover {
	position: relative;
	white-space: normal;
	z-index: 200;
}

#nav a:hover a:hover a:hover a:hover a:hover ul {
	/*background: #50B5D0;*/
	border: 1px solid #0B4D97;
	white-space: nowrap;
	z-index: 400;
}

#nav li a.top_link {
	color: #ffffff;
	font-family: Trebuchet MS, Arial;
	cursor: pointer;
	display: block;
	/*float: left;*/
	text-align: center;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: 0px;
	background: url(../img/bg_menu.gif) no-repeat left bottom;
	padding-left: 15px;
}

#nav li a.top_link2 {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	/*float: left;*/
	text-align: center;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: 0px;
	margin-right: -5px;
}

#nav li a.top_link span {

	display: block;
	/*float: left;
	height: 21px;*/
	padding: 0 0px 0 0px;
}

#nav li a.top_link span.down{
	display: block;
	/*float: left;*/

	padding: 0 0 0 0px;
}

#nav li a.top_link2 span {
	display: block;
	/*float: left;
	height: 21px;*/
	padding: 0 0px 0 0px;
}

#nav li a.top_link2 span.down{
	display: block;
	/*float: left;
	height: 21px;*/
	text-align: center;
	padding: 0 0 0 0px;
}

#nav li.top {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 30px;	
	width: auto;
	height: 30px;
}

#nav li.top2 {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 75px;	
	width: auto;
	height: 30px;
}

#nav li.top3 {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 19px;
	margin-right: 25px;	
	width: auto;
	height: 30px;
}


#nav li.space {
	display: block;
	/*float: left;*/
	cursor: pointer;
	width: 49px;
}



#nav li:hover {
	position: relative;
	z-index: 200;
}


#nav table {
	border-collapse: collapse;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	height: 0;
	left: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
	width: 0;
}

