/* Fitxer d'estils per a articles UOC */
/* Layers */
   .LeftLayer { position: absolute;
                top: 155;
                left: 15;
                width: 500;                
              }
   .RightLayer { position: absolute;
                top: 205;
                left: 530;
                width: 150px;                                
              }
   
   .floatingMenu { position: absolute;
                   top: 75;
                   left: 530;
                   width: 150px;                   
                   visibility: hidden;
                   border-style: solid;
                   border-width: 1px;
                   border-color: #FF0000;               
                   z-index: 15;
              }
   .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 */  
   .PreHeader { font-family: verdana, arial;
      	      font-size: 12px;
      	      font-weight: normal;      	         
      	      color: #B26804;      	         
      	    }
   .NormalHeader { font-family: Arial, Verdana, arial;
      	         font-size: 18px;
      	         font-weight: bold;      	         
      	         color: #011847;      	         
      	       }
   .PostHeader { font-family: verdana, arial;
      	       font-size: 15px;
      	       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: #011847;      	       
      	     }
   .EntradetaText { font-family: verdana, arial;
      	          font-size: 8pt;
      	          font-weight: normal;
      	          font-style: normal;
      	          text-align: justify;
      	          margin-left: 20px;
      	          margin-right: 20px;      	          
      	          color: #000000;      	       
      	        }
   .NormalText { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: normal;
      	       font-style: normal;
      	       text-align: justify;
      	       color: #000000;      	       
      	      }
   .NormalTextBold { font-family: verdana, arial;
      	       font-size: 9pt;
      	       font-weight: bold;
      	       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;      	       
      	      }      	      
   .DataText { font-family: verdana, arial;
      	     font-size: 8pt;
      	     font-weight: normal;
      	     font-style: normal;      	     
      	     color: #000000;      	       
      	      }
   .DataTextItalic { font-family: verdana, arial;
      	           font-size: 8pt;
      	           font-weight: normal;
      	           font-style: italic;      	     
      	           color: #000000;      	       
      	      }
   .ParagrafHeader { font-family: verdana, arial;
      	           font-size: 9pt;
      	           font-weight: bold;
      	           font-style: normal;      	           
      	           color: #000000;      	       
      	        }     	     
   .LegalText  { font-family: verdana, arial;
      	       font-size: 8pt;
      	       font-weight: normal;      	       
      	       color: #FF0000;      	       
      	     }
   .SumariHeader  { font-family: verdana, arial;
      	          font-size: 7.5pt;
      	          font-weight: bold;      	       
      	          color: #000000;      	       
      	     }
   .SumariText { font-family: verdana, arial;
      	          font-size: 7.5pt;
      	          font-weight: normal;      	       
      	          color: #000000;      	       
      	      }
   .LemaText  { font-family: verdana, arial;
      	      font-size: 8pt;
      	      font-weight: normal;      	       
      	      font-style: italic;
      	      color: #000000;      	       
      	     }
      	     
   .LemaText2  { font-family: verdana, arial;
      	      font-size: 8pt;
      	      font-weight: normal;      	       
      	      font-style: normal;
      	      text-align: justify;      	      
      	      color: #000000;      	       
      	     }
      	     
   .LemaNormalText  { font-family: verdana, arial;
      	            font-size: 8pt;
      	            font-weight: normal;      	       
      	            font-style: normal;
      	      	  color: #000000;      	       
      	          }
   .CapitolTitol  { font-family: verdana, arial;
      	          font-size: 11pt;
      	          font-weight: bold;      	       
      	          font-style: normal;      	          
      	      	color: #000000;      	       
      	        }
   .EpigrafTitol { font-family: verdana, arial;
      	         font-size: 9pt;
      	         font-weight: normal;
      	         font-style: italic;      	           
      	         color: #000000;      	       
      	        } 
   .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;      	      
      	      color: #000000;  
      	    }
   .NotesHeader { font-family: verdana, arial;
      	      font-size: 7.5pt;
      	      font-weight: bold;      	      
      	      color: #000000;  
      	    }   
   .Copyright { font-family: verdana, arial;
      	      font-size: 8pt;
      	      font-weight: bold;      	      
      	      color: #808080;  
      	    }         	    
      	     
/* 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.DestacatAutor {text-decoration: none; } 
A.DestacatAutor:link    { color: #011847; }   /* unvisited links */
A.DestacatAutor:visited { color: #011847; }   /* visited links */
A.DestacatAutor:active  { color: #011847; }   /* active links */
A.DestacatAutor:hover {text-decoration: none; color: #808080} 

A.SumariHeader {text-decoration: none; } 
A.SumariHeader:link    { color: #000000; }   /* unvisited links */
A.SumariHeader:visited { color: #000000; }   /* visited links */
A.SumariHeader:active  { color: #000000; }   /* active links */
A.SumariHeader:hover {text-decoration: none; color: #0000FF} 

A.SumariText {text-decoration: none; } 
A.SumariText:link    { color: #000000; }   /* unvisited links */
A.SumariText:visited { color: #000000; }   /* visited links */
A.SumariText:active  { color: #000000; }   /* active links */
A.SumariText: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} 