body {
  font-family: sans-serif;
  font-size: 16px;
  margin: 5px;
}
table.tablaMenu {
	border-bottom-color: Navy;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-top-color: Navy;
	border-top-style: solid;
	border-top-width: medium;
}

tr.separator {
	height: 15px;
}

td.grausCentigrads {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/graus_centigrads.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.percentHumitat {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/percentHumitat.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.pressioAtmosferica {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/hectoPascals.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.velocitatVent {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/velocitatVent.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.mmPluja {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/mmPluja.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.raigsUVA {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/raigsUVA.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.radiacioSolar {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/radiacioSolar.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.energiaSolar {
	padding-left: 25px;
	vertical-align: middle;
	background: url(../imatges/energiaSolar.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.labelY {
width: 35px; 
}

td.diaMes {
	background: url(../imatges/dia_del_mes.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.horaDia {
	background: url(../imatges/hora_del_dia.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

td.titol {
	font-size: small;
	color: Red;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: Teal;
	padding-left: 5px;
}