/* ---------------------------------------------------------
	=noticias_mini_3_col
------------------------------------------------------------ */
.noticias_mini_3_col{
	width:960px;
	height:66px;
	position:relative;
	margin:0 -20px 20px;
	background:#e8e8e8;
	color:#666;
	font-size:.9em;
	line-height:1.3;
}
.noticias_mini_3_col .scroller{
	width:905px;
	margin:0 0 0 25px;
	padding:5px 0;
}
.testnone{
display: block;
} 

.noticias_mini_3_col .scroller li{
	width:295px;
	height:56px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.noticias_mini_3_col .scroller li img{
	float:left;
	margin:0 10px 0 0;
}
.noticias_mini_3_col .scroller li p.titulo a{
	color:#666;
	font-weight:bold;
}

.noticias_mini_3_col .scroller_nav li{
	position:absolute;
	top:29px;
	width:4px;
	height:7px;
	text-indent:-9999px;
	background:url(/resources/img/basic.png) no-repeat;
	cursor:pointer;
}
.noticias_mini_3_col .scroller_nav li.prev{
	left:10px;
	background-position:0 -9px;
}
.noticias_mini_3_col .scroller_nav li.next{
	right:10px;
	background-position:-5px -9px;
}

.noticias_mini_3_col a.cerrar{
	position:absolute;
	top:-8px;
	right:8px;
	display:block;
	width:15px;
	height:15px;
	background:url(/resources/img/basic.png) no-repeat -50px -62px;
	text-indent:-9999px;
}