/*
	DESTACADOS
*/
#destacadosNoticias #portada_destacados ul li {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 452px;
}
#destacadosNoticias #portada_destacados #dest_numeros {
	position: absolute;
	bottom: 15px;
	left: 20px;
	padding: 12px 0 0 0;
	width: 452px;
	background: url(../images/css_dest_numeros.gif) no-repeat left top;
}
	#destacadosNoticias #portada_destacados #dest_numeros a {
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url(../images/css_dest_numero_out.gif) no-repeat left top;
	}
	#destacadosNoticias #portada_destacados #dest_numeros a:hover,
	#destacadosNoticias #portada_destacados #dest_numeros a.activo {
		background-image: url(../images/css_dest_numero_hover.gif);
	}
		#destacadosNoticias #portada_destacados #dest_numeros a span {
			display: none;
		}
/*
	VIDEOS
*/
#videos_inicio .video {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
#videos_inicio #vid_numeros {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 492px;
}
#videos_inicio #vid_numeros {
	position: absolute;
	bottom: 11px;
	left: 0;
	padding: 12px 0 0 0;
	width: 492px;
	background: url(../images/css_vid_numeros.gif) no-repeat left top;
}
	#videos_inicio #vid_numeros a {
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url(../images/css_vid_numero_out.gif) no-repeat left top;
	}
	#videos_inicio #vid_numeros a:hover,
	#videos_inicio #vid_numeros a.activo {
		background-image: url(../images/css_vid_numero_hover.gif);
	}
		#videos_inicio #vid_numeros a span {
			display: none;
		}