@charset "utf-8";

/* =========== Colección Estudios AAEE ============*/
/*===========FUENTES===========*/



/* El cuerpo general en serif. Se eligió Georgia de Adobe */

@font-face {
	font-family:Georgia;
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/georgia.ttf");
}

@font-face {
	font-family:Georgia;
	font-style:italic;
	font-weight:normal;
	src : url("../fonts/georgiai.ttf");
}

@font-face {
	font-family:Georgia;
	font-style:oblique;
	font-weight:normal;
	src : url("../fonts/georgiai.ttf");
}

@font-face {
	font-family:Georgia;
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/georgiab.ttf");
}

@font-face {
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	src : url("../fonts/georgiaz.ttf");
}

@font-face {
	font-family:Georgia;
	font-style:oblique;
	font-weight:bold;
	src : url("../fonts/georgiaz.ttf");
}



/* Titulares y otros elementos en SansSerif con Apercu */
@font-face {
	font-family:Apercu;
	font-style:normal;
	font-weight:normal;
	src : url("../fonts/Apercu_Regular.otf");
}

@font-face {
	font-family:Apercu;
	font-style:italic;
	font-weight:normal;
	src : url("../fonts/Apercu_Italic.otf");
}

@font-face {
	font-family:Apercu;
	font-style:oblique;
	font-weight:normal;
	src : url("../fonts/Apercu_Italic.otf");
}


/* Apercu Medium  font-weight:500; */
@font-face {
	font-family:Apercu;
	font-style:normal;
	font-weight:500;
	src : url("../fonts/Apercu_Medium.otf");
}

@font-face {
	font-family:Apercu;
	font-style:italic;
	font-weight:500;
	src : url("../fonts/Apercu_Medium_Italic.otf");
}



/* Apercu Bold */
@font-face {
	font-family:Apercu;
	font-style:normal;
	font-weight:bold;
	src : url("../fonts/Apercu_Bold.otf");
}

@font-face {
	font-family:Apercu;
	font-style:italic;
	font-weight:bold;
	src : url("../fonts/Apercu_Bold_Italic.otf");
}


