#logo{
  height: 62.5px;
}

#espere {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../Assets/images/gif/alukka.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}


/*Responsive*/
/*tableta*/
@media (min-width:601px) and (max-width:800px){
  .fondoTres{
    background-image: url("../../Assets/images/fondos/fondo01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
  }

}
/*celular*/
@media (max-width:600px){
  .fondoTres{
    background-image: url("http://localhost/pnw/Assets/images/fondos/fondo01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
  }

}
