body{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Mina', sans-serif;
}
header{
	padding: 2% 10%
}
a{
	color: #01a6de;
}
a:hover{
	text-decoration: none !important;
	color: #0099cc;
}
#listaCompleta{
	margin-bottom: 10%;
}