body {
    background:#000000;
    background-image:url('./imatges/fons_esquerra.jpg'), url('./imatges/fons_dreta.jpg');
    background-repeat: repeat-y;
    background-position: top left, top right;
    color:#FFFFFF;
  }

.punt {
    font-family : sans-serif;
    font-size : 22px;
    font-weight : bold;
    margin-bottom : 20px;
    margin-left : 20px;
    margin-right : 20px;
    margin-top : 20px;
  }

.titol img{
   margin:20px;

}
.blFoto {
    background: url(./imatges/bl.gif) 0 100% no-repeat #dbb000;
    width: 410px;
  }

.bl {
    background: url(./imatges/bl.gif) 0 100% no-repeat #dbb000;
    width: 20em;
  }


.br {
    background: url(./imatges/br.gif) 100% 100% no-repeat;
  }


.tl {
    background: url(./imatges/tl.gif) 0 0 no-repeat;
  }


.tr {
    background: url(./imatges/tr.gif) 100% 0 no-repeat;
    padding:10px;
  }


.clear {
    font-size: 1px;
    height: 1px;
  }
/*Banderes*/

.llengues ul{
margin: 0;
padding: 0;
list-style-type: none;
  width: 210px ;
  margin-left: auto ;
  margin-right: auto ;

}

/*Top level list items*/
.llengues ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.llengues ul li a{
display: block;
width: 50px; /*Width of top level menu link items*/
padding: 2px 8px;


text-decoration: none;
/*background: url(./imatges/menubggold.png) center center repeat-x;*/
color: black;
font: bold 13px Tahoma;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .llengues ul li { float: left; height: 1%; }
* html .llengues ul li a { height: 1%; }
/* End */


