@font-face {
 font-family: KozGoPro-ExtraLight;
 src: url('fuentes/KozGoPro-ExtraLight.otf') format('opentype');
}
.kozuka { 
	font-family: KozGoPro-ExtraLight 
}	
.tahoma {
	font-family: Tahoma
}
.arial {
	font-family: Arial
}
.impact {
	font-family: Impact
}

.xx_chico { 
	font-size: xx-small
}
.x_chico { 
	font-size: x-small
}
.chico { 
	font-size: small
}
.grande { 
	font-size: large
}
.x_grande { 
	font-size: x-large
}
.xx_grande { 
	font-size: xx-large
}

.blanco { 
	color: white 
}
.negro { 
	color: black 
}

.deco { text-decoration: none }
.espaciado { 
	letter-spacing: 2pt 
}`
.justificado { 
	text-align: justify 
}
.negrita { 
	font-weight: bold 
}

.fondo_celeste { 
	background-color: #0C6CB0 
}
.fondo_celeste_claro { 
	background-color: #297EC8 
}
.fondo_azul { 
	background-color: #000080
}
.fondo_amarillo { 
	background-color: #ffb315 
}
.fondo_gris { 
	background-color: #454545 
}
.fondo_negro { 
	background-color: #000000 
}

.cursor_bormal {
	cursor: normal
}
.cursor_over {
	cursor: pointer
}

.caja { 
	border: solid 1pt #000 
}
.linea_abajo { 
	border-bottom: 1pt solid #000 
}
.linea_abajo2 { 
	border-bottom: 1pt solid #fff 
}
.linea_arriba { 
	border-top: 1pt solid #000 
}

p { 
	font-family: Tahoma;
	color: white; 
	font-size: small; 
	text-align: justify 
}

.foto { 
	margin: 10pt 
}

.fondo_home { 
	background-image: url(images/fondo_index.jpg) 
}