.body{font-size:10px;font-family:"Verdana";}
.menu{font-size:10px;font-family:verdana;text-decoration:none;}
.smallest{font-family:Verdana;font-size:10px;color:#333333;}
.lineaFoto{font-family:verdana;font-size:3px;color:#CCCCCC;}
.artistIndex{font-family:verdana;font-size:14px;}
.direccion{font-family:verdana;font-size:12px;}
.texts{font-family:verdana;font-size:12px;text-decoration:none; list-style:none}
.biggest{font-size:36px;}
.docepx{font-size:12px;}
a{font-family:"Verdana";text-decoration:underline;color:#000000;}
a:link{text-decoration:underline;}
a:visited{text-decoration:underline;color:#000000;}
a:hover{text-decoration:none;color:#000000;}
a:active{text-decoration:underline;color:#000000;}

DIV#loader {
  border: 1px solid #ccc;
  width: 500px;
  height: 500px;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#loader.loading {
  background: url(/img/spinner.gif) no-repeat center center;
}

