span.special {

font-size:18px;
}


#flotar{

	background-color:#000;
        width:140px;
	text-align:left;
        height:26px;
        padding:0px;
        
}
	




	#flotar ul{
		float:right;
		padding:0;
		margin:0;
	}

	#flotar ul li{
		float:left;
		padding:0;
		margin:0;
		list-style:none;
		list-style:none;
		position:relative;
		font-size:13px;
	
	}

	#flotar ul li .special{ line-height:0; }

		

	#flotar ul li a{
		color:#FFF;
		float:left;
		display:block;
	        
		padding:9px;
                padding-top:8px;
		text-decoration:none;
                font-size:13px;
                
	}
	
	#flotar ul li a:hover{

		text-decoration:underline;
	}



	#flotar ul li.hover a{ color:#ffffff; background-color:#333333; }

	#flotar ul li ul{
		display:none;
		position:absolute;
		left:0;
		top:30px;
		z-index:1000;
	}











		#flotar ul li.last ul{
			width:140px;
background: url('http://www.bolsia.com/cabecera/cruz.gif') bottom left no-repeat; 

		}










		#flotar ul li ul li{ font-size:13px; }

		#flotar ul li ul li a{
			padding:7px 10px 7px 10px;
			background:#000000;
			height:auto;
			width:140px;
			font-weight:normal;
		}

		#flotar ul li ul li:last-child a{
			border-radius:0 0 5px 5px;
			-webkit-border-radius:0 0 5px 5px;
			-moz-border-radius:0 0 5px 5px;
		}

		#flotar ul li ul li a:hover{ background-color:#444444; }
		#flotar ul li.hover ul{
			display:block;
		}









