@font-face {
	font-family: 'ClanPro';
	src:url('clanpro-book.ttf');
	src: url('clanpro-book.ttf') format('opentype'),
}

body {
	font-family : ClanPro;
}
#gusi a:link {
	text-decoration: none;
	color: #0088dd;
	font-weight: bold;
	FONT-SIZE: 12px;
}
#gusi a:visited {
	text-decoration: none;
	color: #0088dd;
	font-weight: bold;
	FONT-SIZE: 12px;
}
#gusi a:hover {
	text-decoration: underline;
	COLOR: #035a91;
	font-weight: bold;
	FONT-SIZE: 12px;
}
#gusi a:active {
	text-decoration: none;
	color: #0088dd;
	font-weight: bold;
	FONT-SIZE: 12px;
}
#H{						/* ESTILO PARA LOS TD*/
	padding-left: 2px;
	padding-right: 2px;
	background: "white";
	color: #000000; /*color letra en TH*/
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #000000/*color de borde de los TD*/
	border: #CEE3F6 1px solid;
	
}