/*CSS del Navegador principal de Inclap.com*/
.nav {
	width: 800px;
	background-color: #F0F0F0;
	margin-top: 0;
}

.nav table {
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
}
tr.titulo a {
	color: #000000;
	}

tr.titulo a:hover {
	color: red;
	text-decoration: underline;	
	}
	
tr.titulo a:link {
	text-decoration: none;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 5px;
}

