/* wgt_masvistos */

div#wgt_masvistos{
  width:314px;
  float:left;
	margin-top:10px;
	margin-left:11px;
  }
  
div#wgt_masvistos div.title{
  font-size:1.6em;
  font-weight:bolder;
	height:24px;
	width:294px;  
  color:#789C00;
	padding:12px 0px 0px 20px;
  background: url(/img/tc_bg_informacion_title.png) no-repeat;
  }
	
div#wgt_masvistos div.contenido{
	float:left;
	width:314px;
	min-height:150px;
	background:#092524;
	padding:10px 0px 10px 0px;
	}
  
div#wgt_masvistos div.contenido ul li{
	float:left;/* 
	margin-left:10px;
  margin-bottom:10px; */
  border-bottom:1px dashed #031212;
  /* margin-right:5px; */
	width:147px;
	margin:5px;
  }
	div#wgt_masvistos div.contenido ul li div.img{
		float:left;
		width:55px;
		height:40px;		
		}
		div#wgt_masvistos div.contenido ul li div.img img{
			width:50px;
			height:36px;
			}
	div#wgt_masvistos div.contenido ul li a.progra{
		font-size:0.9em;
		text-decoration:none;
		color:#fff;
		font-weight:bolder;
		}
		div#wgt_masvistos div.contenido ul li a.progra:hover{
			color:#789C00;
			}