
/* Links                     */
A {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}

/*

CAPÇALERA

*/

BODY.cap {
   background: #010066 ;   
   background-image: url("Imatges/Cap.png");
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center center;
   border-style:hidden;
   font-family: Verdana ;
   color: black; 
   font-size: 8pt;     
   } 

TABLE.cap {
  padding: 0;
  border-style:none;
/*  color: none;*/ 
}
TD.cap{
  border-style:none ;
  background:none ;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 8pt;
}
TD.cap2{
  border-style:none ;
  background:none ;
  text-align: left;
  font-weight: bold;
  font-size: 18pt ; 
  vertical-align: bottom;
}


.escut  {
/*position:absolute;
left:85px;*/
height: 90px;
}

