


#menutop li a 
{
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

#menutop ul a:hover {
	color: #000000;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#000000;
}
#menutop ul a:active {
	color: #990000;
}










#menutop {
	padding: 0;
	margin: 0;
	float:right;
	width: 900px;
	height:22px;
}

#menutop ul 
{
	margin: 0;
	padding: 0;	
	list-style: none;
	height: 25px;	
	width: 100%;	
}

#menutop ul li 
{
	float: right; /* LAS LISTAS SE ACOMODAN EN MODO INVERTIDO PARA ALINEAR A LA DERECHA CORRECTAMENTE */	
	margin-right:25px;	
}

#menutop li a 
{
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;	
}
.inputtext
{
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: solid 1px #C3C3C3;
	width: 150px;
	text-decoration:none;
}
.inputbutton
{
	font-family:"Trebuchet MS", Geneva, Arial;
	font-size:11px;
	font-weight:bold;
	background-color: #FFFFFF;
	color: #666666;
	border: solid 1px #C3C3C3;
	cursor: hand;
	width: 60px;
}
