.fl {
	float: left; display: inline;
}
.news_slider {
	position: relative;
	text-align: left;
	margin:0px 0px 0px 10px;
	width:720px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}

.news_slider .contenedor_navegacion{
		margin:20px 0px 0px 0px;
		border-bottom:1px solid #7ba301;
		background-color: #eef5d9;
		clear:both;
		float:left;
		width:100%;
		height:24px;
}
.news_slider .prev{
	float:left;
}
.news_slider .next {
	float:right;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 730px; top: 0; overflow: hidden;
}
.news_slider .view_all {
	margin: 10px 0px 0px 0px; 
	text-align: left;
	font-size:10px;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width:231px;
	height:108px;
	margin:10px 15px 0px 0px;
	background:url(images/fondo_noticias.gif) no-repeat center center;
}
	.titu_noticias{
	border-bottom:1px solid #cccccc;
	}
		.ficha_noticia{
		width:210px;
		height:90px;
		margin:10px auto 0px auto;
		}
		.titular_noticias{
		color:#411b6d;
		font-size:11px;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		}
		.texto_noticias{
		font-size:11px;
		margin-bottom:10px;
		height:50px;
		overflow:hidden;
		margin-top:0px;
		padding-top:0px;
		}
		.link_noticias a:link, .link_noticias a:visited{
		background:url(images/bullet_gris_p.gif) no-repeat left 3px;
		padding:0px 0px 0px 8px;
		font-size:11px;
		margin:0px;
		}
		.link_noticias a:hover{
		background:url(images/bullet_gris_p.gif) no-repeat left 3px;
		padding:0px 0px 0px 8px;
		font-size:11px;		
		margin:0px;		
		}		