/* CSS Document */

/* Div que separa cada notícia */
.both_noticia { 
	clear:both; 
}

/* Div que engloba tota la notícia */
.div_noticia {
	width:90%; 
	margin-bottom:20px;
	margin-top:20px;
}

/* Si la noticia va emmarcada */
.marc_noticia{
	border:#447808 2px solid;
	padding:20px; 
}

/* Estil de la data */
.data_noticia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin-bottom:5px;
	border-bottom:1px #DDDDDD solid;
}

/* Estil de la imatge */
.img_noticia {
	padding:5px;
	border:#CCCCCC 2px solid;
	background-color:#DDDDDD;
}

/* Estil del títol */
.titol_noticia {
	color:#447808;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	cursor:pointer;
}
.titol_noticia:hover{
	color:#aedd42;
}

/* Estil del subtitol */
.subtitol_noticia {
	color:#666666;	
	font-size:11px;
}
