BODY
{ margin: 0px;
  overflow: hidden;
  background-color: #cc00ff; }

#iejunk
{ width: 100%;
  height: 100%; }

#cap
{ position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../imatges/banner_bd.gif");
  width: 100%;
  height: 128px;
  margin: 0px;
  padding: 0px; }

#capAnimacio
{ display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  direction: rtl;
  width: 125px;
  height: 100px;
  background: url("../imatges/animacio.gif"); }

#menu
{ position: absolute;
  width: 165px;
  top: 128px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #cc00ff; }

#menu table
{ width: 100%; }

#menu td
{ padding: 3px;
  margin: 0px; }

#menu a:link, #menu a:hover, #menu a:visited
{ border-style: none;
  border-width: 0;
  color: yellow; }

#menu img
{ border-style: none;
  border-width: 0; }

#contingut
{ position: absolute;
  top: 128px;
  bottom: 0px;
  left: 165px;
  right: 0px;
  background-color: #cc00ff;
  overflow: auto;
  margin: 0px;
  padding: 1em; 
  font-family: Helvetica; }

#section_title
{
  margin-top: 10px;
  margin-bottom: 30px; }

#section_title span
{
  font-weight: bold;
  font-size: 1.7em;
  color: black;
  background-color: #FFFF00; 
  padding: 5px;
  border-style: dotted;
  border-color: #cc00ff;
  border-width: 1; }

div.text
{
  text-align: justify;
  color: yellow;
  text-shadow: 1px 1px 0px black;
}

div.text a:link, div.text a:visited
{
  font-weight: bold;
  color: yellow;
  text-decoration: none; }

div.text a:hover, div.text a:visited:hover
{
  font-weight: bold;
  color: #FFD800;
  text-decoration: none;
  background-color: black; }

