/* Para las nubes de tags (hay 5 niveles)*/
/* El nivel superior es el nivel 1 y el menor el 7 */
div.nube-tags {
    display: block;
    font-size: 100%;
    width: 12em;
    min-width: 12em;
    float: right;   
    margin: 0 0 1em 1em;
    text-align: right;  
}
div.nube-tags ul {
    display: block;
    font-size: 100%;
    width: 12em;
    min-width: 12em;
    float: right;   
    margin: 0 0 1em 0.1em;  
}
div.nube-tags ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
div.nube-tags a {
    border: none;
}
.tag-nivel1 {
	font-size: 2.5em;
}
.tag-nivel2 {
	font-size: 2.1em;
}
.tag-nivel3 {
	font-size: 1.8em;
}
.tag-nivel4 {
	font-size: 1.5em;
}
.tag-nivel5 {
	font-size: 1.2em;
}
.tag-nivel6 {
	font-size: 0.9em;
}
.tag-nivel7 {
	font-size: 0.5em;
}
