<!--
	.menua {
		color: #114E03;
		text-decoration: none;
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
	}
	
	.minimenu {
		color: #114E03;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
		font-weight: bold;
	}
	
	.menua:hover {
		color: #0F55A9;
		text-decoration: underline;
	}
	
	.menub {
		color: #0F55A9;
		text-decoration: none;
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
	}
	
	.minimenub {
		color: #0F55A9;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
		font-weight: bold;
	}	
	
	.menub:hover {
		color: #114E03;
		text-decoration: underline;
	}

	.bigmenua {
		color: #114E03;
		text-decoration: none;
		font-family: verdana;
		font-size: 15px;
		font-weight: bold;
	}
	
	.bigmenua:hover {
		color: #0F55A9;
		text-decoration: underline;
	}

	.bigmenub {
		color: #0F55A9;
		text-decoration: none;
		font-family: verdana;
		font-size: 15px;
		font-weight: bold;
	}
	
	.bigmenub:hover {
		color: #114E03;
		text-decoration: underline;
	}

	.minimenua {
		color: #114E03;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
		font-weight: bold;
	}
	
	.minimenua:hover {
		text-decoration: underline;
	}

	.noticia {
		color: #FF0000;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
		font-weight: bold;
	}
	
	.noticia:hover {
		text-decoration: underline;
	}

	.indexspacing {
	padding-left: 200px;
	}
	
	.foradoar {
		color: #FF0000;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
		font-weight: bold;
	}

	.foradoar:hover {
		text-decoration: underline;
	}
//-->