/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body{
margin:0;
}
a {
    color: inherit;
    text-decoration: none;
	list-style-type: none;
	outline:none;
}
a img {
    border: none;
}
.clear {
    clear: both;
}
@font-face {
    font-family: 'Gadugi';
    src: url('fontes/gadugi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




