
/* =TAG CLOUD */
#nube-tags {
  clear: both;
  margin: 20px 20px 0;
  
}

.nube-tags {margin: 0 0 1em 0; padding: 0; list-style: none; text-align: justify}
.nube-tags li {display: inline; line-height: 1.3; padding: 0 .2em}
.nube-tags a:link, .nube-tags a:visited {color: #06c; text-decoration: none}
.nube-tags a:hover, .nube-tags a:active {text-decoration: underline}

#nube-tags .ver-todas:link, #nube-tags .ver-todas:visited {
  display: block;
  padding-left: 24px;
  background: url('http://6.images.mnstatic.com/iconos/flecha-naranja.gif') no-repeat center left;
  line-height: 20px;
  height: 20px;
  float: right;
  color: #f60;
  margin-right: 2em
}
#nube-tags .ver-todas:hover, #nube-tags .ver-todas:active {text-decoration: none}


