.apn_fl {
	float: left; display: inline;
}

#contenido-gen.page .post .apn_container .apn_item IMG.apn_fl {
	border: 0!important;
	padding: 0!important;
	float: none;
}
.apn_noticias {
	position: relative; width: 354px; margin: 0 auto; text-align: left;
}
.apn_noticias .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.apn_noticias .apn_prev, .apn_noticias .apn_next {
	position: absolute; bottom: 0; display: none;
}
.apn_noticias .apn_prev {
	left: -34px;
	top: 120px;
	z-index: 9999;
	background:transparent url(images/apn_prev.gif) no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 26px;
	height: 26px;
}

.apn_noticias .apn_prev:hover {
background-position: 0 -26px;
}

.apn_noticias .apn_next {
	text-indent: -9999px;
	right: 0;
	margin-right:10px;
	z-index: 9999;
	width: 26px;
	height: 26px;
	top: 120px;
	left: 362px;
	background:transparent url(images/apn_next.gif) no-repeat scroll 0 0;
}

.apn_noticias .apn_next:hover {
background-position: 0 -26px;
}

.apn_noticias .apn_container {
	position: relative; top: 0; left: 0; width: 100%;
}
.apn_noticias .apn_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 354px; top: 0; left: 0; overflow: hidden;
}
.apn_noticias .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}
.apn_noticias .apn_item {
    /*
        Must contain a width and a margin-right.
    */
	width: 354px; height: 272px;
}
.apn_noticias .apn_item div {
	font-size: .8em; width: 175px; padding: 10px 0 10px 0;
}
.apn_noticias .apn_item img {
	padding: 0;
}
.apn_noticias .apn_item h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 177px 0 0 16px;
}
.apn_noticias .apn_item h4 a {
	text-decoration: none;
}
.apn_noticias .apn_item h4 a:hover {
	color:#043385;
}
.apn_noticias .apn_item .btn-general {
	margin: 0 auto 10px auto;
}
