/*
   ESTILS DE CLASS
   Amb aquests estils personalitzarem els globus, links, etc a nivell de CLASS.
   Podem donar doncs un estil comú a un grup de DIV's o links.
   Per cada DIV que volguem que pertanyi al grup estètic caldrà definir-li la
   propietat CLASS amb la classe creada a la secció següent. El mateix pels enllaços.
*/

   /*CLASSES DE GLOBUS*/
DIV.globus_info{
   position: absolute;
   display: none;
}

   /*CLASSES DELS LINKS*/
A.globus_info{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#000000;}
A.globus_info:link{}
A.globus_info:visited{}
A.globus_info:hover{background-color:#aaa;}
A.globus_info:active{}

/*
   ESTILS DE ID
   Amb aquests estils personalitzarem els globus a nivell d'ID. Podem fer doncs
   que cada DIV tingui diferents estils.
   A cada DIV (o globus) li posarem un ID diferent per identificar-lo. Si volem
   diferenciar aquest DIV dels altres cal afegir el seu ID amb els nous estils
   a la secció següent.
*/
DIV#globus_nick{
   background: url("../imgs/globus.gif") no-repeat top;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   width: 175px;
   height: 76px;
}

/*
   CONTINGUT
   Estils del contingut del o dels globus.
*/
A.Tancament{position: absolute; color: #333; top: 25px; left: 150px; font-size:12px; font-weight: bold;}
A.Tancament:link{}
A.Tancament:visited{}
A.Tancament:hover{color: #CCC;}
A.Tancament:active{}

span.Loader{
   position: absolute;
   display: none;
   font-size:10px;
   color: #555;
   //font-weight: bold;
}
span#Loading{
  top: 30px;
  left: 55px;
  width: 64px;
  height: 64px;
}
span#Nick{
   position: absolute;
   color: #FF6600;
   top: 25px;
   left: 11px;
   font-size:12px;
   font-weight: bold;
}
span#EtiquetaMsgPubli{
   position: absolute;
   color: #333;
   top: 42px;
   left: 10px;
   font-size:10px;
   font-weight: bold;
}
span#MsgPubli{
   position: absolute;
   color: #666;
   font-size:10px;
   top: 42px;
   left: 80px;
}
span#EtiquetaDataAlta{
   position: absolute;
   color: #333;
   top: 57px;
   left: 10px;
   font-size:10px;
   font-weight: bold;
}
span#DataAlta{
   position: absolute;
   color: #666;
   top: 57px;
   left: 80px;
   font-size:10px;
}
span#MsgErr{
   position: absolute;
   color: #FF0000;
   top: 55px;
   left: 20px;
   font-size:11px;
   font-weight: bold;
}
#dibu{
   position: absolute;
   top: 77px;
   left: 55px;
}
/*-----------------------------FI d'ESTILS----------------------------------------*/

