 
a:link, a:visited, a:active {
	color: #3d570c;
	font-weight: bold;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.transparent:hover {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	zoom: 1;
}

a.index:link, a.index:visited, a.index:active {	
	font-size: 11px;
	font-family: Trebuchet MS;	
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #3D570C; 
	padding: 0px 4px 0px 4px;
	background: #3D570C;
	color: #ffffff;
	
}

a.index:hover {
	text-decoration: none;	
	padding: 0px 4px 0px 4px;
	border: 1px solid #CBD68B;
	color: #ffffff; 
}

.display-index {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #cccccc; 
	padding: 0px 4px 0px 4px;
}

.display-index:hover {
	border: 1px solid #ffffff; 
}

.display-index-off {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #3D570C; 
	padding: 0px 4px 0px 4px;
}

.display-index-on {
	font-size: 11px;
	font-family: Trebuchet MS;	
	border: 1px solid #3D570C;
	background: #AFBD72;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}
#lay-content-menu ul {
	margin:0px;
	padding:0px;
}

#lay-content-menu ul li {
	display:inline;
	list-style:none;
}

#lay-content-menu  a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	width:77px;
	padding-bottom:13px;
	padding-top:10px;
}
#lay-content-menu  a:hover{
	background: url('/_resources/media/img/default/bg-a-hover.gif') no-repeat top center;
}

.noticia a {
	text-decoration:underline;
}