/* Clearing */
.clear {
    clear: both;
    float: none !important;
    height: 1px;
    font-size: 1px; /* Verificar validez humana de esto */
    line-height: 0;
}

/* Text align */
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center; 
}
.justify {
    text-align: justify;
}

/* Images align */
.floatleft {
    float: left;
}
.floatright {
    float: right;
}

/* Miscellanous */
.acrobat {
    background: url(../img/acrobat.png) no-repeat;
    padding: 3px 25px 3px;
}

/* Debugging */
.debug {
    border: 1px solid red !important;
}
.debug2 {
    background: lime;
}