/* CSS Document */

.bordo-cat {
	border: 1px solid #009999;
	margin: 2px;
}
.testo-cat {
	font-size: 13px;
	color: #009999;
	text-align: center;
	background-color: #FFFFCC;
	height: 25px;
}
.testo-cat a{
	color: #009999;
	text-decoration: none;
}
.testo-cat a:hover{
	color: #009999;
	text-decoration: underline;
}
.testo-cat-sep {
	font-size: 13px;
	color: #009999;
	text-align: center;
	width: 2px;
	background-color: #FFFFCC;
	height: 25px;
	vertical-align: middle;
}
.testo-cat-active {
	font-size: 13px;
	color: #FF3300;
	text-align: center;
	background-color: #FFFFCC;
	height: 25px;
}
.testo-cat-active a:link {
	color: #E60000;
	text-decoration: none;
}
.testo-cat-active a:visited {
	color: #E60000;
	text-decoration: none;
}.testo-cat-no {

	font-size: 13px;
	color: #CCCCCC;
	text-align: center;
	background-color: #FFFFCC;
	height: 25px;
}

