@charset "utf-8";
/* CSS Document */

@font-face {
        font-family: "l-reg";
        src: url('fuentes/Lato-Regular.eot');
        src: url('fuentes/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Lato-Regular.svg#Lato') format('svg'),
        url('fuentes/Lato-Regular.woff') format('woff'),
        url('fuentes/Lato-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
	@font-face {
        font-family: "l-bold";
        src: url('fuentes/Lato-Bold.eot');
        src: url('fuentes/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Lato-Bold.svg#Lato') format('svg'),
        url('fuentes/Lato-Bold.woff') format('woff'),
        url('fuentes/Lato-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
		@font-face {
        font-family: "l-light";
        src: url('fuentes/Lato-Light.eot');
        src: url('fuentes/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('fuentes/Lato-Light.svg#Lato') format('svg'),
        url('fuentes/Lato-Light.woff') format('woff'),
        url('fuentes/Lato-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
