/* Fitxer estils.css*/
	   	/*fons groc pàlid, lletres negres*/
	   	html {
			background: #ffe;
 			color: #000;
			}
/* contenidors */	   	
	   	.container {
	   	width: 700px; 
	   	background-color: #ffd;
	   	margin-top: 0;
	   	margin-left: 12%;
	   	overflow: hidden;/*  AVUI*/
	   	}
	   		
	   		.logo h1 {			
			display: none;
			}
	   		
	   		.logo {
	   		width: 700px;
			height: 150px;
	   		background: url(images/logo.jpg);
	   		}
	   	
	   	.containerentrades {
	   	font-family: "Georgia", "Verdana","Trebuchet MS", serif;
	   	width: 27em; /* era 60% */ 
	   	float: left;
	   	padding-left: 15%;
	   	}  
	   	
	   		.entrada {
			line-height: 1.32em;
	   		font-size: 1em;
	   		text-align: justify;
	   		padding-bottom: 1.5em;
                        }  
	   					
			.entrada p {margin-bottom: 0}

			.entrada p + p {
			margin-top: 0;
			text-indent: 2em;
			}/*sangria excepte primer paràgraf*/
								   	
			.entrada h2 {
		   	font-size: x-large;
		   	font-weight: bold;
		   	text-align: left;
margin-top: 1.7em;
		   	} 
	   	
		   	.entrada h6 {
		   	font-size: small;
		   	font-weight: normal;
		    	color: #BFBFBF;
		    	margin-top: -1.7em;
		    	/*margin-bottom: 0em; més enganxat*/
		   	}  
	   	
		   	.dropcap {
		   	float: left;
		   	font-weight: bold;
		   	color: gray;
		   	font-size: 5.5em;
		   	line-height: 0.55em;
		   	}
	   	
	   	.menudret {
	   	font-size: small;
	   	font-weight: normal;
	   	color: #BFBFBF;
	   	font-family: Trebuchet MS, helvetica, sans-serif, verdana;
 	   	float: right;
	   	width: 10%;
	   	padding-top: 15%;
	   	padding-right: .5em;	
	   	} 
	   	
		   	/*fa que els items del menú tinguin menys separació que la normal de /p*/
		   	.menudret p { margin-top: .5em; margin-bottom: .3em; }
		   	
		a:link { text-decoration:none; color:gray }
		a:visited { text-decoration:none; color:#999000 }
		a:hover { color:#9990cc }
/* end contenidors */
	   	
	   	
	   	
	   	
	   	  		   	
	   	
	   	
	   	 
/*Fi del fitxer estils.css*/
