/* estils gràfics per tota la web */
img {
	border: 0px;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
.text {
	font-size: 12;
	font-family: tahoma;
	color: #666666;
	text-align: justify;
}
.titol {
	font-size: 15px;
	font-family: tahoma;
	color: #FFF;
	font-weight: bold;
}
.titolAjut {
	font-size: 15px;
	font-family: tahoma;
	color: #FFF;
	font-weight: bold;
}

.fonsTitol {
	background-color: #F93;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.fonsTitolAjut {
	background-color: #39F;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}


.subtitol {
	font-size: 13px;
	font-family: tahoma;
	color: #F93;
	font-weight: bold;
}

.seccio {
	font-size: 24px;
	color: #999;
	font-family: tahoma;
	font-weight: normal;
}
.negreta {
	font-weight: bold;
	color: #333;
	font-family: Tahoma;
	font-size: 13px;
}
.sangParragraf {
	padding-left: 20px;
}
.sangriaAbajo {
	margin-bottom: 60px;
	font-size: 12;
	font-family: tahoma;
	color: #666666;
	text-align: justify;
}
.botonForm {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F93;
	border-right: solid thin #666;
	border-bottom:solid thin #666;
}
.areaForm {
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}


.link {
	font-size: 12;
	font-family: tahoma;
	color: #f57d2f;
}
.celdaLinks {
	padding-left: 30px;
	padding-bottom: 20px;
}
.copyright {
	font-size: 10;
	font-family: tahoma;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.peuFoto {
	font-size: 10px;
	font-family: tahoma;
	color: #000;
	text-align: right;
	font-weight: bold;
}
.beques {
	padding-right: 25px;
}
.cursiva {
	font-size: 12;
	font-family: tahoma;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.biografia {
	padding-right: 25px;
	padding-left: 16px;
}
.fonsPeu {
	background-image: url(img/down.gif);
	background-repeat: no-repeat;
}
.adresa {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

