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

}

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

}


/* Menu Movil*/
	@font-face {
		font-family: 'menu';
		src: url('../fonts/menu.eot');
		src: url('../fonts/menu.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/menu.woff') format('woff'),
			 url('../fonts/menu.ttf') format('truetype'),
			 url('../fonts/menu.svg#menu') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	[class*='iconMenu-']:before{
		display: inline-block;
	   font-family: 'menu';
	   font-style: normal;
	   font-weight: normal;
	   font-size:1.5rem;
	   color:#fff;
	   -webkit-font-smoothing: antialiased;
	   -moz-osx-font-smoothing: grayscale
	}
	.iconMenu-menu:before{content:'\0041';}
/* fin Menu Movil */


/* Redes */
	@font-face {
		font-family: 'redes';
		src: url('../fonts/redes.eot');
		src: url('../fonts/redes.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/redes.woff') format('woff'),
			 url('../fonts/redes.ttf') format('truetype'),
			 url('../fonts/redes.svg#redes') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	
	[class*='iconEscritorio-']:before{
		display: inline-block;
	   font-family: 'redes';
	   font-style: normal;
	   font-weight: normal;
	   line-height: 30px;
	    color:#A42827;
		font-size:1.2rem;
	   -webkit-font-smoothing: antialiased;
	   -moz-osx-font-smoothing: grayscale
	}
	.iconEscritorio-twitter:before{content:'\0041';}
	.iconEscritorio-face:before{content:'\0042';}
	.iconEscritorio-youtube:before{content:'\0043';}
	.iconEscritorio-instagram:before{content:'\0044';}
	.iconEscritorio-periscope:before{content:'\0045';}
	.iconEscritorio-vine:before{content:'\0046';}
	
	[class*='iconEscritorio-']:hover:before{
		
	   color:#fff;
	   
	}
	
	
	
	[class*='icon-']:before{
		display: inline-block;
	   font-family: 'redes';
	   font-style: normal;
	   font-weight: normal;
	   line-height: 35px;
	    color:#A42827;
		font-size:1.5rem;
	   -webkit-font-smoothing: antialiased;
	   -moz-osx-font-smoothing: grayscale
	}
	.icon-twitter:before{content:'\0041';}
	.icon-face:before{content:'\0042';}
	.icon-youtube:before{content:'\0043';}
	.icon-instagram:before{content:'\0044';}
	.icon-periscope:before{content:'\0045';}
	.icon-vine:before{content:'\0046';}

	[class*='icon-']:hover:before{
		
	   color:#d97f1e;
	   
	}
/**/