/*---------------------Body-------------------------*/

body{
    /*background-color:#dae3f4;*/
    background-image:url(../../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/*--------------------Responsive------------------------
@media screen and (max-width: 768px){

body{

  background-image: url(../../img/fondo.jpg);
  background-size: cover; 
}

}*/









