/*
CSS in comune
*/

/* Colors */
#doc3 {
  font: 108% Verdana, Tahoma, sans-serif;
}

#bd {
  background-color: #FFF; /*#28609A;*/
}

#hd {
  background-color: #347BC3;
}

/* Header  parts position */

#title  { 
  font-size: 300%;
  font-weight: lighter;
  color: #FFF;
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  width: 75%;
  left: 240px;
}

#logo  { 
  position: absolute;
  top: -5px;
}  

#cerca  { 
  position: absolute;
  top: 40px;
  right: 30px;
}

#tabs { 
  position: relative;
  width: 75%;
  left: 232px;
  padding-bottom: 8px;
}

#tabs a { 
 padding: 13px;
 padding-top: 8px;
 padding-bottom: 8px;
 margin-right: -5px;
}

/* Others */

#title a,a:visited { 
  text-decoration: none;
  color: #FFF;
}

#tabs a { 
 font: bold 93% Verdana, Tahoma, sans-serif;
 text-decoration: none;
 background: #347BC3;
 color: #FFF;
}

#tabs a:hover { 
 background: #28609A;
}

#tabs a.current { 
 background: #FFF;
 color: #333;
}

#tabs a.current:hover { 
 color: #DDD;
}

#q {
  width: 100px;
}

#bd a {
  text-decoration: underline;
  color: #00F;
}

#bd {
  padding: 30px;
}

#sidebar {
  border-left: 1px solid #000;
  padding: 20px;
}

#ft {
  border-top: 1px solid #000;
  padding: 20px;
  text-align: center;
  font-size: 93%;
  font-weight: bold;

}


