@CHARSET "UTF-8";

.noResultat {
	font-size:1.3em;
	font-weight:700;
	margin-bottom:20px;
}
.noCerca {
	margin-left:20px;
	margin-right:20px;
}

#fuzzy,#eines {	
	margin:15px auto 16px auto;
	border:1px dotted #c0c0c0;
	background:#f0f0f0;
	padding:10px;
	overflow:auto;
}
#fuzzy .noFuzzy {
	color:black;
	font-size:1.2em;
	font-weight:700;	
}
#fuzzy #carregant {
	margin:0 auto 0 auto;
	text-align:center;
}
#fuzzy #carregant div {
	font-size:700;
}
a.selector {
	color:#cb0000;
	font-size:9px;
	text-decoration:none;
}
a.selector:hover { 
	text-decoration:underline;
	cursor:pointer;
}

a.voldir1 {
	font-size:1.5em;
	font-weight:700;
	text-decoration:none;
	margin-bottom:5px;	
}
a.voldir1:hover {
	text-decoration:underline;
}
.voldir2 {	
	font-size:0.9em;
	text-decoration:none;
	margin-left:2px;
}

@media screen and (max-width:800px ) {
	#contenidor table.contingut td.cnt_bcolor { width:0px; }	
	#cnt_info ul, #cnt_info ol { padding-left:4px; 	}
	
	#fuzzy {
		margin-left: -15px;
		max-width:85vw;
	}
	
	.BlocContingut { 
		margin-left:0;
		margin-right:0; 
	}
	
	#resultats #llista > div:first-child { display: block; }
	#resultats #llista { width: 100%; }
	.llistaTaula {
		max-width:100%;
		width:100%;
	}
}