html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e7e3e3 url(../css/fons1.jpg) repeat-x;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

#peu a:link {
  color: #FFF;
  text-decoration: none;
}
#peu a:visited {
  color: #FFF;
  text-decoration: none;
}
#peu a:hover {
  color: #FFF;
  text-decoration: underline;
}


.center {
	text-align: center;
}
.esq {
	text-align:left;
}
.dreta {
	text-align:right;
}
.justificat {
	text-align:justify;
}
.float-left {
float:left;
}
.float-dret {
float: right;
}
.blanco {
	color:#FFF
}
.negro {
	color:#000
}
.rojo {
	color:#F00;
}
.taronja {
	color:#FF9900;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 795px;
	position: relative;
}

#outerWrapper #topNavigation {
	background-color: #FFFFFF;
	height: 315px;
	padding: 0px 0px 0px 0px;
	z-index: 5;
}
#outerWrapper #contentWrapper #content {
	margin: 0;
	padding: 20px;
	color: #FFF;
	background: #7C7C7C url(../css/fons2.jpg) repeat-x;
}
#outerWrapper #peu {
	margin: 0px;
	height: 50px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#outerWrapper #peu ul {
	position: relative;
	display: inline;
	top: 20px;
}
#outerWrapper #peu li {
	display: inline;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
#content .center img {
	border-style: none;	
}

