﻿/* Establim marges i bordes a 0 per evitar diferencies entre navegadors */
html, body, div, span, 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/fons.gif); /* gris */
	background-repeat:repeat;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#666666;
	margin: 10px auto auto auto;
	text-align: left;
}




/* 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*/

.destacada{
	margin-top:0px;
	color:#6991B5;
	font-size:1.5em;
	font-weight:normal;
}

.subtitol{
	margin-top:0px;
	color:#EE7A11;
	font-size:1.1em;
	font-weight:normal;
}
	
.llegirmes{
	text-align:left;
	font-size:1em;
	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:#6991B5;
	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:#000000;
	font-size:1em;
	font-weight:bold;
}


/*links*/
a {
	text-decoration:none;
	color:#6991B5;
	
	}
	
a:hover{
	text-decoration: underline;
	color:#6991B5;
	
}

a:visited
{
	color:#6991B5;
	}

.linkmenu
{
	text-decoration:none;
	color:#C7E4E7;
}	

.linkmenu:hover
{
	text-decoration:none;
	color:#C7E4E7;
}	

.linkmenu:visited
{
	text-decoration:none;
	color:#C7E4E7;
}	


/*paragraf*/
p{
	text-align:justify;
	}


/*tablas*/
.tr_cabecera
{
	background-color:#6991B5;
	color:#ffffff;
}	


/*imatges*/
.imagefloatleft{
	float:left;
	display:inline;
	border: solid 1px #666666; 
	margin:0.25em 1em 0.25em 0;
}

.imagefloatright{
	float:right;
	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;
}

.margehoritzontal  
{
	 margin-left:20px;
	}
/*misstges destacats*/   
.error {
background: #FDD1C5 url(imatges/ko.gif) center no-repeat;
background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 5px 20px 5px 45px;
border-top: 2px solid #FBAB95;
border-bottom: 2px solid #FBAB95;
color:#000000;
 
}    
