.Vinculo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #eeeeee;
}
.Vinculo a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #eeeeee;
}
.Vinculo a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #eeeeee;
}
.Vinculo a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #eeeeee;
}
.Vinculo a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
}
.NavMancheta {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/NavLinea.gif);
	background-repeat: repeat-x;
	background-position: center center;

}

