body {
  background: white;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
div#mask{

    max-width: 960px;
    min-width: 780px;
    margin: auto;
    position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
}
div#contenedor {
  position: relative;
  border: 1px solid white;
  min-height: 600px;
  width: 100%;
  margin: auto;
}
div#primera-columna
{
  position: absolute;
  top: 0;
  bottom: 0;
  /*width: 215px;*/
  left: 0;
  /* NOU*/
  width:230px;
  background-image: url(../imatges/border-cont-int-r.gif);
  background-repeat: repeat-y;
  background-position:right;
}
div#tercera-columna {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgb(250, 250, 250);
  width: 210px;
  right: 0;
  /* NOU */
  padding-left:10px;
  background-image: url(../imatges/border-cont-int.gif);
  background-repeat: repeat-y;
  background-position:left;
}
div#contenido {
  margin: 0px 220px 0px 230px;
  border: 1px solid white;
}
div#encabezamiento,
div#pie 
{
  max-width: 960px;
  min-width: 780px;
	text-align: center;
	font-size:11px;
	font-weight:bold;
	margin:auto;
}
div#pie 
{
  margin-top:50px;
  border-top: 1px solid #CCCCCC;
  height:50px;
   padding-top:5px;
}

.linksPeu{
margin-top:0px;
}

.linksPeu a:link
{
color:#999999;
}
