git-svn-id: https://192.168.0.254/svn/Proyectos.JardinDeCarrejo_Web/trunk@2 a05c588e-6d60-420d-a138-a9ac874067ed
14 lines
306 B
CSS
14 lines
306 B
CSS
@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;
|
|
}
|
|
|