p a {
    color: #3776A3;
    font-weight: bold;
    line-height: 0;
}

.TzArticleDescription li a {
    line-height: 0;
}
/*colocamos más arriba el símbolo de los guiones*/
.list-default li {
  background: url("../../../images/list-default.png") no-repeat scroll 0 top rgba(0,0,0,0);
  background-position-y: 7px;
}
.list-check li {
  background: url("../../../images/list-check.png") no-repeat scroll 0 top rgba(0,0,0,0);
  background-position-y: 7px;
}
.list-arrow li {
  background: url("../../../images/list-arrow.png") no-repeat scroll 0 top rgba(0,0,0,0);
  background-position-y: 7px;
}
.list-star li {
  background: url("../../../images/list-star.png") no-repeat scroll 0 top rgba(0,0,0,0);
  background-position-y: 7px;
}

.TzModPopular li a {
    /*text-transform: initial !important;*/
    font-weight: bolder;
    line-height: 20px;
}

/* CSS Document 

para el tema de los títulos sobre las imágenes*/

.TzArticleDescription img:first-child {
  margin-bottom:10px;
}
.TzArticleDescription span.img-caption {
    background:url(../../../../../images/caption-bg.png);
    color:#FFF;
    display:block;
    font-size:14px;
    height:26px;
    line-height:26px;
    margin: 10px;
    text-align: center;
    margin-top: -10px;
    min-width: 300px;
}
.TzArticleDescription span.img-caption em {
    font-style:normal;
    display:block;
    padding-left:5px;
    font-size:13px;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}