.green a {
    color: #ffffff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.green a:hover {
    color: #ffffff !important;
    background-color: #47a447 !important;
    border-color: #398439 !important;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

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

.right-space-sm {
    margin-right: 6px;
}

.right-space-lg {
    margin-right: 12px;
}

.bottom-space-sm {
    margin-bottom: 3px;
}

.bottom-space-lg {
    margin-bottom: 15px;
}

.tab-left-sm {
    padding-left: 30px;
}

.table-no-border, .table-no-border td, .table-no-border th, .table-no-border tr {
    border: none !important;
}

.campo_texto {
    border: 1px solid #000 !important;
}

.border-izq {
    border-left: 1px solid #C9C9C9;
}