body {  
 
	font-family: Arial, sans-serif;  
	font-size: 10pt;
	background: #fff;  
	color: #000; 

}

h1 { 
     color: #000;  
     font-size:45px;
     margin: 0;  
     padding: 0px;  
     line-height: 1;  
     padding-left: 125px;  
     border-bottom: 3px solid #566c41;  
}

h2 {  
	color: #000; 
	padding-left: 25px;  
	padding-top: 15px;  
	padding-bottom: 15px;  
}

h3 {  
	padding-left: 45px;  
	padding-top: 15px;  
	padding-bottom: 15px;  
}

p {  
     text-decoration: none;  
     text-indent: 2em;
     text-align: justify;    
}
 /* ficar més cosetes */
blockquote {
	width: 70%;
	font-family: georgia,Arial,sans-serif;
	font-size: 8pt;
	color: #6d6d6d; 
	text-align: justify;
	line-height: 1.5em;
	margin-left: 15%;
	padding: 10px;
}

.cita {
	background-color:#e1f5cd;
	font-style: italic;
	margin: 0px;
	padding: 4px;
}

.autoria {
	font-size: 120%;
	font-weight: bold;	
}

acronym {  
	border-bottom: 1px dotted;  
	cursor: help;
	font-style: italic;  
}
  
em { 
	 
	font-style: italic;  
}

a:link, a:visited {color: #781351}

a[href]:after {  
	content: " (Enllaç " attr(href) ")";  
	display: block;  
	color: blue;  
	text-decoration: none;  
}

img[alt]:after{  
	content: " (Imatge " attr(alt) ")";  
	display: block;  
	color: ccc;  
}

/* Selectors d'elements organizatius del document */

#contiguts {
	background-color: #fff;
	color: #333;
	width: 95%;
	margin-left: 3%;
	margin-right: 2%;
	text-align:justify;
}

#capcalera{
}
#lateral,#peu {
	display:none;
}
