@font-face {
 font-family: Infinity;
 src: url(fonts/Infinity.ttf) format("opentype");
}
@font-face {
 font-family: GunshipLI;
 src: url(fonts/gunshiplaserital.ttf) format("opentype");
}

html { 
  background: url(images/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.link { 
	color: white; 
	font-size: small; 
	font-family: tahoma; 
	font-weight: bold; 
	text-decoration: none; 
	letter-spacing: 1px; 
	margin-right: 10px; 
	margin-left: 10px; 
}

.infinity { 
	font-family: Infinity
}	
.gunship { 
	font-family: GunshipLI
}	
.tahoma { 
	font-family: tahoma; 
}

.negrita {
	font-weight: bold;
}

.negro { 
	color: black; 
}
.azul { 
	color: #3B7CB8; 
}

.x_chico { 
	font-size: x-small; 
}
.chico { 
	font-size: small; 
}
.mediano { 
	font-size: medium; 
}
.grande { 
	font-size: large; 
}
.x_grande { 
	font-size: x-large; 
}
