@charset "utf-8";
/* CSS Document */

.card {
    margin-bottom: 12px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
button.btn:disabled {
    cursor: not-allowed;
}

.form-control[type=file] {
    overflow: hidden;
	margin-left: -1px;
	padding: 0;
	height: 2em;
}

.btn-archivo {
	margin-left: -10px;
}