#blogbar { position: relative; background: #000 url(img/bg.jpg) bottom repeat-x; height: 20px; padding: 5px; font: 12px/20px Helvetica, Arial, sans-serif; letter-spacing: 0.5px; color: #999; text-align: center; border-bottom: 1px #333 solid; }
	#blogbar a { color: #ccc; text-decoration: none !important; border: none !important; }
	#blogbar a:hover { color: #fff; border: none !important; }
	
	#blogbar ul { padding: 0; margin: 0; list-style: none; }
	
	#blogbar #blogs { position: absolute; top: 0; left: 10px; margin: 0; padding: 0; list-style: none; text-align: left; }
		#blogbar #blogs .muyblog {  display: block; height: 30px; width: 100px; background: url(img/muyblog.png) center no-repeat; text-indent: -9999px; border: none; }
		#blogbar #blogs li ul { display: none; position: absolute; z-index: 9999; width: 150px; top: 30px; left: 0; border: #000 solid; border-width: 0 1px 1px 1px; }
		#blogbar #blogs li.iesucks ul { display: block; }
			#blogbar #blogs li ul li { height: 22px; line-height: 20px; padding: 0 5px 0 24px; position: relative; font-weight: bold; background: #777; border-bottom: 1px #000 dotted; }
			#blogbar #blogs li ul li:last-child { border: none; }
				#blogbar #blogs li ul li a { border: none; }
					#blogbar #blogs li ul li a img { position: absolute; left: 3px; top: 3px; }

	#blogbar .novedades em { font-style: normal; font: 10px Arial, sans-serif; }
