 #ContenidoTicker {
     position:relative;
     overflow:hidden;
     width:150px;
     height:150px;
     background-color:transparent;
     background-repeat: repeat;
     padding: 2px;
 }
 
 #ticker {
     position:relative;
     width:150px;
     text-align:justify;
 }
 
 #ticker ul {
     padding:0;
     margin:0;
     list-style-type:none;
 }
 #ticker ul li {
     display:list-item;
     margin-top: 16px;
     margin-bottom: 16px;
     padding-top: 1px;
     padding-bottom: 1px;
 	 color:#446a3a;
	 font:11px normal Arial, Helvetica, sans-serif;
 	 color: #446a3a;
     padding-left: 2px;
 }
/* 
 #ticker ul li a {
     font-family: Tahoma;
     font-size: 0.79em;
     color: #006699;
     text-decoration: none;
     padding-left: 2px;
 }
 #ticker ul li a:hover {
     font-family: Tahoma;
     font-size: 0.79em;
     color: #0099CC;
     text-decoration: none;
     padding-left: 2px;
 }
*/