.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_off.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_sel.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;
}
.b5:hover {
background-image: url('05_on.gif');
background-repeat: no-repeat;
height: 60px;
width: 129px;
}
.b6:hover {
background-image: url('06_on.gif');
background-repeat: no-repeat;
height: 60px;
width: 106px;
}
#titulo {
background-image: url('formulariocontacto.gif');
margin-left:15px;
margin-top: 20px;
width: 307px;
height: 22px;
}
#banner_frase {
margin-top: 260px;
margin-bottom: 10px;
font-style: italic;
}
#texto div {
	color:#006699;
	margin-bottom:4px;
	margin-top:4px;
	text-indent: inherit;
	background: #F8F8F8;
}
#separador {
	border: solid 0.5px #d9d;
}
