html {
	margin: 0px; 
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
/*	color: #335c85;  (Per defecte lletra de color blau fosc)*/
	color: #000; /*(Per defecte lletra negre)*/
	border: 4px solid #315d84;
}

table{
	width:100%;
}

.Capdemunt {
	color : #ffffff;
	background-color: #639ace;
}

.Logotips {
	width: 10px;
	vertical-align: bottom;
}

.imatge{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.imatge2{
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom:-4px;
}

.Idiomes{
	vertical-align:bottom;
	text-align:right;
}

.BarraDireccio {
	color: #313063;
	background-color: #ff9a00;
	font-size: 11px;
	font-weight: 900;
	text-align: right;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #315d84;
	border-bottom-color: #315d84;
}

.BarraDireccio a{
	color : #313063;
	text-decoration: none;
}

.BarraDireccio a:hover{
	color: #000;
	text-decoration: none;
}

.BotoneraMenu{
	vertical-align:top;
  background-color: #315d84;
	width:164px;
	height:400px;
}
.BotonsMenu{
	color : #ffffff;
	background-color: #315d84;
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:25px;
	z-index:3;
	font-weight: bold;
	font-size: 16px;
}

.BotonsMenuActual{
	color : #ff9a00;
	background-color: #315d84;
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:25px;
	z-index:3;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.BotonsMenuSeleccionat{
	color : #ffc944;
	/*background-color: #315d00; Al passar per sobre un boto, color verdos)*/
	background-color: #254563; /*Al passar per sobre un boto, color blau molt fosc)*/
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:25px;
	z-index:3;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.Submenu {
	color : #ffffff;
	/*background-color: #315d84;*/
    background-color: #254563;
	position:absolute;
	padding: 4px;
    left:164px;
    top:0px;
	width:150px;
	height:auto;
	z-index:2;
	visibility:hidden;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
.Submenu a{
	color : #FFF;
	background-color: #254563;
	text-decoration: none;
}

.Submenu a:hover{
	background-color: #254563;
	color : #FFC944;
	text-decoration: none;
}


.ContenidorContingut{
	vertical-align:top;
	padding:10px;
	background-image: url(../imatges/fons1.gif);
	background-repeat: repeat-y;
}

.Contingut{
	position:relative;
	text-align:justify;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}

.Contingut a{
	color: #313063;
	text-decoration: none;
	font-weight: bolder;
}

.Contingut a:hover{
	color: blue;
	text-decoration: underline;
}

//.Contingut a:visited{
//	color: #450090;
//}

.PeuPagina{
	color: #000;
	background-color: #ff9a00;
	font-size: 11px;
	font-weight: 900;
	padding-right: 16px;
	text-align: right;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #315d84;
}





.titol{
//	font-size: large;
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
}

.negreta{
	font-weight: bold;
}

.nonegreta{
	font-weight: normal;
}

.nonegretaesquerra{
	font-weight: normal;
	text-align:left;
}

.cursiva{
	font-style: italic;
}

.destacat{
	font-weight: bold;
	color: #800000;
}



.centrat{
	text-align: center;
}

.lletraGrosseta{
	font-size: larger;
	font-weight: bolder;
}

.taulaNomContinguts{
	font-weight:bold;
	text-align:right;
	width: 200px;
}
.tresColumnes{
	font-weight:bold;
	text-align:center;
	width: 29%;
	vertical-align: top;
}
.contingut{
	font-size: medium;
	font-weight: normal;
}

.dataPetita{
	font-size: x-small;
	font-weight: bolder;
	text-align: right;
}

.anteriorSeguent{
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

.anteriorSeguent a{
	background-color:#FFFFFF;
    text-decoration: none;
    color : #315d84;
}

.anteriorSeguent a:hover{
	background-color:#FFFFFF;
    text-decoration: none;
    color : #ff9a00;
}
.negretaPetita{
	font-size:small;
	color:#3A2B57;
	font-weight: bolder;
	text-align: right;
}
