
@import url('https://fonts.googleapis.com/css?family=Roboto:300i,300,400');

body, html {
    height: 100%;
    margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

body {
  background: url(../image/bg_index.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#contendo {
	color: whitesmoke;
} 

#contendo li {
display: inline-block;
padding: 5px;
color: #fff;
text-align: justify;
}

#footer {
	color: darkslategrey
}

#footer p {
	padding: 5vh 0;
}

a {
	color: darkslategrey;
}

.div_sombra {
	-webkit-box-shadow: 3px 3px 36px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 36px 5px rgba(0,0,0,0.25);
box-shadow: 3px 3px 36px 5px rgba(0,0,0,0.25);
	color: darkslategrey
}

