/************************************
 ** Estils de la taula de notï¿½cies ** 
 ************************************/
body{

}
table.noticies{
	margin:5px 1.5% 15px 1%;
	width:97%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#2e2e2e;
	border-collapse: collapse;
	font-size: .7em;
 }

table.noticies thead{
	display:none;
}

 table.noticies td.data{
 	font-weight:normal;
	width:124px;
	padding:7px 0 7px 0;
	text-align:center;
	background-color:#e3e5e7;
border-bottom:1px solid #d7d7d7;
 }
table.noticies td.foto{
	background-color:#ececec;
	/*height:75px; L ample ens el donara la imatge */
	width:124px;
	padding:5px;
	background: url("../Imatges/loading.gif") center no-repeat;	
        background-color:#ececec;
padding-top:5px;
padding-bottom:5px;

 }
 td.foto a{
 	border:1px solid #2e2e2e;
	display:block;
	text-decoration:none;
	/*height:60px; L ample ens el donara la imatge */
	padding:1px;
	overflow:hidden;
 }
 td.foto a:hover{
 	border:1px solid #f7721d;
	text-decoration:none;
 }
 td.foto a img{
 	border:none;
 }
 td.titol{
	background-color:#e3e5e7;
	padding:0 0 0 30px;
	text-align:left;
	font-weight:bold;
        padding:3px;
border-bottom:1px solid #d7d7d7;

 }
 td.titol a{
 	float:right;
 }
 td.text{
 	background-color:#ececec;
	padding:0 30px 0 30px;
	text-align:justify;;
	font-weight:normal;
padding-top:5px;
padding-bottom:5px;
 }
 td.text a, td.expandir a{
 	color:#647c94;
	text-decoration:underline;
 }
  td.text a:hover, td.expandir a:hover{
 	color:#f7721d;
	text-decoration:none;
 }
 td.idNoticia{
 	display:none;
 }
td.expandir{
text-align:right;
/*padding-bottom:15px;*/
background-color:#e3e5e7;
padding-bottom:5px;
padding:3px;
border-top:1px solid #d7d7d7;
}
p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1 em;
	color:#2e2e2e;
text-align:justify;
}
a.fotoNoticia img{
	border:none;
}	
a.fotoNoticia{
	float:left;
	border:1px solid #2e2e2e;
	padding:1px;
	margin:10px 10px 10px 10px;
}	 

a.fotoNoticia:hover{
	border-color:#f7721d;
}

p.titolNoticia{
	text-align:left;
	border:1px solid #d7d7d7;
	margin-left:230px;
	padding: 5px 15px;
	background-color:#e3e5e7;
	text-align:left;
	font-weight:bold;
}

div.textNoticia{
	text-align:justify;
	background-color:#ececec;
	padding:10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border:1px solid #d7d7d7;

}
div.textNoticia p{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#ececec;
}
p.dataNoticia{
	text-align:left;
	margin-left:230px;
	background-color:#ececec;
	border:1px solid #d7d7d7;
	padding-left:15px;

}
p.linkTornar a{
	color:#647c94;
	text-decoration:underline;
	text-align:right;
}
p.linkTornar a:hover{
 	color:#f7721d;
	text-decoration:none;
}
div.textNoticia a{
	
	color:#647c94;

 }
 div.textNoticia a:hover{
 	color:#f7721d;
	text-decoration:none;
 }

