*{
	padding: 0;
	margin: 0;
	color: #fff;
}
h1 {
	color: #fff;
}

body {
	background: #222;
}

a:link { text-decoration: none; }
/*a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }*/

header ul li {
	float: left;
	padding-right: 15px;
}

header h1{
	margin-right: 10px;
}

header #img-perfil{
	height: auto;
	float: left;
	padding-right: 15px;
}
#matrixcode {
	position: absolute;
    z-index: -50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: gray;
}
.bg {
	background-color: rgba(0,0,0,.6);
	margin: 10px;
    padding: 10px;
    border-radius: 5px;
}