/* ---------------------------------------------------------
	=noticia_1_col_c
------------------------------------------------------------ */
.noticia_1_col_c{
	width:300px;
	margin:0 0 14px;
	padding:8px 0 0;
	overflow:auto;
	background:url(/resources/img/bg_noticia_top.png) no-repeat -610px 0;
}
.noticia_1_col_c img.foto{
	float:left;
	margin:0 10px 0 0;
	width:100px;
	height:80px;
}
.noticia_1_col_c .texto{
	float:left;
	width:190px;
}
.noticia_1_col_c .texto.sin_imagen{
	float:none;
	width:auto;
	margin-left:10px;
}
.noticia_1_col_c h2{
	margin:0 1px 5px 0;
	font-size:1em;
	line-height:1.3;
}
.noticia_1_col_c h2 a{
	color:#000;
}
.noticia_1_col_c .firma{
	line-height:1.2;
	text-transform:uppercase;
	font-size:.9em;
	color:#999;
}
.noticia_1_col_c .comentarios{
	margin:0 0 3px;
	line-height:1.2;
	color:#666;
	font-size:.9em;
}
.noticia_1_col_c .entradilla{
	margin:0 0 10px;
	font-size:.9em;
	line-height:1.3;
}

.noticia_1_col_c .enlace_cronica{
	clear:both;
}

/*
reglas para cuando la herrameinta esta dentro de la herramienta .grupo_noticias_1_col
*/
.grupo_noticias_1_col .noticia_1_col_c{
	width:282px;
	margin-left:4px;
	background:url(/resources/img/bg_noticia_top.png) no-repeat -910px 0;
}
.grupo_noticias_1_col .noticia_1_col_c .texto{
	width:172px;
}
.grupo_noticias_1_col .noticia_1_col_c .texto.sin_imagen{
	width:auto;
}

	/* gaztea */
	#gaztea .noticia_1_col_c{
		padding:0;
		background:none;
		color:#fff;
	}
	#gaztea .noticia_1_col_c h2 a{
		color:#dd001b;
	}
	/* hiru */
	#hiru .noticia_1_col_c{
		color:#000;
	}
	#hiru .noticia_1_col_c h2 a{
		color:#fff;
	}
	#hiru .noticia_1_col_c .firma{
		color:#333;
	}