/* CSS Document */

html {font-size:13px;}

body {	
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(../images/fons_general_pagina.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;}

a {color:#780703;text-decoration:none;}
a:hover {text-decoration:underline;}

/* Títols pàgines */
.contentheading {color:#780703;
	font-size:1.5em;
	margin-top:5px;
	font-weight:bold;}
/* Títol pàgines notícies */
.componentheading {color:#780703;
	font-size:1.5em;
	margin-top:5px;
	font-weight:bold;}

/* Filet vermell a imatges */
.imatge_filet {border-bottom:3px solid #780703;
border-top:1px solid #999999;
border-right:1px solid #999999;
border-left:1px solid #999999;}
.taula_sombrejat {border-bottom:1px dotted #780703;}
.text_imatge {
color:#780703;
font-size:0.8em;
margin-bottom:10px;}
.text_imatge span {color:#666666;}
.vermell {color:#780703;
font-weight:bold;}
.categoria{color:#666666;}
