@font-face{ 
	font-family: 'RobotoRegular';
	src: url('../fontes/Roboto-Regular.woff') format('woff'),
	     url('../fontes/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'RobotoBold';
	src: url('../fontes/Roboto-Bold.woff') format('woff'),
	     url('../fontes/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{ 
	font-family: 'RobotoBoldItalic';
	src: url('../fontes/Roboto-BoldItalic.woff') format('woff'),
	     url('../fontes/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: oblique;
}

@font-face{ 
	font-family: 'RobotoItalic';
	src: url('../fontes/Roboto-Italic.woff') format('woff'),
	     url('../fontes/Roboto-Italic.ttf')'' format('truetype');
    font-weight: bold;
    font-style: oblique;
}