.navigation:link, .navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F7EEDF;
	display: block;
	width: 100px;
	text-decoration: none;
	background-color: #CC9933;
	margin: 1px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: normal;
}
.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	display: block;
	width: 100px;
	text-decoration: none;
	background-color: #CC9933;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.paginaactiva:link, .paginaactiva:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	display: block;
	width: 100px;
	text-decoration: none;
	background-color: #CC9933;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 1px;
	line-height: normal;
}
