/* para el rotador de noticias de portada */

.image-unit {
	float:left;
	width:125px;
	height:278px;
}

.image-unit .image {
	display:block;
	height:278px;
	width:440px;
	border: solid #999999 1px;
}

.image-unit div.num-links {
	text-align:right;
	color:#000000;
	margin-top:-16px;
	padding:0px 0px 0px 5px;
	position:relative;
	width:430px;
/*filter: alpha(opacity=50); */
/*opacity: .5;*/
}
.image-unit a.num-links:hover{
background-color:#fff;
color:#999;
}
