/* Definiciones comunes */

html {
    color:#333;
    font-family:"Arial", sans-serif;
    font-size:11px;
}

.align-right {
    text-align:right;
}

.left {
    float:left;
}
