@charset "utf-8";
/* CSS Document */
body {
cursor: url("../images/lampara2.png"), auto;
background-image: url("../images/fondocafe.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
 }
/* Background para ancho máximo de la pantalla física */
@media only screen and (max-device-width: 767px) {
body {
     background-image: url("../images/fondocafecelu.jpg");
 }
}
/* Background para ancho máximo del navegador */
@media only screen and (max-width: 767px) {
body {
     background-image: url("../images/fondocafecelu.jpg");
 }
}


.fotomotada{
background-image: url("../images/fachadauncolor.jpg");
	 position: absolute;
    height: auto;
    width: 30%;
	margin: 0;
	z-index: 0;

 }

