body {
text-align: center;
}
.titol {
text-align: center;
font-family: Times New Roman, Arial, Cambria, sans-serif;
color: #004586;
font-size: 10pt;
font-weight: bold;
}
.titol2 {
text-align: left;
font-family: Arial, Cambria, sans-serif;
color: #004586;
font-size: 12pt;
font-weight: bold;
text-indent: 130pt;
}
.titolm {
text-align: left;
font-family: Arial, Cambria, sans-serif;
color: #006600;
font-size: 12pt;
font-weight: bold;
text-indent: 130pt;
margin-top: 0pt;
margin-bottom: 0pt;
}
.menu1 {
text-align: left;
font-family: "Arial Narrow", sans-serif;
color: #004586;
font-size: 10pt;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
}
.tbutlleti {
text-align: left;
font-family: Arial, Cambria, sans-serif;
color: #0000FF;
font-size: 12pt;
font-weight: bold;
margin-top: 0;
margin-bottom: 5pt;
}
#container {
text-align: left;
width: 700px;
margin: 0px auto;
}
#sidebar {
width: 140px;
padding: 10px;
float: left;
}
#main {
font-family: Times New Roman, Calibri, Arial, sans-serif;
text-align: justify;
margin-left: 160px;
padding: 8px;
}
#footer {
font-family: Calibri, Arial, sans-serif;
clear: both;
text-align: center;
}
#imatges {
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}
/* links normales */
a: link {
text-decoration: none;
color: #00a;
}
/* visitados */
a: visited {
color: #a00;
}
/* hover */
a: hover { 
text-decoration: underline;
}
/* activos */
a: active {
font-weight: bold;
}
/*img { border: none;}*/

div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
/*  border:1px solid #0000ff; */
  border: none;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }

p.inset /* bloc */
{
border-style:inset;
border-width:5px;
border-color:#98bf21;
padding: 3px 3px 3px 10px;
}
/* taules */
#customers
{
font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:12px; /*1em;*/
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:16px; /*1.1em;*/
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#006600; /*#A7C942;*/
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color: #EAF2D3;
}
/* fi taules */
