/* CSS General */

/*
NOTA CSS:
 Llibre_Normatiu_Web --> 2. Aspectes generals --> 2.2. Text, 2.3.2 Cos de text: Text Normal
*/
body {
  margin:0px;	
  padding: 3px 0 10px 0;	  
  font-family: Verdana,Sans-Serif; 
  font-size:68.75%;
  color:#000; 
  background-color:#fff;
}

body table {
  font-size:1em;
}

img {
  border:none;
}


