@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------------------*/
								/*Corpo*/
/*---------------------------------------------------------------------------*/
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-size:16px;
    color: #f8f8f8;
    font-family: 'Raleway-Light';
}
.container{
	width:90%;
	height: auto;
	margin: 0 auto;
}
/*---------------------------------------------------------------------------*/
							/*Tipografia*/
/*---------------------------------------------------------------------------*/
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
@font-face{
	font-family: 'Raleway-Light';
	src: url(../font/Raleway-Light.ttf); /*TTF fonte para demais navegadores, EOF para explorer*/
	font-weight: normal;
	font-style: normal;
}
