/* 	PARAMETROS DE FUENTES PERSONALIZADAS */
@font-face{ 

	font-family: "Caviar";
	src: url("../fonts/Caviar/CaviarDreams.ttf") format("truetype");

}

@font-face{

	font-family: "CaviarBold";
	src: url("../fonts/Caviar/CaviarDreams_Bold.ttf") format("truetype");

}

@font-face{

	font-family: "CaviarBoldI";
	src: url("../fonts/Caviar/CaviarDreams_BoldItalic.ttf") format("truetype");

}

@font-face{

	font-family: "CaviarItalic";
	src: url("../fonts/Caviar/CaviarDreams_Italic.ttf") format("truetype");

}

@font-face{

	font-family: "Mont";
	src: url("../fonts/Mont/Mont-Light.ttf") format("truetype");

}
@font-face{

	font-family: "MontB";
	src: url("../fonts/Mont/Mont-Bold.ttf") format("truetype");

}

@font-face{

	font-family: "gotham-medium";
	src: url("../fonts/Gotham/GothamMedium.ttf") format("truetype");

}

@font-face{

	font-family: "gotham-light";
	src: url("../fonts/Gotham/GothamLight.ttf") format("truetype");

}

@font-face{

	font-family: "gotham-bold";
	src: url("../fonts/Gotham//GothamBold.ttf") format("truetype");

}

@font-face{

	font-family: "azonix";
	src: url("../fonts/Gotham/Azonix.otf") format("opentype");

}