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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\e803";
}
.icon-camion:before {
	content: "\e800";
}
.icon-vaca:before {
	content: "\e801";
}
.icon-vaso:before {
	content: "\e802";
}

*/

/*NEW PACKAGE ICONS*/
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?l1sxkk');
    src:    url('fonts/icomoon.eot?l1sxkk#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?l1sxkk') format('truetype'),
        url('fonts/icomoon.woff?l1sxkk') format('woff'),
        url('fonts/icomoon.svg?l1sxkk#icomoon') 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: 'icomoon' !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-vaso:before {
    content: "\e901";
}
.icon-arrow:before {
    content: "\e902";
}
.icon-camion:before {
    content: "\e903";
}
.icon-vaca:before {
    content: "\e904";
}
.icon-vaso2:before {
    content: "\e905";
}


