/* CSS Document */



.navegar{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: inherit;
	border-spacing: 1;
	border-width: 1;
	border-top-style: none;
	border: 0.3;
	border-color: #009999;
	border-top: 0;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	left: auto;
	background-position: left;
	cursor: auto;
	border-left: 1;
	border-left-color: #FFFFFF;
	border-left-style: dotted;
	border-left-width: thin;
	border-right: 1;
	border-right-color: #FFFFFF;
	border-right-style: none;
	border-right-width: thin;
	background-color: #003399;
	border-bottom: 0.1;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: inherit;
	border-style: 0.3;
}


.navegar:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: inherit;
	background-color: ##009966;
	border: 1;
	border-bottom-color: #FF3366;
	border-left-style: double;
	background-position: left;
}

