.b1 {
background-image: url('01_off.gif');
background-repeat: no-repeat;
height: 60px;
width: 140px;
}
.b2 {
background-image: url('02_off.gif');
background-repeat: no-repeat;
height: 60px;
width: 78px;
}
.b3 {
background-image: url('03_off.gif');
background-repeat: no-repeat;
height: 60px;
width: 102px;
}
.b4 {
background-image: url('04_off.gif');
background-repeat: no-repeat;
height: 60px;
width: 121px;
}
.b5 {
background-image: url('05_sel.gif');
background-repeat: no-repeat;
height: 60px;
width: 129px;
}
.b6 {
background-image: url('06_off.gif');
background-repeat: no-repeat;
height: 60px;
width: 106px;
}
.b7 {
background-image: url('07_off.gif');
height: 60px;
width: 81px;
}
.b1:hover {
background-image: url('01_on.gif');
background-repeat: no-repeat;
height: 60px;
width: 140px;
}
.b2:hover {
background-image: url('02_on.gif');
background-repeat: no-repeat;
height: 60px;
width: 78px;
}
.b3:hover {
background-image: url('03_on.gif');
background-repeat: no-repeat;
height: 60px;
width: 102px;
}
.b4:hover {
background-image: url('04_on.gif');
height: 60px;
width: 121px;
}
.b6:hover {
background-image: url('06_on.gif');
background-repeat: no-repeat;
height: 60px;
width: 106px;
}
.b7:hover {
background-image: url('07_on.gif');
height: 60px;
width: 81px;
}
#titulo {
background-image: url('bolsadetrabajo.gif');
margin-left:15px;
margin-top: 20px;
width: 405px;
height: 26px;
}
#banner_frase {
margin-top: 140px;
margin-bottom: 10px;
font-style: italic;
}