@charset "utf-8";
/* CSS Document */

/*   MENU TOP  */

ul#topnav {
	margin: 0; 
	padding: 0; 
	list-style: none;	
	font-size: 1.1em;
	clear: both;
	float: left;
	width: 100%;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	/*height:40px;*/
	height:35px;
	width:141px;
	/*border-right: solid 1px #A56C48;
	border-left: solid 1px #1B120C;*/
}
ul#topnav a, ul#topnav span {
	margin:0px;
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	/*text-transform: uppercase;*/
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
	font-size: 12px;
	font-weight: bold;
	width:102px;
	text-align:center;
}
ul#topnav a {	color: #7bc441; }
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	/*background: url(../../image/a_bg.gif) repeat-x left top;*/
	/*background: #513523;*/
	/*background: url(../images/public/boton43.gif);*/
	background: #FFF url(../images/public/botonera.gif) ;
}
ul#topnav.v2 a{
	color: #FFFFCC;
	/*background: url(a_bg.gif) repeat-x left bottom;*/
	/*background-color: #70472C;*/
	/*background: url(../images/public/boton43.gif);*/
	background: #FFF url(../images/public/botonera.gif) ;
}

#mainnav ul li.last
{
	border: none;
}