@media screen and (max-width: 769px) {
  body{
    background: url(../Images/logos/f764X646.png)no-repeat center center fixed;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
}

/* Inicio de Cargar  */
img{
	width: 50px;
	height: 50px;
}
a{
	margin-top: 80%;
	position: absolute;
	margin-left: 60%;
}
}


@media screen and (max-width: 426px) {
body{
    background: url(../Images/logos/f425x646.png)no-repeat center center fixed;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
}

/* Inicio de Cargar  */
img{
	width: 50px;
	height: 50px;
}
a{
	margin-top: 130%;
	position: absolute;
	margin-left: 3%;
}
}
@media screen and (max-width: 326px) {
    
    
   body{
    background: url(../Images/logos/f326.png)no-repeat center center fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	
}

/* Inicio de Cargar  */
img{
	width: 50px;
	height: 50px;
}
a{
	margin-top: 160%;
	position: absolute;
	margin-left: 4%;
}
}