@charset "utf-8";
/* CSS Document */
html, body {
    min-height: 100%;
}
body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
	background-color: #000004;
    padding: 0;
    margin: 0;
}

.redes {
	
	margin-top: 20px;
	margin-left: 20px;
	
	
}

.in {
	
	margin-left: 5px;
}


.logo {	
	
	
  margin: 0;
	margin-left: 160px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mail {
	
	text-align: right;
}

        
footer {
    position: absolute;
    bottom: 0;
    color: #FFF;
    width: 100%;
    height: 100px;    
    text-align: center;
    line-height: 100px;
	font-color: white;
}
