﻿/* Establim marges i bordes a 0 per evitar diferencies entre navegadors */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
	}

body{
	background-color:#cacaca; /* gris clar */
	background-image:url(./imatges/fons2.gif); /* gris */
	background-repeat:repeat;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#666666;
	margin-top: 10px;
}




/* estils de capes per nom */

.bloc_left
{
	text-align:left;
	margin:5px ;
	padding:0 20px 15px 20px;
	border: none;
}


.bloc_center
{
	text-align:center;
	margin:5px ;
	padding:0 20px 15px 20px;
	border: none;
}

.requadre{
	margin:5px ;
	padding:0 20px 15px 20px;
	border: solid 1px #999999;
	background-color:#ffffff;
}




/*estils per a les noticies*/
.subtitol{
	margin-top:0px;
	color:#EE7A11;
	font-size:1.1em;
	font-weight:normal;
}
	
.llegirmes{
	text-align:right;
	font-size:0.9em;
	font-weight:normal;
}	

.lletres_menu
{
	color:#666666;
	
	}
.lletres_menu:hover
{
	color:#006633;
	text-decoration:none;
	}
.lletres_menu:visited
{
	color:#666666;
	text-decoration:none;
	}


/* h2 - per titols pagina */	
h1{
	text-align:left;
	color:#990000;
	font-size:1.5em;
}

h2 {
	margin-top:1em;
	margin-bottom:0.2em;
	text-align:left;
	color:#666666;
	font-size:1.20em;
	font-weight:bold;
}

h3 {
	margin-top:1em;
	margin-bottom:0.2em;
	text-align:left;
	color:#990000;
	font-size:1em;
	font-weight:bold;
}


/*links*/
a {
	text-decoration:none;
	color:#006633;
	
	}
	
a:hover{
	text-decoration:underline;
	
}

a:visited
{
	color:#006633;
	}

	
/*paragraf*/
p{
	text-align:justify;
	}



	

/*imatges*/
.imagefloatleft{
	float:left;
	display:inline;
	border: solid 1px #666666; 
	margin:0.25em 1em 0.25em 0;
}

.imagenoborder{
	border: none /* blanc */	
}

.imageborder{
	border: solid 1px #666666; 
	margin:0.25em 1em 0.25em 0;
}