/* ========================================== */
/*    IMPLEMENTANDO KIT WEB FONT OPEN SANS    */
/* ========================================== */
@font-face{
	font-family: 'Lato';
	font-style: normal;
  	font-weight: 400;
	src: url('Lato-Light.ttf') format('truetype');
}
@font-face{
	font-family: 'Lato';
	font-style: italic;
  	font-weight: 400;
	src: url('Lato-LightItalic.ttf') format('truetype');
}
@font-face{
	font-family: 'Lato';
	font-style: normal;
  	font-weight: 600;
	src: url('Lato-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'Lato';
	font-style: italic;
  	font-weight: 600;
	src: url('Lato-Italic.ttf') format('truetype');
}
@font-face{
	font-family: 'Lato';
	font-style: normal;
  	font-weight: 800;
	src: url('Lato-Bold.ttf') format('truetype');
}
@font-face{
	font-family: 'Lato';
	font-style: italic;
  	font-weight: 800;
	src: url('Lato-BoldItalic.ttf') format('truetype');
}
