/* Layers */
   .LayerTitol { position: absolute;
                 top: 0;
                 left: 5;
             	  width: 746px;
             	  height: 40px;              
                /* border-style: solid;
                 border-width: 1px;
                 border-color: #FF0000;*/
                 background: #FFFFFF;
                 z-index: 99;            
               }
   .LayerTornar { position: absolute;
                 top: 380;
                 left: 690;
             	 width: 80px;
             	 height: 50px;              
                 background: #FFFFFF;
                 z-index: 98;            
               }               
   .Layer1 { position: absolute;
             top: 80;
             left: 260;
             width: 150px;
             height: 180px;              
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 2;            
           }
   .Layer2 { position: absolute;
             top: 81;
             left: 261;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 3;                       
           }
   .Layer3 { position: absolute;
             top: 82;
             left: 262;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 4;                       
           }           
   .Layer4 { position: absolute;
             top: 83;
             left: 263;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 5;                       
           }          
   .Layer5 { position: absolute;
             top: 84;
             left: 264;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 6;                       
           }          
   .Layer6 { position: absolute;
             top: 85;
             left: 265;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 7;                       
           }          
   .Layer7 { position: absolute;
             top: 86;
             left: 266;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 8;                       
           }          
   .Layer8 { position: absolute;
             top: 87;
             left: 267;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 9;                       
           }                                           
   .Layer9 { position: absolute;
             top: 87;
             left: 267;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;
             z-index: 10;                       
           }          
   .Layer10 { position: absolute;
             top: 89;
             left: 269;
             width: 150px;
             height: 180px;
             border-style: solid;
             border-width: 1px;
             border-color: #FF0000;             
             background: #FFFFFF;             
             margin-top: 0px;
             z-index: 11;             
           }                                                        


/* Tipografies */   
   .NormalHeader { font-family: verdana, arial;
      	         font-size: 9pt;
      	         font-weight: normal;      	         
      	         color: #FFFFFF;      	         
      	       }
   .NormalText { font-family: verdana, arial;
      	       font-size: 8pt;
      	       font-weight: normal;
      	       font-style: normal;      	         
      	       color: #000000;      	       
      	     }
   .CursivaText { font-family: verdana, arial;
      	        font-size: 8pt;
      	        font-weight: bold;
      	        font-style: italic;      	         
      	        color: #000000;       	           	       
      	     }
   .BoldText { font-family: verdana, arial;
      	     font-size: 8pt;
      	     font-weight: bold;
      	     font-style: normal;      	         
      	     color: #000000;
      	   }   
   .TitleText3 { font-family: verdana, arial;
      	      font-size: 12pt;
      	      font-weight: bold;      	       
      	      color: #FF0000;      	       
      	     }      	     
   .LegalText  { font-family: verdana, arial;
      	       font-size: 7.5pt;
      	       font-weight: normal;      	       
      	       color: #FFFFFF;      	       
      	     }
      	     
/* Estil anchor */
A {text-decoration: none; } 
A:link    { color: #FF0000; }   /* unvisited links */
A:visited { color: #FF0000; }   /* visited links */
A:active  { color: #FF0000; }   /* active links */
A:hover {text-decoration: none; color: #FFFFFF} 

A.tornar {text-decoration: none; } 
A.tornar:link    { color: #FF0000; }   /* unvisited links */
A.tornar:visited { color: #FF0000; }   /* visited links */
A.tornar:active  { color: #FF0000; }   /* active links */
A.tornar:hover {text-decoration: none; color: #000000} 

A.idioma {text-decoration: none; } 
A.idioma:link    { color: #FFFFFF; }   /* unvisited links */
A.idioma:visited { color: #FFFFFF; }   /* visited links */
A.idioma:active  { color: #FFFFFF; }   /* active links */
A.idioma:hover {text-decoration: none; color: #000000} 
