ElJardinDeCarrejo_Web/css/paginas.css

14 lines
306 B
CSS
Raw Normal View History

@charset "utf-8";
#cuerpo.inicio {
background: url(../img/fondos/fondo-inicio.jpg) no-repeat;
}
#cuerpo.inicio a.elhotel:hover {
background: url(../imagenes/elhotelon.gif) no-repeat;
}
#cuerpo.inicio a.eljardin:hover {
background: #fff url(../imagenes/eljardinon.gif) no-repeat;
}