.clrfix {
	clear: both;
}
a.lndtitle {
	font-size: 120%;
	line-height: 160%;
	color: #C13932;
	font-weight: bold;
}
	
.lnd_introdate {
	color: #333333;
    font-size: 85%;
    font-weight: bold;
    line-height: 120%;
}
.lnd_head {
}
	.lnd_head img {
		margin: 5px 10px 0 0;
	}
.lnd_introtxt {
	font-size: 90%;
	color: #666;
	padding: 10px;
	/*background: #f0f0f0;
	border-radius: 4px;
	box-shadow: inset 0px 0px 10px #eee;*/
	margin: 10px 0;
	text-shadow: 0 1px 0 #fff;
}
	.lnd_introtxt img {
		float: left;
		margin: 0 10px 10px 0;
	}
li.lnd_latestnews {
	padding:10px 0;
	border-bottom:1px solid #cccccc;
	color:#CC9900;
	font-size: 90%;
}
li.lnd_latestnews a {
	font-weight:700; }
.lnd_more_ind {
	display: block;
	text-align: right;
	padding:10px 10px;
	font-size: 80%;
	/*background: url("/images/Iconos/fondoMasNoticias.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background-color: #555;
	border-color: #6D6C71;
	width: 100%;
}
.lnd_more_ind span {
  /*float:left;*/
  color:#fff;
}

.lnd_more_ind a {
  color:#fff;
  
}
.cattitle {
  padding:0 3px 0 0px;
  
}

.div_lnd_intro{
  /*background: #f0f0f0;
  margin: 0 0 -5px;*/
  border-bottom:1px solid #4D6571;
}

.mas_noticias{
  background-image: url("/images/Iconos/mas.png");
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  text-align: left;
  text-indent: -100000px;
  width: 20px;
  float: right;
  padding-right: 10px;
}

.ver_todas{
  font-size:115%;
  /*margin:0 10px 0 460px;  */
}

.mas_noticias:hover{
  background-image: url("/images/Iconos/mas_on.png");
}