* {margin: 0; padding: 0;} /* selector universal */

body {   
	margin:0 auto;
    width: 100%;    
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;      
    color: #000000;   
    font-size: 12px;    
    line-height: 2;     
}  


#pagina {
	 background-color:#fff;
}

#capcalera {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	
}

#menu {
	/*com puc fer xq menu em quedi enganxat a la banda de colorets de sobre?*/
	background-color: #fff;
	padding-top: 0px;
	font-weight: bold;
	line-height: 1.3em;
}

.barra {
padding-top: 0px;
height: 24px;
background-image: url(img/barra_colors.gif); 
background-repeat: repeat-x;   
background-position: 0 0px; 
}

#text {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 90px;
	width: 80%;
}


#peu_tot {
	/*com puc fer xq français em quedi enganxat a la barra de colorets que té sota?*/
	background-color: #ccc;
	float: left;
	padding-top: 0px;
	width: 100%;
}
.peu {  
/*com puc fer xq el text em quedi pegat a la barra de colrets x sota?*/
line-height: 1;
padding-left: 200px;
} 

h2 {   
	color: #000000;
    font-weight: bold;
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: 16px;     
} 

h3 {   
	color: #333333;
    font-weight: bold;
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: 14pt;     
} 



p {   
    text-decoration: none; 
    text-align: justify;      
}
ul {   
      list-style-type: none;
	  line-height: 1.3em;       
} 

em {   
   font-style : italic;   
}   
  
strong {   
   font-weight: bold;   
}  

img {
border-width:0px;
}

a:link {
	color: #000000;
	text-decoration: underline;

}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}



a.links_menu {
	padding: 0 4px;
	color: #000000;
	text-decoration: none;
}

a.links_menu:hover {
	padding: 0 4px;
	color: #000000;
	background-color: #0099cc;
	text-decoration: none;

}

a.links_enll {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.links_enll:hover {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
}


