/* FULL D'ESTIL DEL BUTLLETÍ */

/* PROPIETATS GENERALS DE LA PÀGINA */
.fons	{
	background: white;
	margin-top: 25;
	margin-bottom: 25; 
	margin-right: 0;
	margin-left: 0;
	scrollbar-arrow-color: #5A6394;
	scrollbar-base-color: #C6CEE7;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C6CEE7;
	scrollbar-3dlight-color: #C6CEE7;
	scrollbar-shadow-color: #C6CEE7;
	scrollbar-darkshadow-color: #C6CEE7;
	}

/* PROPIETATS DEL TEXT */
.lletra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424848;
	line-height: 18px;
	text-align: justify;
	text-indent: -13px;
	margin-left: 15px;
	margin-right: 15px
	}

/* PROPIETATS DELS ENLLAÇOS */
/* generals */
a.general:link		{text-decoration: none; color: #6B7BAD; font-weight: bold } 
a.general:visited	{text-decoration: none; color: #6B7BAD; font-weight: bold }
a.general:active	{text-decoration: none; color: #6B7BAD; font-weight: bold }
a.general:hover		{text-decoration: underline; color: #6B7BAD; font-weight: bold }
/* lletra petita */
a.petita:link		{text-decoration: none; color: #6B7BAD } 
a.petita:visited 	{text-decoration: none; color: #6B7BAD }
a.petita:active  	{text-decoration: none; color: #6B7BAD }
a.petita:hover 		{text-decoration: underline; color: #6B7BAD }
/* citació */
a.cita:link		{text-decoration: none; color: #424848 }
a.cita:visited 	{text-decoration: none; color: #424848 }
a.cita:active  	{text-decoration: none; color: #424848 }
a.cita:hover	{text-decoration: underline; color: #424848 }
/* opcions */
a.op:link		{text-decoration: none; color: #A9AAAA }
a.op:visited 	{text-decoration: none; color: #A9AAAA }
a.op:active  	{text-decoration: none; color: #A9AAAA }
a.op:hover		{text-decoration: underline; color: #A9AAAA }

/* PROPIETATS DE L'ENCAPÇALAMENT DEL DOCUMENT */
.taulaA	{
	width: 480px;
	height: 101px;
	border: 0px;
	}
.logo	{
	width: 75px;
	height: 101px;
	text-align: center;
	vertical-align: top
	}
.data	{
	width: 403px;
	height: 33px;
	text-align: left;
	vertical-align: bottom
	}
.títol	{
	width: 403px;
	height: 65px;
	text-align: center;
	vertical-align: bottom
	}

/* PROPIETATS DE LA CITACIÓ */
.citació 	{
	width: 535px;
	border: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424848;
	}
	
/* PROPIETATS DELS APARTATS */
.taulaB	{
	width: 535px;
	border-width: 1px;
	border-style: solid;
	border-color: #C6CEE7;
	text-align: center
	}
.taulaC	{
	width: 525px;
	border-width: 0px;
	text-align: center
	}
/* Propietats de la fila 1 */
.encapçalament	{
		height: 25px;
		background-color: #C6CEE7;
		vertical-align: middle;
		}
/* Propietats de la cel·la on hi ha el nom de l'apartat */
.nom	{
	width: 396px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #52638C;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	}
/* Propietats de la icona */
.icona	{
	width: 187px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	}
		
/* PROPIETATS DE LA LLETRA PETITA */
.notes 	{
	width: 535px;
	border-color: #C6CEE7; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: dotted;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9AAAA;
	}

/* PROPIETATS DE LES ICONES */
.opcions 	{
	width: 535px;
	border: 0; 
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9AAAA;
	}

/* PROPIETATS DELS LOGOS INSTITUCIONALS */
.institucional	{
		width: 535px;
		border: 0;
		text-align: center
		}
.slcub	{
	width: 300px;
	padding-right: 45px;
        text-align: right
	}
.xdl	{
	width: 235px;
	padding-left: 0px;
	text-align: left
	}
