@charset "utf-8";
/* CSS Document */
html { 
	background-image: url("../ima/ToNu-Background.jpg");
	background-color:#dbd8d9;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	}
body {
	overflow:hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dbd8d9;
	}
    
.div-logo {
    display:block;
    position:absolute;
    width:363px;
    height:363px;
    top:50%;
    left:50%;
    margin-top:-182px;
    margin-left:-181px;
    text-align:center;
}
    
.ima {
    width:100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
.div-logo {
    display:block;
    position:absolute;
    width:363px;
    height:363px;
    top:50%;
    left:50%;
    margin-top:-182px;
    margin-left:-181px;
    text-align:center;
}
    
.ima {
    width:80% !important;
    height: auto;
}  
}

.icon-redes {
    width: 50px;
    height: 53px;
}

.div-redes {
    display:block;
    bottom: 0px;
    position:absolute;
    width:100%;
    height:100px;
    text-align:center;
}