/* para agregar noticias a st5 */

/* div que abarca thumbs y noticias */
#big_th_cont {
	border: none;
	margin: 0 auto 0 auto;
	padding: 0;
    max-width: 1000px;
}

/* limito el ancho del th_cont: */
#th_cont {
	width: 70%;
    max-width: 650px;
	float: left;
    margin: 0 0 0 auto;
}

/* div del resumen de noticias */
#nws_resumen, #links_ext {
	float: left;
	width: 25%;
	margin: 0 auto 20px auto;
	vertical-align: top;
	padding: 0;
	background: #B2B2B2;
}
#links_ext .un_link {
	padding: 5px;
	border-top: 1px solid #717171;
	background: #CCCCCC;
}
#nws_resumen a:link, #nws_resumen a:visited {
	color: #000080;
	text-decoration: none;
}
/* titulo de todo el div de noticias */
#nws_resumen #tit_nws {
	font-weight: bold;
	margin: 0 0 1ex 0;
	background: #2D5900 url(/imgs2/tit_nws.jpg); color: #fff;
	padding: 2px 1px 2px 20px;
	text-transform: uppercase;
	font-size: 11.5pt;
	line-height: 33px;
}
#nws_resumen div.un_nws {
	margin: 1ex 0 0 0;
	border-bottom: 1px solid Silver;
	padding: 0 15px 1ex 15px;
	min-height: 97px;
}
#nws_resumen, #nws_resumen span.tit {
	font-size: 12px;
}
#nws_resumen span.tit {
	font-weight: bold;
	color: #000080;
}
#nws_resumen div.un_nws img {
	clear: both;
	margin: 0 6px 0 0;
}
div.fnws {
	clear: both;
}