			@font-face{ 
                font-family: 'julius';
                src: url('../fuentes/JuliusSansOne-Regular.ttf');
            }
			@font-face{ 
                font-family: 'roboto_b';
                src: url('../fuentes/Roboto-Bold.ttf');
            }
			@font-face{ 
                font-family: 'roboto_l';
                src: url('../fuentes/Roboto-Light.ttf');
            }
			@font-face{ 
                font-family: 'roboto_m';
                src: url('../fuentes/Roboto-Medium.ttf');
            }
			@font-face{ 
                font-family: 'roboto_r';
                src: url('../fuentes/Roboto-Regular.ttf');
            }
			@font-face{ 
                font-family: 'roboto_t';
                src: url('../fuentes/Roboto-Thin.ttf');
            }
			
			@font-face{ 
                font-family: 'amaranth';
                src: url('../fuentes/Amaranth-Regular.ttf');
            }
			
			@font-face{ 
                font-family: 'cinzel_b';
                src: url('../fuentes/Cinzel-Bold.ttf');
            }
			
			@font-face{ 
                font-family: 'cinzel_r';
                src: url('../fuentes/Cinzel-Regular.ttf');
            }
			
			@font-face{ 
                font-family: 'dancing';
                src: url('../fuentes/DancingScript-Bold.ttf');
            }
			
			@font-face{ 
                font-family: 'josefin';
                src: url('../fuentes/JosefinSans-Regular.ttf');
            }
			
			@font-face{ 
                font-family: 'baskerville';
                src: url('../fuentes/LibreBaskerville-Bold.ttf');
            }
			
			@font-face{ 
                font-family: 'minion';
                src: url('../fuentes/MinionPro-Regular.ttf');
            }
			
			@font-face{ 
                font-family: 'poiret';
                src: url('../fuentes/PoiretOne-Regular.ttf');
            }
			
			@font-face{ 
                font-family: 'signika';
                src: url('../fuentes/SignikaNegative-Regular.ttf');
            }
			
			@font-face{ 
                font-family: 'abril';
                src: url('../fuentes/AbrilFatface-Regular.ttf');
            }
            
            .julius { 
                font-family: 'julius'; 
            }
			.roboto_b { 
                font-family: 'roboto_b'; 
            }
			.roboto_l { 
                font-family: 'roboto_l'; 
            }
			.roboto_m { 
                font-family: 'roboto_m'; 
            }
			.roboto_r { 
                font-family: 'roboto_r'; 
            }
			.roboto_t { 
                font-family: 'roboto_t'; 
            }
			.amaranth { 
                font-family: 'amaranth'; 
            }
			.cinzel_b { 
                font-family: 'cinzel_b'; 
            }
			.cinzel_r { 
                font-family: 'cinzel_r'; 
            }
			.dancing { 
                font-family: 'dancing'; 
            }
			.josefin { 
                font-family: 'josefin'; 
            }
			.baskerville { 
                font-family: 'baskerville'; 
            }
			.minion { 
                font-family: 'minion'; 
            }
			.poiret { 
                font-family: 'poiret'; 
            }
			.signika { 
                font-family: 'signika'; 
            }
			.abril { 
                font-family: 'abril'; 
            }
            