#meteo, #meteo ul
{
	/* all lists */
	padding: 0 6px 0 6px;
	margin: 0;
	list-style: none;
	line-height: 14px;
	font-family: verdana;
	font-size: 10px;
	text-align: left;

	
}

#meteo a
{
	display: block;
	width: 160px;
	text-decoration: none;
	color:black;
	
}

#meteo li
{
	/* all list items */
	float: left;
	width: 160px;
	/* width needed or else Opera goes nuts */
	border-bottom: 1px #CCC solid;
	
}

#meteo li ul
{
	/* second-level lists */
	position: absolute;

	border: 1px #999 solid;
	width: 160px;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
	
}

#meteo li:hover ul, #meteo li.sfhover ul
{
	/* lists nested under hovered list items */
	left: auto;
	background-color: #CFF;
	font-style: italic;
}
.negrita
{
	font-weight: bold;
	background-image: url(images/flecha_meteo.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}



