 html {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}
 body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
h1 { color:#008080; font-size:35px;  text-align:center}
h2 { color:#000000; font-size:25px; text-align:center}
h3 { color:#000000; font-size:20px; } 
.titol_verd { color:#008080; font-weight:bold}
.text_verd { color:#008080;}
.titol_blau { color:navy; font-weight:bold}
.text_blau { color:navy;}
p { color:#000000; text-align:justify; font-size:15px}
li { color:#000000; text-align:justify; font-size:15px}
td { color:#000000; font-size:15px}
a { color: #007bff; font-size:15px; text-decoration: none;}
.subtitol_h1_negreta{
  	color:#000000; 
	font-size:20px; 
	text-align:center;
	font-weight: bold;
	}
.clauREL{
	font-family: Courier,"Courier New";
}

ol.nombres_aniuats {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
li.nombres_aniuats {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}
li.nombres_aniuats:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
 }
 li.nombres_aniuats li.nombres_aniuats {
	margin: 0;
 }
 li.nombres_aniuats li.nombres_aniuats:before {
	content: counters(item, ".") ". ";
 }
