/* Fitxer d'estils per a articles UOC */
/* Layers */
   .LeftLayer { position: absolute;
                top: 75;
                left: 15;
                width: 500px;             
              }
   .RightLayer { position: absolute;
                top: 75;
                left: 530;
                width: 150px;
                height: 100%;                                     
              }
   .NotesLayer { position: absolute;
                 top: 300;
                 left: 530;
                 width: 150px;
                 height: 100%;
                 font-family: verdana, arial;
      	       font-size: 7.5pt;
      	       font-weight: normal;
      	       visibility: hidden;
      	       text-align: justify;      	       
      	       color: #B26804;      	             	       
              }
   
/* Tipologia de lletra */  
   .NormalHeader { font-family: verdana, arial;
      	         font-size: 20px;
      	         font-weight: normal;      	         
      	         color: #B26804;      	         
      	       }
   .AutorText { font-family: verdana, arial;
      	      font-size: 8pt;
      	      font-weight: normal;
      	      font-style: normal;      	         
      	       color: #000000;      	       
      	     }
   .DestacatAutor { font-family: verdana, arial;
      	          font-size: 9pt;
      	          font-weight: normal;
      	          font-style: normal;      	         
      	          color: #000000;      	       
      	     }
   .EntradetaText { font-family: verdana, arial;
      	          font-size: 8pt;
      	          font-weight: normal;
      	          font-style: normal;
      	          text-align: justify;      	          
      	          color: #000000;      	       
      	        }
   .NormalText { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: normal;
      	       font-style: normal;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }
   .NormalTextItalic { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: normal;
      	       font-style: italic;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }      	      
   .NormalTextItalicPetita { font-family: verdana, arial;
      	       font-size: 7.5pt;
      	       font-weight: normal;
      	       font-style: italic;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }      	            	      
   .NormalTextNegreta { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: bold;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }      	            	      
   .NormalTextItalicNegreta { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: bold;
      	       font-style: italic;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }      	      
   .DataText { font-family: verdana, arial;
      	     font-size: 8pt;
      	     font-weight: normal;
      	     font-style: normal;      	     
      	     color: #000000;      	       
      	      }
   .ParagrafHeader { font-family: verdana, arial;
      	           font-size: 9pt;
      	           font-weight: bold;
      	           font-style: normal;
      	           text-align: justify;      	          
      	           color: #000000;      	       
      	        }     	     
   .LegalText  { font-family: verdana, arial;
      	       font-size: 8pt;
      	       font-weight: normal;      	       
      	       color: #FF0000;      	       
      	     }
   .NotaText  { font-family: verdana, arial;
      	      font-size: 7.5pt;
      	      font-weight: bold;      	       
      	      color: #FF0000;      	       
      	    }
   .NotesText { font-family: verdana, arial;
      	      font-size: 7.5pt;
      	      font-weight: normal;
      	      text-align: justify; 
      	      color: #000000;  
      	    }
   .NotesHeader { font-family: verdana, arial;
      	      font-size: 7.5pt;
      	      font-weight: bold;      	      
      	      color: #000000;  
      	    }
      	     
/* Estil anchor */
A {text-decoration: none; } 
A:link    { color: #0000FF; }   /* unvisited links */
A:visited { color: #0000FF; }   /* visited links */
A:active  { color: #0000FF; }   /* active links */
A:hover {text-decoration: none; color: #0000FF} 

A.AutorText {text-decoration: none; } 
A.AutorText:link    { color: #000000; }   /* unvisited links */
A.AutorText:visited { color: #000000; }   /* visited links */
A.AutorText:active  { color: #000000; }   /* active links */
A.AutorText:hover {text-decoration: none; color: #0000FF} 

A.NotaText {text-decoration: none; } 
A.NotaText:link    { color: #FF0000; }   /* unvisited links */
A.NotaText:visited { color: #FF0000; }   /* visited links */
A.NotaText:active  { color: #FF0000; }   /* active links */
A.NotaText:hover {text-decoration: none; color: #0000FF} 