.menu-noticias {position:relative;}
.menu-noticias-galeria {
	position:relative
}
.menu-noticias-galeria .hover a{

}
dl#jump, dl#jump-archivo {
	background-color:#FFF;
	border:1px solid #CCC;
	color:#993300;
	margin:0;
	font-size:11px;
	list-style-type:none;
	padding:0px !important;
	position:absolute;
	z-index:100;
	left: 100px;
	top: 0px !important;
}
dl#jump dl, dl#jump-archivo dl  {
	background-color:white;
	margin:0;
	padding:0;

}
dl#jump-archivo {
	left: 230px;	
	width:100px;
}

#jump dd, #jump dt, #jump-archivo dd, #jump-archivo dt{
	background-color:#FFF;
	margin:0;
	cursor:pointer;
}
#jump dt, #jump-archivo dt {
	background:url('fondo_flecha_abajo.gif') 100% top no-repeat;
	font-weight:bold;
	padding-left:10px;
	line-height:20px;
}

.hover,
dd a:hover,
a.hover,
#jump dd span a.sleccionado, #jump-archivo dd a.seleccionado {
	background-color: #930 !important;
	color: white !important;
}
#jump a, #jump-archivo a {
	text-decoration:none;
	width:100% !important;
	display:block;
}

#jump dd, #jump-archivo dd{
	padding:0;
	display:none;
	opacity:0;
	filter: alpha(opacity = 00);
	line-height:20px;
	font-weight:bold;
	background-color:white !important;
	margin: 0px!important;
	overflow-y:auto;
	overflow-x:hidden;
	text-transform:uppercase;
	font-size:10px;
}
#jump-archivo dd a{
	padding-left:10px;
}
#jump {
	width:330px !important;
	border:none !important;
}

#jump dt {
	width:100px;
	border:1px solid #CCCCCC;
}
#jump dd {
	border:1px solid #CCCCCC;

}
#jump dd span {
	width:163px;
	display:block;	
}

span.flota-izquierda {
	float:left;
	background:white;

}
span.flota-izquierda  span a, span.flota-derecha  span a{
	font-size:10px;
	padding-left:10px;
	width:100%
	display:block;

}
span.flota-derecha {
	float:right;
	border-left:1px dotted #dfdfdf;
	background:white;
}



