#foot {
  position: absolute;
  top: 1485px;
  width: 888px;
  height: 29px;
  z-index: 5;
  margin-bottom: 20px;
  /* margin-top: 20px; */
}

#foot1 {
  position: absolute;
  left: 520px;
  top: 8px;
  width: 350px;
  height: 11px;
  z-index: 7;
  color:#FFF;
  font-size: 11px;
  font-weight:bold;
  text-align:right;
}

#foot1 a {
	color:#FFF;
	text-decoration:none;
}

#foot1 a:hover {
	color:#C20000;
	text-decoration:none;
}

#drets {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 330px;
  height: 9px;
  z-index: 6;
  color:#FFF;
  font-size: 11px;
  font-weight:bold;
}
#drets a{
	color:#FFF;
	text-decoration:none;
}
#drets a:hover {
	color:#C20000;
	text-decoration:none;
}

a {
  cursor: pointer;
  outline: none;
}
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
