body {
    background-color: #EAEAEA;
}

.contenedor {
    border: 1px solid #dedede;
    background-color: #fff;
}

.float-right {
    float: right;
}

.espacio-btn {
    margin-right: 5px;
}

.campo-obligatorio {
    color: #ff0000 !important;
}

#nueva_factura legend {
    font-size: inherit;
    line-height: 20px;
    font-weight: 350;
    color: #555;
}

main>.container {
    padding: 65px 0 15px;
}