@charset "utf-8";

/* =========== Colección Libros de la Academia ============*/

/*===========FUENTES===========*/

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

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

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

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


/* HELVETICA Neue Condensed, en varios pesos y sus correspondientes Oblicuas */

/* === REGULAR === */
@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:normal;   /* HelveticaNeue Condensed */
	font-weight:normal;
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:italic;   
	font-weight:normal;
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-Italic.ttf");
}

/* === BOLD (700)=== */
@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:normal;
	font-weight:bold;  /* HelveNeuBolCon  */
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-Bold.ttf");	
}

@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:italic;
	font-weight:bold;  
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-BoldItalic.ttf");	
}

/* === LIGHT (300) === */
@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:normal;
	font-weight:300;  /* HelveticaNeue LightCond  */
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-Light.ttf");
}

@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:italic;
	font-weight:300;  
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-LightItalic.ttf");
}

/* === THIN (200) === */
@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:normal;
	font-weight:200;  /*  HelveticaNeue ThinCond  */
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-Light.ttf");
}

@font-face {
	font-family:"HelveticaNeueCondensed";
	font-style:italic;
	font-weight:200;  /*  HelveticaNeue ThinCond  */
	font-stretch:condensed;
	src : url("../fonts/RobotoCondensed-LightItalic.ttf");
}


/* === gill sans para acotaciones teatro  === */

@font-face {
	font-family:"GillSansLight";
	font-style:normal;
	font-weight:300;
	src : url("../fonts/Lato-Light.ttf");   
}
@font-face {
	font-family:"GillSansLight";  
	font-style:italic;
	font-weight:300;
	src : url("../fonts/Lato-LightItalic.ttf");  
}
@font-face {                  
	font-family:"GillSansnormal";
	font-style:normal;
	font-weight:300;
	src : url("../fonts/Lato-Regular.ttf");  
}



