/* ETIQUETES PREDEFINIDES */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
	}
	
#esquerra {
	position:fixed;
	width:233;
	margin-left: 0px;
	padding-top:25px;
	text-align: center;
	background-color:#ffffff;
	font-size: 11px;
	}

#anys-titol {
	position: relative;
	margin-top: 30px;
	margin-left: 33px;
	margin-right: 33px;
	padding: 3px;
	text-align: center;
	background-color:#cccccc;
	font-size: 12px;
	border: 1px solid #cccccc;
	color: #000000;
	font-weight: bold;
	}
	
#anys-llista {
	position: relative;
	margin-top: 0px;
	margin-left: 33px;
	margin-right: 33px;
	padding: 6px;
	text-align: center;
	background-color:#ffffff;
	font-size: 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}


#dreta {
	position:absolute;
	top: 0px;
	left: 248px;
	right: 0px;
	background-color: #f9f7f1;
	padding-right: 15px;
	padding-left: 10px;
	padding-top:25px;
	text-align: justify;
	border-left: 1px dashed #ff9900;
	font-size: 14px;
	line-height: 20px;
	}


/* LINKS */

a:link {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;}
	
a:visited {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;}
	
a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:active {
		font-weight: bold;
	color: #000066;
	text-decoration: underline;
}



/* ESTILS PERSONALITZATS */


.titol-any {
	widht: 100%;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000066;
	padding-bottom: 10px;
	border-bottom: dotted 2px #000066;
	;
	}

.esq-titol {
	text-align: center;
	color: #000066;
	border-bottom: dashed 1px #000066;
	padding-bottom: 8px;
	border-bottom: dotted 3px #000066;
	background-color: #f3d1fc;
	}

.altresanys {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #000066;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	}

.dates {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
	color: #000066;
	padding-bottom: 16px;
	padding-top: 16px;
	}

.activitats {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #000000;
	padding-left: 8px;
	padding-bottom: 16px;
	padding-top: 16px;
	border-bottom: dotted 2px #ff9900;
	}

.links-ea {
margin-top: 35px;
margin-bottom: 30px;
font-size: 10px;
text-align: center;
color: #000000;
font-weight: normal;
}