/* Noticia */
	#noticia {
		padding: 10px;
		color: #000;
	}
		#noticia h2 {
			background: transparent url(/images/icono-pica.png) no-repeat scroll 0pt 4px;
			color: #954141;
			font: normal normal 700 2.5em "Trebuchet MS","Gill Sans",arial,sans-serif;
			line-height: 1em;
			height: auto;
			margin: 20px 0 5px;
			padding: 0 0 0 22px;
		}
		#noticia h3 {
			color: #954141;
			font: normal normal 700 1.5em "Trebuchet MS","Gill Sans",arial,sans-serif;
			line-height: 1.1em;
			margin: 5px 0;
		}
		#noticia ul.post-info {
			margin: 0 0 10px 5%;
			overflow: hidden;
			width: 95%;
		}
			#noticia ul.post-info li {
				border: 0;
				color: #979797;
				display: inline;
				font: normal normal 400 1.2em Georgia,"Times New Roman",Times,serif;
			}
				#noticia ul.post-info abbr,
				#noticia ul.post-info em {
					border: 0;
					color: #979797;
					font: normal normal 400 1em Georgia,"Times New Roman",Times,serif;
				}
		#noticia em.entradilla {
			color: #383838;
			display: block;
			font: normal normal 700 1.4em "Trebuchet MS","Gill Sans",arial,sans-serif;
			line-height: 1.5em;
			margin-bottom: 5px;
		}
			#noticia div.entry-content{}
				#noticia div.imagen {
					width: 335px;
					margin: 0 auto;
				}
				#noticia div.imagen img {
					border: 2px solid #999;
					border-bottom-color: #CCC;
					border-right-color: #CCC;
					display: block;
					margin: 5px 0 5px -5px;
				}
				#noticia .pie-foto {
					color: #954141;
					display: block;
					font: normal normal 700 1.2em "Trebuchet MS","Gill Sans",arial,sans-serif;
					margin: auto;
					padding: 0 5px 5px;
					text-align: center;
				}
				#texto {
					color: #383838;
					font: normal normal 400 1.4em "Trebuchet MS","Gill Sans",arial,sans-serif;
					line-height: 1.5em;
					margin-bottom: 20px;
				}
					#texto p { margin-bottom: 5px; }
					#texto dl { margin-left: 10px; }
						#texto dt { font-weight: 700; }
						#texto dd { margin: 0 0 5px 5px; }
					#texto ol, #texto ul {
						list-style-type: disc;
						margin: 10px 0 10px 20px;
					}
				#noticia ul.source {
					margin: 15px 0;
					overflow: hidden;
					text-align: center;
					width: 100%;
				}
					#noticia ul.source li {
						color: #979797;
						display: inline;
						font: normal normal 400 1.3em Georgia,"Times New Roman",Times,serif;
						padding: 0 50px;
					}
					#noticia ul.source li a { color: #979797; }
				#tags {
					margin-bottom: 15px;
					overflow: hidden;
					text-align: center;
					width: 100%;
					margin-bottom: 30px;
				}
					#tags li {
						display: inline;
						padding: 0 15px;
						width: auto;
					}
						#tags li:first-child { padding-left: 0; }
						#tags li a { 
							color: #008F00;
							font-size: 1.5em;
							text-decoration: underline;
							white-space: nowrap;
						}
							#tags li a:hover {
								color: #70B53E;
								text-decoration: none;
							}
							#tags li a:visited { color: #007100; }
				#lista_comentarios li{
					font: normal normal 400 1.3em "Trebuchet MS","Gill Sans",arial,sans-serif;
					color: #383838;
					margin-bottom: 20px;
				}
					#lista_comentarios li a {
						color: #008F00;
						text-decoration: underline;
					}
					#lista_comentarios li a:hover {
						color: #70B53E;
					}
					#lista_comentarios li cite {
						font-weight: bold;
						font-size: 1.2em;
						color: #000;
					}
					#lista_comentarios li abbr {
						 border-bottom: 0;
					}
					#lista_comentarios li q {
						display: block;
						width: 100%;
						font-style: italic; 
					}
	/* Barra d'Eines */
		#noticia ul.utilidades {
			background: url(/images/bg-bottom.gif) repeat-x;
			border-bottom: 1px solid #CCC;
			overflow: hidden;
			padding: 10px 5px 5px 15px;
			width: 305px;
		}
			#noticia ul.utilidades li {
				float: left;
				margin-right: 12.5px;
			}
				#noticia ul.utilidades li img,
				#noticia ul.utilidades li strong {
					display: block;
					float: left;
				}
				#noticia ul.utilidades li strong { margin-left: 5px; }
				#noticia ul.utilidades li.util_print img { margin-top: -3px;}
	/* Fi Barra d'Eines */
/* Fi Noticia */