﻿#jquery_news {
  width:355px;
  height:70px;
  margin-top:13px;
  float:left;
  position: relative;
  overflow: hidden;
}

	#jquery_news li {
	    padding:0 0 0 25px;
		font:bold 11px Tahoma;
		color:#fff;
		text-align:left;
		line-height:14px;
		}

	#jquery_news li a { color:#ff0001;text-decoration:none; }		
	#jquery_news li a:hover { color:#555; text-decoration:underline; }	
		
	#jquery_news .headline {
	 position: absolute;
	 top:80px;
	 left:5px;
	 height:80px;
	 width:320px;
	} 


/* Sube */
#jquery_news_sube {
  width:290px;
  height:70px;
  margin:110px 35px 0 0;
  float:right;
  position: relative;
  overflow: hidden;
}

	#jquery_news_sube li {
	    padding:0 0 0 25px;
		font:11px Tahoma;
		color:#1d4f5c;
		text-align:left;
		line-height:14px;
		}

	#jquery_news_sube li a { color:#ff0001;text-decoration:none; }		
	#jquery_news_sube li a:hover { color:#555; text-decoration:underline; }		
	
	#jquery_news_sube .headline {
	 position: absolute;
	 top:80px;
	 left:5px;
	 height:80px;
	 width:260px;
	} 