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;
|
||
|
|
}
|
||
|
|
|