@charset "utf-8";

/*===========FUENTES===========*/
@font-face {
	font-family:"Times";
	font-style:normal;
	font-weight:normal;
	src: url("../fonts/times.ttf");
}

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

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

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