html body {
  background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	height: 100%;
}

input.button {
  font-size: 12px;
}

#box1 {
  background: #FFF;
	text-align: center;
 	margin: 0px auto;
  padding: 0;
  border: 0;
	width: 725px;
	height: 100%;
}

#bread-crumb {
  float: right;
  color: #fff;
  background: #ccc;
  width: 558px;
  height: 15px;
  line-height: 15px;
  margin: 0 0 0 10px;
  display: inline;
}

#path {
  float: left;
  width: 400px;
  height: 15px;
  text-align: left;
  text-indent: 10px;
  line-height: 15px;
}

#path a {
  color: #fff;
  line-height: 15px;
  text-decoration: underline;
}

#path a.home {
  color: #666;
  line-height: 15px;
  font-weight: bold;
  text-decoration: underline;
}

#path b {
  color: #3a4d6c;
}

#date {
  float: right;
  width: 153px;
  height: 15px;
  text-align: right;
  line-height: 15px;
  margin: 0 5px 0 0;
}

#linespace{
  color: #ccc;
  float: left;
  width: 553px;
  height: 15px;
  text-align: left;
  text-indent: 10px;
  line-height: 15px;
}

#userlogin {
  background: url(../img/textura_usuaris.gif) repeat top left #ccc;
  color: #333;
  width: 143px ! important;
  margin: 0 0 2px 0;
  border: 1px solid #999;
  text-align: left ! important;
}

#userlogin h1 {
  background: #999;
  color: #fff;
  width: 143px;
  height: 15px ! important;
  font-size: 10px ! important;
  font-weight: normal;
  line-height: 15px ! important;
  text-indent: 5px;
  margin: 0 ! important;
}

#userlogin form {
  margin: 5px 9px 5px 9px ! important;
}

#userlogin form p {
  font-size: 10px ! important;
  margin: 2px 0 2px 0 ! important;
}

#userlogin form label {
  font-size: 10px ! important;
}

#userlogin form input {
  font-size: 10px ! important;
  border: 1px solid #999;
  width: 120px;
}

#userlogin form input.inp_image {
  border: 0;
  width: 58;
}

#footer {
  background: #3a4d6c;
  color: #fff;
  width: 710px;
  height: 15px;
  margin: 5px 0 0 10px;
 	clear: left;
}

#footer div.footer {
  background: #3a4d6c;
  color: #fff;
  width: 355px;
  height: 15px;
  line-height: 15px;
  margin: 0;
}

#footer #left {
  text-indent: 5px;
}

#footer #right {
  color: #ccc;
  text-align: right;
  width: 350px;
  margin-right: 2px;
}

#footer #right a {
  color: #ccc;
  line-height: 15px;
  text-decoration: none;
}

#footer #right a:hover {
  color: #f90;
  text-decoration: underline;
}