div#contenidor_noticia{
	font-family: Arial,Verdana,"Trebuchet MS",Geneva,Helvetica,sans-serif;
	font-size: 12px;
	width: auto;
	margin: 15px;
	padding: 15px;
	background-color: #fafafa;
	color: #222222;
}
div#extracte{
	padding: 5px;
	background-color: #BDEAE7;
	color: #000000;
}
div#cos{
	padding: 5px;
	border: none;
	color: #222222;	
}
div#warning{
	margin: 5px 0px;
	padding: 5px;
	border: 1px dashed #ff0000;
	background-color: #eeeded;
	color: #ff0000;
	text-align: center;
}
div#validada{
	margin: 5px 0px;
	padding: 5px;
	border: 1px dashed #008000;
	background-color: #eeeded;
	color: #008000;
	text-align: center;
}
div#tags{
	color: #297e78;
	border-top: 1px solid #dddcdc;
	vertical-align: top;
	text-align: left;
}
div#tags p{
	line-height: 20px;
}
.data_noticia{
	border-top: 1px solid #dddcdc;
	font-size: 10px;
	vertical-align: top;
	text-align: right;
	line-height: 23px;
}
.titol{
	font-size: 18px;
	font-weight: bold;
}
.subtitol{
	font-size: 13px;
        line-height: 16px;
}