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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'nautamarine';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-chat, .icon-lupa, .icon-movil, .icon-reloj, .icon-vcard, .icon-alerta, .icon-autopista, .icon-avion, .icon-file, .icon-tren, .icon-download, .icon-arrow-right, .icon-mob-telefono, .icon-cerrar, .icon-mob-foto, .icon-mob-desplegable {
	font-family: 'nautamarine';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-chat:before {
	content: "\e000";
}
.icon-lupa:before {
	content: "\e002";
}
.icon-movil:before {
	content: "\e003";
}
.icon-reloj:before {
	content: "\e004";
}
.icon-vcard:before {
	content: "\e005";
}
.icon-alerta:before {
	content: "\e006";
}
.icon-autopista:before {
	content: "\21";
}
.icon-avion:before {
	content: "\22";
}
.icon-file:before {
	content: "\23";
}
.icon-tren:before {
	content: "\24";
}
.icon-download:before {
	content: "\25";
}
.icon-arrow-right:before {
	content: "\26";
}
.icon-mob-telefono:before {
	content: "\27";
}
.icon-cerrar:before {
	content: "\28";
}
.icon-mob-foto:before {
	content: "\29";
}
.icon-mob-desplegable:before {
	content: "\2a";
}
