@font-face {
	font-family: 'ErgoSit';
	src:url('/css/fonts/ErgoSit.eot?ny1kwm');
	src:url('/css/fonts/ErgoSit.eot?ny1kwm#iefix') format('embedded-opentype'),
		url('/css/fonts/ErgoSit.ttf?ny1kwm') format('truetype'),
		url('/css/fonts/ErgoSit.woff?ny1kwm') format('woff'),
		url('/css/fonts/ErgoSit.svg?ny1kwm#ErgoSit') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ErgoSit' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-espera:before {
	content: "\e900";
}
.icon-multioso:before {
	content: "\e901";
}
.icon-operativa:before {
	content: "\e902";
}
.icon-directiva:before {
	content: "\e903";
}
.icon-complemento:before {
	content: "\e904";
}
.icon-casa:before {
	content: "\e905";
}

@font-face {
    font-family: 'ergosite_02';
    src:    url('fonts/ergosite_02.eot?jee56y');
    src:    url('fonts/ergosite_02.eot?jee56y#iefix') format('embedded-opentype'),
        url('fonts/ergosite_02.ttf?jee56y') format('truetype'),
        url('fonts/ergosite_02.woff?jee56y') format('woff'),
        url('fonts/ergosite_02.svg?jee56y#ergosite_02') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon2-"], [class*=" icon2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ergosite_02' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon2-envelope:before {
    content: "\e900";
}


