﻿.nav_enlace_right
{
	width: 100px;
	margin-left: 0px;
}

.nav_enlace_right li {
	display: inline;
	list-style-type: none;
	/*background: transparent url(../imagenes/go.gif) no-repeat scroll 0pt 3px;*/
	padding:0pt 0px 0px 0px;
	margin: 0pt;
}


.nav_enlace_right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.nav_enlace_right a  
{
	color: #707070;
	height: auto;
	margin: 0pt;
	border-bottom: 1px dotted #707070;
	display: block;
	font-size: 100%;
	padding: 0.2em 0pt;
	text-decoration: none;
	text-indent: 0px;
	text-transform:inherit;
}

.nav_enlace_right a:hover {
	background-color: #F2F2F2;
	color: red;
}


/*
#nav
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav li
{
	margin: 0px;
	padding: 0px;
	display: block;
	background-attachment: scroll;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#nav li a:active
{
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	width: 130px;
}
#nav li a:visited
{
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	width: 130px;
}
#nav li a:link
{
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	width: 130px;
}
#nav li a:hover
{
	color: #999;
	text-decoration: none;
}
*/