.titol1 {
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	border-top: 1px none #FF0000;
	border-right: 1px none #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px none #FF0000;



}
.titol2 {
	font-size: 12px;
	text-align: justify;
	font-style: italic;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FF0000;
	border-left: none;
	color: #FF0000;
	font-weight: bold;
	padding-top: 20px;
	text-indent: 0pt;

}
.normal {
	font-size: 12px;
	font-style: normal;

}
.petita {
	font-size: 11px;
}
.poema {
	font-size: 16px;
	text-align: left;
	text-indent: 0pt;
}
.llista {
	font-size: 10px;
	margin-left: 50px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: justify;
	padding: 2px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 8px;
	margin-left: 50px;
}
a {
	color: #990000;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 20pt;
	height: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	white-space: normal;
}
h3 {
	font-size: 12pt;
	color: #666666;
}
h2 {
	font-size: 16pt;
	color: #666666;
	margin-top: 20px;
}


h4 {
	font-size: 16pt;
	font-style: italic;
	color: #666666;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
	padding-top: 10px;
}
h5 {
	font-size: 12pt;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	background-color: #DDDDDD;
	border-right-style: solid;
	border-top-style: solid;
}
/* "fletxes" es fa servir per les icones de navegacio */
.fletxes {
	font-size: 14pt;
}
body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12pt;
}
.highlight {
	font-weight: bold;
}
	
div.top {
	position: absolute;
	height: 100px;
	width: 99%;
	background-color: #93B2E8;
	left: 0px;
	top: 1px;
	}
	
div.sidebar {
	top: 105px;
	background-color: #EFEFEF;
	width: 19%;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: solid;
	position: absolute;
	left: 4px;
}


div.main {
	position: absolute;
	padding: 6px;
	width: 78%;
	left: 21%;
	top: 105px;
	background-color: #FFFFFF;
}
.english {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.img_right {
	float: right;
	margin-right: 10px;
	margin-left: 15px;
	padding: 15px;
	border: 1px solid #999999;
}
.img_left {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding: 15px;
	border: 1px solid #999999;
}
#left {
	background-color: #efefef;
	padding: 15px;
	width: 20%;
	float: left;
	margin-right: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	top: 100px;
}
