.barra {
	background-color: #f4a826;
	/*padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	*/
	text-decoration: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
}
.barra a {
	text-decoration: none;
	background-color:  #f4a826;
	color: #000000;
	display: block;
	position: Relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6D1DD;*/
		padding-top: 3px;
}
.barra a:hover {
	background-color:#fff;
	color: #000000;
	text-decoration: none;
	display: block;
	position: Relative;
		padding-bottom: 3px;
		padding-top: 3px;



}
.barra a:visited {
	text-decoration: none;
}

.barra td {	font-size:8pt;}

